<https://kb.databricks.com/cloud/azure-container-d...
# azure
e
https://kb.databricks.com/cloud/azure-container-does-not-exist-error-when-creating-files-in-a-workspace . I'm reading the causes/solution..what is this "Azure Container" ..i'm not even clear on how you would check if the "Azure Container" exist in my resource group and subscription
f
based on your given context I assume it's https://learn.microsoft.com/en-us/azure/databricks/compute/custom-containers ? if not, then it's probably something wrong with your workspace itself
e
we are just trying to create git folders... i think it is referring to an Azure Subscription resource providers.. https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider
f
are you following something like this https://learn.microsoft.com/en-us/azure/databricks/dev-tools/pulumi and encountering an issue? if so, seeing the code and an error might help
e
• created databricks workspace using https://www.pulumi.com/registry/packages/azure-native/api-docs/databricks/workspace/ • In created workspace UI, I am trying to create a git folder and is seeing the error
can confirm having `Microsoft.ContainerService`resource provider registered in the Azure subscription BEFORE creating the databricks workspace resolves the issue. had to delete and recreate the workspace
thanks for the help Robert