You will now set up Pulumi on Windows for Azure. Follow these steps to install the required tools:
Now, you will create the Pulumi project for Azure:
az login
The command will open the web browser and let you log into your Azure subscription.
mkdir azure-aci
cd azure-aci
pulumi new azure-typescript
The last command starts the wizard, but you first need to log in to Pulumi (see below).
You can use the access token or press ENTER to log in using a web browser.
After you log in to Pulumi, configure the project as follows:
The wizard will save this configuration and proceed to install the npm packages required by Pulumi: