-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Unable to create storage account #1833
Comments
@landro I am unable to repro this issue, can you confirm this is still happening? |
I may be wrong, but I have a feeling this may have been fixed by upgrading to v10.15.4 of |
Upgraded to 1.14.0 - still getting the same result. Will try to build the plugin from master to see if that works better. |
Tested with master. Works as expected. Thanks! |
@landro great thanks for confirming - that'll ship as a part of v1.15 soon ™️ :) |
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 👉 [email protected]. Thanks! |
Community Note
Terraform Version
Azure Provider version: 1.13.0
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
Storage account should have been created
Actual Behavior
Storage account was not created.
To me, this looks like an issue with the API binding and possibly even with the API endpoint. First of all,
GET /subscriptions/UUID/providers/Microsoft.Storage/locations/westeurope/asyncoperations/UUID?monitor=true&api-version=2017-10-01 should not return a 400 bad request. In addition, the response returned does not contain a response body even if the Content-Length response header indicates otherwise.
Steps to Reproduce
terraform apply
Important Factoids
Tried this in both North Europe and West Europe with same result.
The text was updated successfully, but these errors were encountered: