-
Notifications
You must be signed in to change notification settings - Fork 823
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
Error in Deployment of PubSec-Info-Assistant: Error: retrieving queue properties for Storage Account #922
Comments
Please ensure you've registered all of the necessary providers prior to installation. See https://github.com/microsoft/PubSec-Info-Assistant/blob/main/docs/deployment/deployment.md#azure-resource-provider-registration |
Hi @bjakems, I have already executed the register for each resource providers . Here's the output of the subscription's resource providers
As you see alL the providers are registered but I am still facing issue. |
The issue here is that you need to have at least Contributor access on the resource group. I ran into this both yesterday and today with a deployment into Azure Gov and had to give myself contributor on the RG to move forward. It is unknown if a lower access would clear the issue or not. @bhaskarsarkar23 I suggest giving yourself the above access and running |
@bjakems I am still getting the same error. The region I am using is eastus |
I have the same problem, I solved it temporarily edit infra\main.tf add role "Owner" locals { |
Before you open an issue, please check if a similar issue already exists or has been closed before.
You can also find details on Troubleshooting Common Issues. You can use these tools to help gather additional logs and details to include in your issue.
Bug Details
I am encountering an issue while deploying the
PubSec-Info-Assistant
project using Terraform. The deployment fails with the following error:Steps to Reproduce
PubSec-Info-Assistant
repository.make deploy
to initiate the deployment process.azurerm_storage_account
resource with the error mentioned above.Troubleshooting Steps Taken
Storage Queue Data Contributor
role to the credentials used for deployment, but it did not resolve the issue.Observations
AuthorizationPermissionMismatch
.Request for Help
Could you please provide guidance on the following:
azurerm_storage_account
module that need to be updated for this tag?Environment Details
1.2
Additional Information
Let me know if you need any more details or debug logs to investigate this issue.
Let me know if any further adjustments are required!
Information Assistant details
Please provide the following details. You can simply include a screenshot of your Info panel as well.
Additional context
Add any other context about the problem here.
If the bug is confirmed, would you be willing to submit a PR?
The text was updated successfully, but these errors were encountered: