-
Notifications
You must be signed in to change notification settings - Fork 12
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
[AVM Module Issue]: Azure Container Instance Deployment Fails to Create Container Registry Repository (400 Bad Request
)
#89
Comments
This has also been tested when deploying only the Container Instance compute_types = ["azure_container_instance"] |
Warning Tagging the AVM Core Team (@Azure/avm-core-team-technical-terraform) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly. Tip
|
Warning Tagging the AVM Core Team (@Azure/avm-core-team-technical-terraform) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly. Tip
|
Caution **This issue requires the AVM Core Team's (@Azure/avm-core-team-technical-terraform) immediate attention as it hasn't been responded to within 6 business days. ** Tip
|
Warning Tagging the AVM Core Team (@Azure/avm-core-team-technical-terraform) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly. Tip
|
Caution **This issue requires the AVM Core Team's (@Azure/avm-core-team-technical-terraform) immediate attention as it hasn't been responded to within 6 business days. ** Tip
|
Warning Tagging the AVM Core Team (@Azure/avm-core-team-technical-terraform) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly. Tip
|
Caution **This issue requires the AVM Core Team's (@Azure/avm-core-team-technical-terraform) immediate attention as it hasn't been responded to within 6 business days. ** Tip
|
Check for previous/existing GitHub issues
Issue Type?
Bug
(Optional) Module Version
0.2.0
(Optional) Correlation Id
No response
Description
When deploying a net-new implementation of the GitHub Runners module, including Azure Container Instances, the deployment fails with the error: "unable to pull image using Managed identity" due to the Repository not actually having been created.
Terraform code:
Terraform Error:
When checking the Azure Container Registry (from within the VNet, since it is configured for private-only access), although the Container Registry was successfully created, the Repositories view show the following error:
So the repository is not actually provisioned.
Troubleshooting
When running
az acr check-health -n yourRegistry
(per the Why does the Azure portal fail to fetch repositories or tags? documentation), I get the following output:Re-running the deployment completes successfully, but the Azure portal still shows the same error for the Repository, which is still not deployed.
The text was updated successfully, but these errors were encountered: