terraform-databricks-examples icon indicating copy to clipboard operation
terraform-databricks-examples copied to clipboard

Issue: azure storage container creation error when creating UC

Open csimplestring opened this issue 2 years ago • 1 comments
trafficstars

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"

csimplestring avatar May 09 '23 08:05 csimplestring

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.

kangshung avatar May 09 '23 16:05 kangshung