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: 1. **docker logout azure** 2. **docker login azure** (Follow the on screen instructions and use your admin creds) 3. **docker login layerxdocker.azurecr.io** (use the creds provided in your welcome email) 4. 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.