Skip to content

Commit db2ca6f

Browse files
author
Ankita Dutta
committed
ade vms
1 parent c2fa80f commit db2ca6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/site-recovery/azure-to-azure-how-to-enable-replication-ade-vms.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ If you are using a key vault, for example `KV1`, in the target settings, you can
177177
For this example, we assume that you create a new empty key vault `KV2` with the [necessary permissions](#required-user-permissions). You can then update the vault using the following steps:
178178

179179
1. Navigate to **Recovery services vault** in the portal.
180-
1. Select *replicated item* > **Properties** > **Compute and Network**
180+
1. Select *replicated item* > **Properties** > **Compute**
181181
1. Select `KV2` from the menu to update the target key vault.
182182
![Update target key vault](./media/azure-to-azure-how-to-enable-replication-ade-vms/portal.png)
183183
1. Select **Save** to copy the source keys to the new target key vault `KV2` with a new key/secret and update the Azure Site Recovery metadata.
@@ -189,12 +189,12 @@ For this example, we assume that you create a new empty key vault `KV2` with the
189189

190190
### Update target VM encryption settings using REST API
191191

192-
1. You must copy the keys to target vault using the `Copy-Keys` script.
192+
1. You must copy the keys to target vault using the [Copy-Keys](https://raw.githubusercontent.com/AsrOneSdk/published-scripts/master/CopyKeys/CopyKeys.ps1) script.
193193
2. Use the [`Replication Protected Items - Update`](https://learn.microsoft.com/rest/api/site-recovery/replication-protected-items/update?view=rest-site-recovery-2023-02-01&tabs=HTTP&tryIt=true&source=docs#diskencryptioninfo) Rest API to update the Azure Site Recovery metadata.
194194

195195
### Update target VM encryption settings using PowerShell
196196

197-
1. Copy the keys to target vault using the `Copy-Keys` script.
197+
1. Copy the keys to target vault using the [Copy-Keys](https://raw.githubusercontent.com/AsrOneSdk/published-scripts/master/CopyKeys/CopyKeys.ps1) script.
198198
1. Use the [`Set-AzRecoveryServicesAsrReplicationProtectedItem`](https://learn.microsoft.com/powershell/module/az.recoveryservices/set-azrecoveryservicesasrreplicationprotecteditem?view=azps-11.1.0) command to update the Azure Site Recovery metadata.
199199

200200

0 commit comments

Comments
 (0)