如何获取.publishsettings文件?现在链接从重定向到portal.azure.com
发布于 2018-01-11 02:44:53
为Vikranth S添加
经典的Azure portal 退休:微软宣布为经典门户用户更新经典Azure门户和Vikranth S也提到,经典Azure门户自2018年1月8日以来就已经退役。所有功能都将在新门户中提供。
Azure powershell Get-AzurePublishSettingsFile尝试获取仅为已退役的intended and limited to manage Azure Service Management (ASM) resources的发布设置文件。
Azure管理证书和发布设置文件(它是包含管理证书的文件)只是
intended and limited to manage Azure Service Management (ASM) resources,这意味着来自上一个Azure (https://manage.windowsazure.com)的资源。
如果您想使用Azure powershell自动登录,可以使用以下命令。您也可以参考我先前的回答的详细步骤。
Login-AzureRmAccount -ServicePrincipal -ApplicationId "http://my-app" -Credential $pscredential -TenantId $tenantidhttps://stackoverflow.com/questions/48191976
复制相似问题