azure - 如何删除 Azure Databricks 资源组?

标签 azure databricks

我尝试按照快速入门:使用 Azure 门户在 Azure Databricks 上运行 Spark 作业进行操作,如下所述:https://learn.microsoft.com/en-us/azure/azure-databricks/quickstart-create-databricks-workspace-portal

但是当我稍后尝试删除该 databricks 资源的资源组时,出现以下两个错误:

Delete resource group databricks-rg-mydatabricksws-5mlo3dio7wef2 failed The resource group databricks-rg-mydatabricksws-5mlo3dio7wef2 is locked and can't be deleted. Click here to manage locks for this resource group.

UnauthorizedApplicationId "The management lock ... is owned by system application"

参见:https://aka.ms/arm-lock

Lock Deletion Failure The lock named mydatabricksws was unable to be deleted for the following reasons: {"errorThrown":"Unavailable in batch","jqXHR":{"responseJSON":{"error":{"code":"UnauthorizedApplicationId","message":"The management lock 'mydatabricksws' is owned by system application(s) 'd9327919-6775-4843-9037-3fb0fb0473cb'.

最佳答案

我之前也遇到过同样的问题。我从这个link得到答案.

  • Log into your Azure Databricks workspace as the account owner (the user who created the service), and click the user profile Account imageicon at the top right.

enter image description here

  • Select Manage Account.

enter image description here

  • In the Azure Databricks service, click Azure Delete image and then OK.

您还可以从此 document 获取 Azure Databricks 代码演示.

关于azure - 如何删除 Azure Databricks 资源组?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51976114/

相关文章:

hadoop - 将 rdd 从 spark 写入 Elastic Search 失败

python - Azure Databricks 未在 Spark 上并行化

apache-spark - Pyspark:Delta 表作为流源,怎么做?

任务步骤名称的 Azure DevOps 管道变量

azure - 重启后 - 在 Azure webrole 上安装证书

azure - Azure Function App 的 Visual Studio 2022 和 .net 更新问题

azure - 从 Azure AD 生成 token 失败并出现错误 AADSTS9002326

powershell - set-AzureStaticVNetIP 未在 Azure VM 上设置静态 IP

apache-spark - 在 Databricks/Spark 中的 SQL 中为变量分配一个动态值

java - 如何在 Databricks Spark Scala 中使用当月的第一天创建变量?