Skip to content

Latest commit

 

History

History

deploy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Deploy into Azure

To deploy as a Azure Container App, a Bicep template is provided

Set resource group and region vars:

RES_GRP=demoapps
REGION=northeurope

Create resource group:

az group create --name $RES_GRP --location $REGION -o table

Deploy Azure Container App

az deployment group create --template-file container-app.bicep --resource-group $RES_GRP

Optional deployment parameters, each one maps to an environment variable (see main docs for details):

  • weatherApiKey
  • appInsightsConnString
  • todoMongoConnstr
  • entraAppId