无法下载Azure Site Recovery Vault设置文件

时间:2016-02-08 10:54:24

标签: azure azure-powershell

我遇到与this link中提到的完全相同的问题。但是,答案中没有适当的解决方案。

我正在尝试下载ASR保险柜设置文件并在PowerShell中收到以下错误。

Get-AzureSiteRecoveryVaultSettingsFile : Operation failed.
ClientRequestId: a1109cdc-4bc5-4107-a8a0-78a18763512345616-02-08 09:55:59Z-P
Cannot generate vault settings file for this vault. Download it from the Azure Portal.
At line:5 char:21
+ ... tingsFile = Get-AzureSiteRecoveryVaultSettingsFile -Location $VaultGe ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : CloseError: (:) [Get-AzureSiteRecoveryVaultSettingsFile], SerializationException
    + FullyQualifiedErrorId : Microsoft.Azure.Commands.RecoveryServices.GetAzureSiteRecoveryVaultSettingsFile

我不是要重新生成Vault密钥。只是尝试下载文件而不是从Azure门户手动下载。

2 个答案:

答案 0 :(得分:1)

您使用的是经典模型还是资源管理器模型? 用于下载保管库密钥的cmdlet是Get-AzureRmRecoveryServiceVaultSettingsFile

答案 1 :(得分:0)

似乎这是一个但在Azure PowerShell模块中,当我将Azure PowerShell版本升级到1.5.0时会自动解决。

感谢您提供的所有意见。