skip to Main Content

Azure Container Instances: deploy to private ip with yml

I'm trying to deploy container with yml. Deployment file looks like this: apiVersion: 2019-12-01 location: westeurope name: imgeneus-login properties: imageRegistryCredentials: - server: imgeneusregistrytest.azurecr.io username: imgeneusregistrytest password: #{registryPassword}# restartPolicy: OnFailure containers: - name: imgeneus-login properties: image: imgeneusregistrytest.azurecr.io/imgeneus.login:latest resources: requests: cpu: 1…

VIEW QUESTION
Back To Top
Search