Skip to content

Commit 8fba79f

Browse files
authored
Merge pull request #108402 from rmca14/fixwarn
Fix warning afternoon publish PR
2 parents 7af0d2f + 044a599 commit 8fba79f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The Site Recovery team and Azure capacity management team plan for sufficient in
4444
Yes. Site Recovery supports disaster recovery of VMs that have Azure Disk Encryption enabled. When you enable replication, Azure copies all the required disk encryption keys and secrets from the source region to the target region in the user context. If you don't have the appropriate permissions, your security administrator can use a script to copy the keys and secrets.
4545

4646
- Site Recovery supports Azure Disk Encryption for Azure VMs that are running Windows.
47-
- Site Recovery supports Azure Disk Encryption version 0.1, which has a schema that requires Azure Active Directory (Azure AD). Site Recovery also supports version 1.1, which doesn't require Azure AD. [Learn more about the extension schemata for Azure disk encryption](../virtual-machines/extensions/azure-disk-enc-windows.md#extension-schemata).
47+
- Site Recovery supports Azure Disk Encryption version 0.1, which has a schema that requires Azure Active Directory (Azure AD). Site Recovery also supports version 1.1, which doesn't require Azure AD. [Learn more about the extension schema for Azure disk encryption](../virtual-machines/extensions/azure-disk-enc-windows.md#extension-schema).
4848
- For Azure Disk Encryption version 1.1, you have to use the Windows VMs with managed disks.
4949
- [Learn more](azure-to-azure-how-to-enable-replication-ade-vms.md) about enabling replication for encrypted VMs.
5050

@@ -64,15 +64,15 @@ Yes, you can exclude disks at the time of protection by using PowerShell. For mo
6464

6565
### Can I add new disks to replicated VMs and enable replication for them?
6666

67-
Yes, adding new disks to replicated VMs and enabling replication for them is supported for Azure VMs with managed disks. When you add a new disk to an Azure VM thats enabled for replication, replication health for the VM shows a warning. That warning states that one or more disks on the VM are available for protection. You can enable replication for added disks.
67+
Yes, adding new disks to replicated VMs and enabling replication for them is supported for Azure VMs with managed disks. When you add a new disk to an Azure VM that's enabled for replication, replication health for the VM shows a warning. That warning states that one or more disks on the VM are available for protection. You can enable replication for added disks.
6868

6969
- If you enable protection for the added disks, the warning will disappear after the initial replication.
7070
- If you don't enable replication for the disk, you can dismiss the warning.
7171
- If you fail over a VM that has an added disk and replication enabled, there are replication points. The replication points will show the disks that are available for recovery.
7272

7373
For example, let's say a VM has a single disk and you add a new one. There might be a replication point that was created before you added the disk. This replication point will show that it consists of "1 of 2 disks."
7474

75-
Site Recovery doesnt support "hot remove" of a disk from a replicated VM. If you remove a VM disk, you need to disable and then re-enable replication for the VM.
75+
Site Recovery doesn't support "hot remove" of a disk from a replicated VM. If you remove a VM disk, you need to disable and then re-enable replication for the VM.
7676

7777
### How often can I replicate to Azure?
7878

@@ -109,7 +109,7 @@ A replication policy defines the settings for the retention history of recovery
109109

110110
### What is a crash-consistent recovery point?
111111

112-
A crash-consistent recovery point has the on-disk data as if you pulled the power cord from the server during the snapshot. The crash-consistent recovery point doesnt include anything that was in memory when the snapshot was taken.
112+
A crash-consistent recovery point has the on-disk data as if you pulled the power cord from the server during the snapshot. The crash-consistent recovery point doesn't include anything that was in memory when the snapshot was taken.
113113

114114
Today, most applications can recover well from crash-consistent snapshots. A crash-consistent recovery point is usually enough for no-database operating systems and applications like file servers, DHCP servers, and print servers.
115115

articles/virtual-machines/extensions/azure-disk-enc-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For a full list of prerequisites, see [Azure Disk Encryption for Windows VMs](..
3030
- [Networking requirements](../windows/disk-encryption-overview.md#networking-requirements)
3131
- [Group Policy requirements](../windows/disk-encryption-overview.md#group-policy-requirements)
3232

33-
## Extension Schema
33+
## Extension schema
3434

3535
There are two versions of extension schema for Azure Disk Encryption (ADE):
3636
- v2.2 - A newer recommended schema that does not use Azure Active Directory (AAD) properties.

0 commit comments

Comments
 (0)