This repo contains a walkthrough for getting started with Pulumi on Azure, deploying an Angular App utilizing CSharp.
Pulumi is a Infrastructure As Code Framework, that allows to build, deploy and manage modern cloud applications and infrastructure using familiar languages.
- Install Pulumi
- Signup to Pulumi
- Install C# Runtime (.NET Core 3.1 SDK or later)
- Install Node.js
- Install Azure CLI and login using
az login
pulumi login
cd webapp && npm run build
cd .. && cd infra && pulumi up
pulumi destroy