为了在Azure网站上连接和调试node.js程序,我需要使用publishSettings文件。当我从Azure管理控制台下载一个,并尝试导入它时,我得到以下内容:
c:\>azure account import "MyServices.azurewebsites.net.PublishSettings"
info: Executing command account import
error: Invalid publishSettings file. Use "azure account download" to download publishing credentials.
info: Error information has been recorded to azure.err
error: account import command failed
当我尝试使用“azure account download”命令时,它会打开一个浏览器窗口,然后从azure管理系统给出500错误。
当我尝试从Azure PowerShell命令执行此操作时,会发生同样的事情。
由于
答案 0 :(得分:1)
这有点令人困惑,但您尝试使用的publishSettings文件是Azure网站的特定发布设置,而实际上您需要Azure帐户的发布设置。
您可以从此处获取:https://windows.azure.com/download/publishprofile.aspx
azure account download
也是正确的,不确定为什么会得到500。
答案 1 :(得分:0)
您使用的是哪个版本的xplat-cli和PowerShell?
" MyServices.azurewebsites.net.PublishSettings"看起来像网站发布配置文件,这不是我们需要的订阅发布设置文件。但命令应该指引你到正确的地方去接受它们。
您可以尝试直接转到https://management.windowsazure.com/publishsettings/index并获取该文件吗?这是我们在命令中使用的URI。
如果您能告诉我xplat-cli或PowerShell指示您的URI是什么,那就太棒了。
感谢。
答案 2 :(得分:0)
我鼓励您提交技术支持票。为此,您可以: