To deploy as a Azure Container App, a Bicep template is provided
Set resource group and region vars:
RES_GRP=demoapps
REGION=northeuropeCreate resource group:
az group create --name $RES_GRP --location $REGION -o tableDeploy Azure Container App
az deployment group create --template-file container-app.bicep --resource-group $RES_GRPOptional deployment parameters, each one maps to an environment variable (see main docs for details):
- weatherApiKey
- appInsightsInstrumentationKey
- azureAdClientId
- azureAdClientSecret
- azureAdTenantId
- azureAdInstance