terraform-databricks-examples
terraform-databricks-examples copied to clipboard
Issue: azure storage container creation error when creating UC
Hi by following the example https://github.com/databricks/terraform-databricks-examples/blob/main/examples/adb-uc/stage_3_spn_deploys_uc/storage.tf
tf apply gives error: Error: containers.Client#GetProperties: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="AuthorizationFailure" Message="This request is not authorized to perform this operation.\nRequestId:832e8aff-101e-00de-0b85-814f5f000000\nTime:2023-05-08T08:15:08.4533933Z"
Hi, the reason may depend on the way you authenticate with providers.
Try running it again with TF_LOG=DEBUG terraform apply... and see if you can find something more in logs.