ARM Template - Quick Start with Azure Container Instances
Note. This template will deploy using pre-built public images on Dockerhub, and doesn’t require you to build any mages or have ACR set up
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
dnsPrefix
: DNS prefix for the deployed containers
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