在我的一个订阅中有一个经典的网络安全组资源,但当我打开manage.windowsazure.com时,我被重定向到普通门户网站。根据这个No subscriptions found in the old Azure portal,这意味着我没有经典的Azure订阅。没有经典订阅,经典资源能否存在?我具有全局管理员Azure AD角色,我是门户中列出的所有订阅的联合管理员。当我运行PowerShell命令Add-AzureAccount
时,我得到:
No subscriptions are associated with the logged in account in Azure Service Management (RDFE). This means that the logged in user is not an administrator or co-administrator for any
account.\r\nDid you mean to execute Connect-AzureRmAccount?
发布于 2019-10-05 06:01:18
所以..。没有“经典订阅”这回事。相反,你的订阅可能有“经典”服务。如果您(在门户中)搜索“所有服务”并搜索“网络安全”-您将看到“网络安全组(经典)”的选项:
至于凭证:现在只有一个门户(portal.azure.com
) --旧的(“经典”)门户不再存在。您当前的凭据允许您浏览"Classic“和"Resource Manager”资源。
有两组API cmdlet,一组用于处理“经典”资源,另一组用于处理“资源管理器”资源。下面是不同的PowerShell调用,因此您需要在类型之间进行切换。
https://stackoverflow.com/questions/58243138
复制相似问题