-1

我正在尝试使用以下 cmdlet(Windows 10 x64,模块版本 2.0)将 Azure ResourceGroup 导出到模板文件,但它会引发异常 PS> Export-AzureRmResourceGroup -ResourceGroupName 'service-env-rg' -Path 。 \resourcegroup.json -ErrorAction SilentlyContinue Export-AzureRmResourceGroup : InternalServerError : 遇到内部服务器错误。诊断信息:时间戳'20160809T072241Z',订阅id'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',跟踪id'eed95646-d845-4852-8971-a353bab65db2',请求关联id'eed95646-d845-4852-8971-a353bab65db2' . 在 line:1 char:1 + Export-AzureRmResourceGroup -ResourceGroupName 'service -e ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : CloseError: (:) [Export-AzureRmResourceGroup],

如果我在没有 -ErrorAction 的情况下运行它,我也会在管道停止的情况下出现次要异常。还有人看到这个吗?我在以前版本的 cmdlet 中遇到了同样的错误。

4

2 回答 2

0

我想知道这是否与 Azure 门户中的“模板导出”功能似乎也无法正常工作有关......请参阅这个最近的论坛主题:

https://social.msdn.microsoft.com/Forums/en-US/3200b7a1-768c-4714-a474-ac02df22e729/problem-with-exporting-current-state-arm-template-for-a-resource-group?论坛=windowsazure管理

于 2016-08-09T18:33:18.850 回答
0

重命名我的 Microsoft 帐户后,它现在可以在 Powershell 和门户中使用。即,似乎 ARM 更新引入了身份验证更改,因此即使我选择了类型,登录也无法正确区分帐户。

于 2016-08-19T09:29:03.363 回答