-
Notifications
You must be signed in to change notification settings - Fork 148
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
Core deployment errors - Error: reading blob properties for Storage Account #4004
Comments
could be an issue with the terraform providers? |
Just pulled your tf provider update and giving it a try now. |
Reployed fine with the tf provider update - I'll close this off. |
how weird, and the storage account doesn't exist in the portal? |
Looks like it could be this: hashicorp/terraform-provider-azurerm#22992 |
And for the issue to be resolved, wait for the following PR: hashicorp/terraform-provider-azurerm#26218 |
Are you using the same TRE ID between deployments? Wonder if some sort of DNS caching going on? |
I am yes. I think it is to do with DNS caching. However not sure why the issue has only started occuring this week, as been reusing TRE IDs for a long time. |
Are these jobs running on a github agent? Is it a GitHub hosted one or an agent you manage? |
Just a standard GitHub Actions Runner - not one that we manage. |
Hmm, we never really deploy, destroy, and deploy with the same ID. Wonder if you left it a couple of days before reusing the same ID. Might be need to create an issue in the Terraform provider repository/wait for the one you mentioned, not sure its an Azure TRE issue, or something we are going to be able to resolve. |
It's intermittent - I think it does depend on how long it was since the last deploy. Curiously for the issue I was having this morning, I deleted the storage account that was causing the 404, re-ran the build and it completed sucessfully. I'll hopefully manage to work around it for now and keep an eye on release of the terraform PR above. |
Strangely not seen it for a couple of weeks - it went away by itself. If it reoccurs, I'll try bumping the terraform azurerm version. |
Going to close this given not senit again. |
This has occured 6 times in the last week - when attempting to deploy a TRE instance using the same name as that of a recently deleted TRE instace. Going to try bumping TF provider in the core from v3.112.0 to v3.117.0 (incorporating a fix for this issue) to see if it helps. |
…gate storage account deployment issue microsoft#4004
…gate storage account deployment issue microsoft#4004
OK three deployments using v3.117.0 have succeeded. |
* Upgrade azurerm terraform provider from v3.112.0 to v3.117.0 to mitigate storage account deployment issue #4004 * Bump core, devops and template version numbers
Deploying a fresh TRE from 2 commits behind main (1ffb09b)...
Experienced storage account failures on two seperate deployments:
The text was updated successfully, but these errors were encountered: