Azure Container Instance Specification¶
Following are the minimum technical specifications for a VOSS Cloud
Collector in Azure ACI:
2xCPU and 4Gig RAM with NO persistent storage.
To build the Azure ACI using docker:
Reference the Docker Docs for further information.
If you have docker installed on your Mac or PC or just installed docker, follow the steps below:
docker logout azure
docker login azure (Follow the on screen instructions and use your admin creds)
docker login layerxdocker.azurecr.io (use the creds provided in your welcome email)
Optional step if your don’t have a Azure context built or as instructed by your Azure Sysadmin.
To add a context. docker context create aci [somename]
Follow on screen instructions
Finally install and run your CI by typing the syntax below – no quotes
docker --context somename run -d --restart always --cpus 2 --memory 4G -p 5000:5000 layerxdocker.azurecr.io/microsoft-teams-debian:v3
Log in into your admin portal using the web browser and confirm ACI is present and running.