Full end to end solution from Firewall (FrontDoor) to application
- Use VS Code with the Azure Bicep extension installed.
- Open the
infra
folder in VS Code. - Right click on the
main.bicep
file and selectDeploy Bicep File
.
- Azure Front Door (Standard tier)
- AppService (Free tier) - 2 instances Blue and Green
- Asp.Net Minimal API (C#) with a simple API (WeatherForecast)
- ENV configuration dedicated for Blue and Green deployment - to check (if FrontDoor is applying the correct routing - rule)
- env configuration per each deployment (bicep)
- DemoApp.http file to make a local test
- launchSettings.json for Blue and Green deployment