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
- Microsoft.ContainerInstance/containerGroups
dnsPrefix
: DNS prefix for the deployed containers
frontendURL
: URL to access frontendapiURL
: URL to access the API
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