gpt4 book ai didi

azure - 我需要做什么才能删除这个已通过所有初始检查的 Azure Active Directory 租户?

转载 作者:行者123 更新时间:2023-12-02 05:56:02 29 4
gpt4 key购买 nike

Microsoft 的 UI 显示所有初始检查均已通过,他们可以删除此 Azure Active Directory 租户。随后出现消息称 Microsoft 实际上无法删除租户。我还能做些什么来真正删除它吗?

enter image description here

编辑1看来我得到了 403 enter image description here

我是租户中唯一剩下的用户,并且拥有全局管理员权限。

enter image description here

最佳答案

根据 Microsoft Documentation它说,
我们可以使用下面的PowerShell命令删除门户中无法删除的租户(企业应用)。

以下是上述文档中引用的步骤,

  • Open PowerShell as an administrator.
  • Run Connect-AzAccount -tenant <TENANT_ID>.
  • Sign in to Azure AD in the Global Administrator role.
  • Run Get-AzADServicePrincipal | ForEach-Object { Remove-AzADServicePrincipal -ObjectId $_.Id }.

有关此 PowerShell 命令的详细信息,请参阅 Remove-AzureADServicePrincipal.

还有Troubleshoot failed service request: Error 403 (Forbidden) .

关于azure - 我需要做什么才能删除这个已通过所有初始检查的 Azure Active Directory 租户?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72670192/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com