Skip to content

Commit 7f41c9c

Browse files
authored
Merge pull request #304825 from mmkiran21-git/16441660
16441660 changes made
2 parents f26a1e8 + c191021 commit 7f41c9c

5 files changed

Lines changed: 10 additions & 7 deletions

articles/migrate/how-to-create-group-machine-dependencies-agentless.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Follow the steps to disable the servers where dependency analysis is autoenabled
319319
320320
1. You can filter servers to disable dependency analysis on those that were autoenabled (servers with the status as *Enabled*). Servers that aren't eligible for disablement—such as those with the status *Validation failed*, *Not initiated*, *Disabled*, or *Credentials* not available'—can't be selected.
321321

322-
:::image type="content" source="./media/how-to-create-group-machine-dependencies-agentless/disable-dependencies-view.png" alt-text="The screenshot shows disable dependencies view." lightbox="./media/how-to-create-group-machine-dependencies-agentless/disable-dependencies-view.png":::
322+
:::image type="content" source="./media/how-to-create-group-machine-dependencies-agentless/disable-dependencies-view.png" alt-text="The screenshot shows disable dependencies view." lightbox="./media/how-to-create-group-machine-dependencies-agentless/disable-dependencies-view.png":::
323323

324324
1. You can select the servers and select **Disable** to proceed.
325325

@@ -336,8 +336,7 @@ Follow the steps to disable the servers where dependency analysis has been autoe
336336
337337
1. You can filter servers to disable dependency analysis on those that were autoenabled (servers with the status as *Enabled*). Servers that aren't eligible for disablement—such as those with the status *Validation failed*, *Not initiated*, *Disabled*, or *Credentials* not available'—can't be selected.
338338

339-
:::image type="content" source="./media/how-to-create-group-machine-dependencies-agentless/enable-dependencies-view.png" alt-text="The screenshot shows the enable dependenies view." lightbox="./media/how-to-create-group-machine-dependencies-agentless/enable-dependencies-view.png":::
340-
339+
:::image type="content" source="./media/how-to-create-group-machine-dependencies-agentless/enable-dependencies-view.png" alt-text="The screenshot shows the enable dependencies view." lightbox="./media/how-to-create-group-machine-dependencies-agentless/enable-dependencies-view.png":::
341340

342341
1. You can select the servers and select **Enable** to proceed.
343342

articles/site-recovery/azure-to-azure-common-questions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ The Azure portal displays *logical Zones*. In the datacenter, actual physical zo
138138

139139
In case the source and target zones are the same, you can't view zone for target configuration while enabling zonal replication.
140140

141+
#### Can I select a different automation name than the existing automation name for my recovery services vault?
142+
143+
When you replicate a new virtual machine (VM) and assign a new automation account, this account is automatically set at the vault level and will appear under Recovery Services Vault > Site Recovery Infrastructure > Extension Update Settings in the Azure portal. From that point onward, Azure Site Recovery will use this new Automation Account to manage the Site Recovery extension for all replicated VMs.
144+
141145
#### Can I choose a different name for my recovery services vault automation instead of using the existing one?
142146

143147
When you replicate a new VM and specify a new Automation Account name, the vault updates to use this new Automation Account at the vault level. This updated name appears in the vault under **Recovery Services Vault** > **Site Recovery Infrastructure** > **Extension Update Settings**.
@@ -160,7 +164,7 @@ Azure Site Recovery supports live resync. Once resize is completed, resync of Re
160164

161165
#### Are there any changes in performance of Azure Site Recovery between Premium SSD v1 and SSD v2 disks?
162166

163-
The RPO and RTO SLAs of Azure Site Recovery remain the same for both disk types. However, Premium SSD v2 disks takes more time to complete the enable protection process. Also, as Azure Site Recovery uses Premium SSD v1 disks as replica disks, during failover, the new Premium SSD v2 disks created in target using the replica disk, would need some time for data hydration. However, this would not impact the environment availability.
167+
The RPO and RTO SLAs of Azure Site Recovery remain the same for both disk types. However, Premium SSD v2 disks take more time to complete the enable protection process. Also, as Azure Site Recovery uses Premium SSD v1 disks as replica disks, during failover, the new Premium SSD v2 disks created in target using the replica disk, would need some time for data hydration. However, this would not impact the environment availability.
164168

165169
#### What snapshots are used when protecting VMs with Premium SSD v2 using Azure Site Recovery?
166170

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes how to configure replication for Azure Disk
44
author: jyothisuri
55
ms.service: azure-site-recovery
66
ms.topic: how-to
7-
ms.date: 10/29/2024
7+
ms.date: 08/28/2024
88
ms.author: jsuri
99

1010
# Customer intent: As a cloud administrator, I want to configure replication for encrypted Azure VMs to another region, so that I can ensure disaster recovery and maintain data security across regions.

articles/site-recovery/azure-to-azure-support-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ General purpose V2 storage accounts (Both Hot and Cool tier) | Supported | Trans
434434
Generation 2 (UEFI boot) | Supported
435435
NVMe disks | Not supported
436436
Managed Shared Disk| Supported
437-
Managed Premium SSD v2 Disk| Supported | Public Preview in all public regions.<br/><br/>Note: Since Block Blob storage accounts are not supported in China North and China East regions, Azure Site Recovery for Premium SSD v2 disks cannot be supported.
437+
Managed Premium SSD v2 Disk| Supported | Public Preview with PowerShell support in all public regions.<br/><br/>Note: Since Block Blob storage accounts are not supported in China North and China East regions, Azure Site Recovery for Premium SSD v2 disks cannot be supported.
438438
Ultra Disks | Supported | Public Preview in all public regions.<br/><br/>Note: Since Block Blob storage accounts are not supported in China North and China East regions, Azure Site Recovery for Premium SSD v2 disks cannot be supported.
439439
Secure transfer option | Supported
440440
Write accelerator enabled disks | Not supported

articles/site-recovery/site-recovery-role-based-linked-access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage Azure role-based access control in Azure Site Recovery
33
description: This article describes how to apply Azure role-based access control (Azure RBAC) to manage Azure Site Recovery access.
44
ms.service: azure-site-recovery
5-
ms.date: 12/28/2024
5+
ms.date: 07/21/2025
66
author: jyothisuri
77
ms.topic: overview
88
ms.author: jsuri

0 commit comments

Comments
 (0)