Skip to content

Commit

Permalink
Merge pull request #34970 from bsiva/master
Browse files Browse the repository at this point in the history
V2A PowerShell update
  • Loading branch information
PRMerger9 authored Mar 23, 2018
2 parents 2335c6c + 86b80e5 commit 96ecd23
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,18 @@ ResourceName ResourceGroupName ResourceNamespace ResouceType
VMwareDRToAzurePs VMwareDRToAzurePs Microsoft.RecoveryServices vaults
```

> [!TIP]
> As an alternative to the Set-ASRVaultContext cmdlet, one can also use the Import-AzureRmRecoveryServicesAsrVaultSettingsFile cmdlet to set the vault context. Specify the path at which the vault registration key file is located as the -path parameter to the Import-AzureRmRecoveryServicesAsrVaultSettingsFile cmdlet.
>
>For example:
>
>```azurepowershell
>Get-AzureRmRecoveryServicesVaultSettingsFile -SiteRecovery -Vault $Vault -Path "C:\Work\"
>
>Import-AzureRmRecoveryServicesAsrVaultSettingsFile -Path "C:\Work\VMwareDRToAzurePs_2017-11-23T19-52-34.VaultCredentials"
>```
>
Subsequent sections of this article assume that the vault context for Azure Site Recovery operations has been set.
## Validate that your Configuration Server and Scale out Process servers are registered to the vault
Expand Down
10 changes: 5 additions & 5 deletions articles/site-recovery/vmware-azure-enable-replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ Next, you verify the properties of the source machine. Remember that the Azure V
For example, if a source machine has two network adapters and the target machine size supports four, the target machine has two adapters. If the source machine has two adapters but the supported target size only supports one, then the target machine has only one adapter.
- If the virtual machine has multiple network adapters, they all connect to the same network. Also, the first one shown in the list becomes the *Default* network adapter in the Azure virtual machine.

### Azure Hybrid Use Benefit
### Azure Hybrid Benefit

Microsoft Software Assurance customers can use Azure Hybrid Use Benefit to save on licensing costs for Windows Server machines that are migrated to Azure, or to use Azure for disaster recovery. If you're eligible to use the Azure Hybrid Use Benefit, you can specify that the virtual machine assigned this benefit is the one Azure Site Recovery creates if there's a failover. To do this:
Microsoft Software Assurance customers can use Azure Hybrid Benefit to save on licensing costs for Windows Server machines that are migrated to Azure, or to use Azure for disaster recovery. If you're eligible to use the Azure Hybrid Benefit, you can specify that the virtual machine assigned this benefit is the one Azure Site Recovery creates if there's a failover. To do this:
- Go to the Compute and Network properties section of the replicated virtual machine.
- Answer the question that asks if you have a Windows Server License that makes you eligible for Azure Hybrid Use Benefit.
- Select the check box to confirm that you have an eligible Windows Server license with Software Assurance, which you can use to apply the Hybrid Use Benefit on the machine that will be created on failover.
- Answer the question that asks if you have a Windows Server License that makes you eligible for Azure Hybrid Benefit.
- Select the check box to confirm that you have an eligible Windows Server license with Software Assurance, which you can use to apply the Azure Hybrid Benefit on the machine that will be created on failover.
- Save settings for the replicated machine.

Learn more about [Azure Hybrid Use Benefit](https://aka.ms/azure-hybrid-use-benefit-pricing).
Learn more about [Azure Hybrid Benefit](https://aka.ms/azure-hybrid-benefit-pricing).

## Common issues

Expand Down

0 comments on commit 96ecd23

Please sign in to comment.