ARM Template - Web App for Containers
Deploy the Smilr app using Azure Web App for Containers (aka App Service Linux) using Cosmos DB as the supporting database.
A new Cosmos DB account will be created, so this template takes around 5 minutes to deploy
Deployed Resources
- Microsoft.DocumentDB/databaseAccounts
- Microsoft.Web/serverfarms
- Microsoft.Web/sites
Parameters
frontendAppName: Web app site name for frontend, must be uniqueapiAppName: Web app site name for data-api, must be uniqueacrName: Name of your ACR instanceacrPassword: Password for ACRservicePlanSize: App Service Plan size (SKU), one of [B1, B2, B3, S1, S2, S3]
Outputs
frontendURL: URL to access frontendapiURL: URL to access the APImongoConnStr: Connection string for Cosmos DB Mongo API
