Is Managed Resource Group Mandatory for creating Azure Databricks

好久不见. 提交于 2019-12-07 23:54:44

问题


while creating Azure Databricks, the managed resource group is getting created automatically with resources(vnet,nsg and storage account). My question is, is it possible to create Azure Databricks without managed resource group. If not can we use our existing resources(like vnet, nsg and storage account)

I have tried creating Azure Databricks with rest APi with empty managed resource group. But i am not able to sign in while launching workspace.


回答1:


The managed resource group must exist as this is where your cluster(s) will be created. To ensure that nothing breaks them, they are placed in a separate resource group that has a super lock on it so you cannot modify anything in it.

There is however the ability to deploy into your own vnet (currently in public Preview) https://docs.azuredatabricks.net/administration-guide/cloud-configurations/azure/vnet-inject.html

Note that the Managed Resource Group is still created and required when you do this.



来源:https://stackoverflow.com/questions/55704705/is-managed-resource-group-mandatory-for-creating-azure-databricks

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!