Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup_ezdeploy fails when trying to deploy into Azure Government #144

Closed
Phydeauxman opened this issue Apr 1, 2021 · 0 comments · Fixed by #149, #152, #155 or #165
Closed

setup_ezdeploy fails when trying to deploy into Azure Government #144

Phydeauxman opened this issue Apr 1, 2021 · 0 comments · Fixed by #149, #152, #155 or #165
Assignees
Labels
bug Something isn't working

Comments

@Phydeauxman
Copy link
Contributor

Description
When using setup_ezdeploy.sh to deploy into Azure Government, the deployment fails because it is using Commercial endpoints for the Container Registry.

Steps to Reproduce
Steps to reproduce the behavior:

  1. Execute setup_ezdeploy.sh with arguments that point to Azure Government

Expected behavior
setup_ezdeploy should push container image into registry in Azure Government and then use it to create a Container Instance.

Actual behavior
setup_ezdeploy attempts to push the container to a registry that has a Commercial endpoint

Screenshots

Additional context
Operating System:
Terraform Version:
Cloud (public, Azure Government, etc.):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment