You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Error reading queue properties for AzureRM Storage Account "storageaccount": queues.Client#SetServiceProperties: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: error response cannot be parsed: "\ufeffAuthenticationFailedServer failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.\nRequestId:8186b357-3003-00a2-7918-52d73f000000\nTime:2019-08-13T20:50:26.7292338ZIssuer validation failed. Issuer did not match." error: invalid character 'ï' looking for beginning of value
Steps to Reproduce
terraform plan
Important Factoids
Running in US Government Cloud
References
Error reading queue properties for AzureRM Storage Account #3997
Git 3997 is very similar, but not an identical error. As with 3997, I can downgrade to 1.31.0 to avoid the issue. If I update to 1.32.0, I get an error about advanced threat protection (due to it not being available in Gov), which is resolved with 1.32.1, but 1.32.1 triggers this issue.
Taking a look through this appears to be a duplicate of #3939 - rather than having multiple issues open tracking the same thing I'm going to close this issue in favour of that one; would you mind subscribing to #3939 for updates?
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked and limited conversation to collaborators
Sep 14, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
Terraform 0.12.6
AzureRM Provider 1.32.1
Affected Resource(s)
Storage Accounts
azurerm_storage_account
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Running terraform plan should not fail.
Actual Behavior
Running terraform plan fails with:
Error: Error reading queue properties for AzureRM Storage Account "storageaccount": queues.Client#SetServiceProperties: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: error response cannot be parsed: "\ufeff
AuthenticationFailed
Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.\nRequestId:8186b357-3003-00a2-7918-52d73f000000\nTime:2019-08-13T20:50:26.7292338ZIssuer validation failed. Issuer did not match." error: invalid character 'ï' looking for beginning of valueSteps to Reproduce
terraform plan
Important Factoids
Running in US Government Cloud
References
Error reading queue properties for AzureRM Storage Account #3997
Git 3997 is very similar, but not an identical error. As with 3997, I can downgrade to 1.31.0 to avoid the issue. If I update to 1.32.0, I get an error about advanced threat protection (due to it not being available in Gov), which is resolved with 1.32.1, but 1.32.1 triggers this issue.
Error while creating storage account #3939
As @tombuildsstuff pointed out, 3939 is a better match. Thanks!
The text was updated successfully, but these errors were encountered: