Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 466 Bytes

deploy_to_aci.md

File metadata and controls

13 lines (10 loc) · 466 Bytes

Manual Release to ACI

Navigate to your Azure Container Registry in the Azure Portal and right click your container Image to run it. Run on ACI

Or use the command line as described here. For usage of images of your private ACR also specify fully qualified image name and ACR credentials.

Sample:

az container create --name mycontainer --image IMAGENAME --resource-group myResourceGroup --ip-address public --port 80