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
Describe the bug Terraform is unable to communicate with the metastore storage account once created:
│ Error: reading static website for AzureRM Storage Account "stgmricdbksucprod": accounts.Client#GetServiceProperties: Failure sending request: StatusCode=0 -- Original Error: context deadline exceeded │ │ with module.unity_catalog_metastore[0].azurerm_storage_account.unity_catalog, │ on unity-catalog-metastore/metastore.tf line 41, in resource "azurerm_storage_account" "unity_catalog": │ 41: resource "azurerm_storage_account" "unity_catalog" { │
This is because the DNS zone associations in the private link configuration are mismatched:
for_each = { "dfs" = var.private_dns_zones["blob"].id "blob" = var.private_dns_zones["dfs"].id }
The text was updated successfully, but these errors were encountered:
jjgriff93
Successfully merging a pull request may close this issue.
Describe the bug
Terraform is unable to communicate with the metastore storage account once created:
This is because the DNS zone associations in the private link configuration are mismatched:
The text was updated successfully, but these errors were encountered: