We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
N/A
As per documentation: "Your Service Principal or Managed Identity in the Azure subscription requires a "Contributor" role to create Azure resources"
After running the Docker command, we expect the infrastructure in Azure to be successfully deployed
When we run the docker command we got the following error:
By changing the 'role' to "owner" to the Managed Identity we can manage to do the deployment. However, this becomes an issue when woking with clients.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Terraform Version Details
N/A
Terraform Variable File Details
N/A
Steps to Reproduce
As per documentation: "Your Service Principal or Managed Identity in the Azure subscription requires a "Contributor" role to create Azure resources"
Specific steps for this issue:
3.Run the docker command to deploy infrastructure
Expected Behavior
After running the Docker command, we expect the infrastructure in Azure to be successfully deployed
Actual Behavior
When we run the docker command we got the following error:
Additional Context
By changing the 'role' to "owner" to the Managed Identity we can manage to do the deployment.
However, this becomes an issue when woking with clients.
References
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: