ARM Template - Azure Container Instance
Deploy the Smilr app using just Azure Container Instances (ACI) with MongoDB running in a container. The data-api and mongo containers will run in the same container group and so demonstrates the shared container group model in ACI
Deployed Resources
- Microsoft.ContainerInstance/containerGroups
Parameters
acrName
: Name of your ACR instanceacrPassword
: Password for ACRdnsPrefix
: DNS prefix for the deployed containersdataApiImageTag
: Image tag for Smilr data-api, e.g. ‘latest’frontendImageTag
: Image tag for Smilr frontend, e.g. ‘latest’releaseInfo
: Informational string about this release, e.g. “Test release”
Outputs
frontendURL
: URL to access frontendapiURL
: URL to access the API
Quick Deploy
Notes
The Mongo server is not exposed to the internet so you can not run the demoData script against it to load demo data, but you can create events using the admin pages of the frontend