# Pulumi

Create a New Project:

```
pulumi new --dir bob
pulumi up
```

You might need to login:

```
 az login --scope https://management.core.windows.net//.default
```

Need to Start From Scratch?

```
pulumi destroy
pulumi up
```

<https://github.com/nanovms/pulumi-examples/tree/main?tab=readme-ov-file> <https://github.com/tpjg/pulumi-nanovms>
