如何获取.publishsettings文件

时间:2018-01-10 16:30:11

标签: azure azure-powershell azure-deployment

如何获取.publishsettings文件? 现在从Get-AzurePublishSettingsFile重定向链接到portal.azure.com

旧网址: https://manage.windowsazure.com/publishsettings

1 个答案:

答案 0 :(得分:1)

添加Vikranth S

经典Azure门户已淘汰Microsoft announced Classic Azure portal update for classic portal users Vikranth S 还提到,自 2018年1月8日以来,Classic Azure门户网站已停用。所有功能都将在新门户中提供。

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门户的资源({{3} })。

如果要使用Azure powershell自动登录,可以使用以下命令。您还可以参考https://manage.windowsazure.com的详细步骤。

Login-AzureRmAccount -ServicePrincipal -ApplicationId  "http://my-app" -Credential $pscredential -TenantId $tenantid