Skip to content

Commit 041b61a

Browse files
Merge pull request #125427 from ArieHein/Spelling-57
Spelling Fixes
2 parents 4877d58 + 0305810 commit 041b61a

17 files changed

+23
-23
lines changed

articles/service-bus-messaging/monitor-service-bus-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ AzureDiagnostics:
162162
{
163163
"ActivityId": "0000000000-0000-0000-0000-00000000000000",
164164
"EventName": "Create Queue",
165-
"resourceId": "/SUBSCRIPTIONS/<AZURE SUBSCRPTION ID>/RESOURCEGROUPS/<RESOURCE GROUP NAME>/PROVIDERS/MICROSOFT.SERVICEBUS/NAMESPACES/<SERVICE BUS NAMESPACE NAME>",
165+
"resourceId": "/SUBSCRIPTIONS/<AZURE SUBSCRIPTION ID>/RESOURCEGROUPS/<RESOURCE GROUP NAME>/PROVIDERS/MICROSOFT.SERVICEBUS/NAMESPACES/<SERVICE BUS NAMESPACE NAME>",
166166
"SubscriptionId": "0000000000-0000-0000-0000-00000000000000",
167167
"EventTimeString": "9/28/2016 8:40:06 PM +00:00",
168168
"EventProperties": "{\"SubscriptionId\":\"0000000000-0000-0000-0000-00000000000000\",\"Namespace\":\"mynamespace\",\"Via\":\"https://mynamespace.servicebus.windows.net/f8096791adb448579ee83d30e006a13e/?api-version=2016-07\",\"TrackingId\":\"5ee74c9e-72b5-4e98-97c4-08a62e56e221_G1\"}",
@@ -179,7 +179,7 @@ Resource specific table entry:
179179
{
180180
"ActivityId": "0000000000-0000-0000-0000-00000000000000",
181181
"EventName": "Retrieve Queue",
182-
"resourceId": "/SUBSCRIPTIONS/<AZURE SUBSCRPTION ID>/RESOURCEGROUPS/<RESOURCE GROUP NAME>/PROVIDERS/MICROSOFT.SERVICEBUS/NAMESPACES/<SERVICE BUS NAMESPACE NAME>",
182+
"resourceId": "/SUBSCRIPTIONS/<AZURE SUBSCRIPTION ID>/RESOURCEGROUPS/<RESOURCE GROUP NAME>/PROVIDERS/MICROSOFT.SERVICEBUS/NAMESPACES/<SERVICE BUS NAMESPACE NAME>",
183183
"SubscriptionId": "0000000000-0000-0000-0000-00000000000000",
184184
"TimeGenerated(UTC)": "9/28/2023 8:40:06 PM +00:00",
185185
"EventProperties": "{\"SubscriptionId\":\"0000000000-0000-0000-0000-00000000000000\",\"Namespace\":\"mynamespace\",\"Via\":\"https://mynamespace.servicebus.windows.net/f8096791adb448579ee83d30e006a13e/?api-version=2016-07\",\"TrackingId\":\"5ee74c9e-72b5-4e98-97c4-08a62e56e221_G1\"}",

articles/service-connector/includes/passwordless-tutorial-snippet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ az webapp connection create postgres-flexible \
7474
Azure Database for MySQL - Flexible Server requires a user-assigned managed identity to enable Microsoft Entra authentication. For more information, see [Set up Microsoft Entra authentication for Azure Database for MySQL - Flexible Server](/azure/mysql/flexible-server/how-to-azure-ad). You can use the following command to create a user-assigned managed identity:
7575

7676
```azurecli-interactive
77-
USER_IDENTITY_NAME=<YOUR_USER_ASSIGNED_MANAGEMED_IDENTITY_NAME>
77+
USER_IDENTITY_NAME=<YOUR_USER_ASSIGNED_MANAGED_IDENTITY_NAME>
7878
IDENTITY_RESOURCE_ID=$(az identity create \
7979
--name $USER_IDENTITY_NAME \
8080
--resource-group $RESOURCE_GROUP \

articles/site-recovery/hyper-v-azure-common-questions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ You can replicate any app or workload running a Hyper-V VM that complies with [r
144144

145145
### Can I replicate to Azure with a site-to-site VPN?
146146

147-
Azure Site Recovery replicates data to an Azure storage account or managed disks, over a public endpoint. However, replication can be performed over Site-to-Site VPN as well. Site-to-Site VPN connectivity allows organizations to connect existing networks to Azure, or Azure networks to each other. Site-to-Site VPN occurs over IPSec tunneling over the internet, leveraging existing on-premises edge network equipment and network appliances in Azure, either native features like Azure Virtual Private Network (VPN) Gateway or 3rd party options such as Check Point CloudGaurd, Palo Alto NextGen Firewall. Replicating to Azure with site-to-site VPN is only supported when using [private endpoints](../private-link/private-endpoint-overview.md).
147+
Azure Site Recovery replicates data to an Azure storage account or managed disks, over a public endpoint. However, replication can be performed over Site-to-Site VPN as well. Site-to-Site VPN connectivity allows organizations to connect existing networks to Azure, or Azure networks to each other. Site-to-Site VPN occurs over IPSec tunneling over the internet, leveraging existing on-premises edge network equipment and network appliances in Azure, either native features like Azure Virtual Private Network (VPN) Gateway or 3rd party options such as Check Point CloudGuard, Palo Alto NextGen Firewall. Replicating to Azure with site-to-site VPN is only supported when using [private endpoints](../private-link/private-endpoint-overview.md).
148148

149149
### Why can't I replicate over VPN?
150150

@@ -180,7 +180,7 @@ Dynamic disks can be replicated. The operating system disk must be a basic disk.
180180

181181
### Can I enable Site Recovery along with other backup or disaster recovery tools?
182182

183-
No, enabling Site Recovery along with other backup or disaster recovery resources on the same host machine is not supported. The other tools may create a lock on the resources required for Site Recovery to funtion smoothly. This may cause ongoing replication to break.
183+
No, enabling Site Recovery along with other backup or disaster recovery resources on the same host machine is not supported. The other tools may create a lock on the resources required for Site Recovery to function smoothly. This may cause ongoing replication to break.
184184

185185
## Security
186186

articles/site-recovery/hyper-v-deployment-planner-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ ASRDeploymentPlanner.exe -Operation StartProfiling -virtualization Hyper-V -Dire
132132

133133
#### Profile VMs for 15 days
134134
```
135-
ASRDeploymentPlanner.exe -Operation StartProfiling -Virtualization Hyper-V -Directory "E:\Hyper-V_ProfiledData" -VMListFile "E:\vCenter1_ProfiledData\ProfileVMList1.txt" -NoOfDaysToProfile 15 -User contoso\HypreVUser1
135+
ASRDeploymentPlanner.exe -Operation StartProfiling -Virtualization Hyper-V -Directory "E:\Hyper-V_ProfiledData" -VMListFile "E:\vCenter1_ProfiledData\ProfileVMList1.txt" -NoOfDaysToProfile 15 -User contoso\HyperVUser1
136136
```
137137

138138
#### Profile VMs for 60 minutes for a quick test of the tool

articles/site-recovery/move-azure-VMs-AVset-Azone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The following steps will guide you when using Azure Site Recovery to enable repl
9898
5. Choose the appropriate values for the target subscription, target virtual machine resource group, and virtual network.
9999
6. In the **Availability** section, choose the Availability Zone into which you want to move the virtual machine.
100100
> [!NOTE]
101-
> If you don’t see the option for availability set or Availabilty Zone, ensure that the [prerequisites](#prepare-the-source-virtual-machines) are met and the [preparation](#prepare-the-source-virtual-machines) of source virtual machines is complete.
101+
> If you don’t see the option for availability set or Availability Zone, ensure that the [prerequisites](#prepare-the-source-virtual-machines) are met and the [preparation](#prepare-the-source-virtual-machines) of source virtual machines is complete.
102102
103103

104104
7. Select **Enable Replication**. This action starts a job to enable replication for the virtual machine.

articles/site-recovery/quickstart-create-vault-template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ echo "Press [ENTER] to continue ..."
9797
# [PowerShell](#tab/PowerShell)
9898

9999
```azurepowershell-interactive
100-
$resouceGroupName = Read-Host -Prompt "Enter the resource group name"
100+
$resourceGroupName = Read-Host -Prompt "Enter the resource group name"
101101
$vaultName = Read-Host -Prompt "Enter the vault name"
102102
$vaultBackupConfig = Get-AzRecoveryServicesVault -Name $vaultName
103-
Get-AzRecoveryServicesVault -ResourceGroupName $resouceGroupName -Name $vaultName
103+
Get-AzRecoveryServicesVault -ResourceGroupName $resourceGroupName -Name $vaultName
104104
Get-AzRecoveryServicesBackupProperty -Vault $vaultBackupConfig
105105
Write-Host "Press [ENTER] to continue..."
106106
```
@@ -157,8 +157,8 @@ echo "Press [ENTER] to continue ..."
157157
# [PowerShell](#tab/PowerShell)
158158

159159
```azurepowershell-interactive
160-
$resouceGroupName = Read-Host -Prompt "Enter the resource group name"
161-
Remove-AzResourceGroup -Name $resouceGroupName
160+
$resourceGroupName = Read-Host -Prompt "Enter the resource group name"
161+
Remove-AzResourceGroup -Name $resourceGroupName
162162
Write-Host "Press [ENTER] to continue..."
163163
```
164164

articles/site-recovery/region-move-cross-geos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The below steps will guide you how to use Azure Site Recovery to copy data to th
109109
a. subscription, select the appropriate one.
110110
4. Create a resource group **ContosoRG**.
111111
5. Specify an Azure region. To check supported regions, see geographic availability in [Azure Site Recovery Pricing Details](https://azure.microsoft.com/pricing/details/site-recovery/).
112-
6. In Recovery Services vaults, click **Overview** > **ConsotoVMVault** > **+Replicate**
112+
6. In Recovery Services vaults, click **Overview** > **ContosoVMVault** > **+Replicate**
113113
7. Select **To Azure** > **Not virtualized/Other**.
114114

115115
### Set up the configuration server to discover virtual machines.

articles/site-recovery/site-recovery-deployment-planner-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,5 @@ Read more about [Large disk support in Azure Site Recovery](https://azure.micros
181181

182182
- Supports only for VMware to Azure disaster recovery scenarios. For Hyper-V to Azure disaster recovery scenarios, use the [Hyper-V capacity planner tool](./hyper-v-deployment-planner-overview.md).
183183
- Doesn't support the GetThroughput operation for the US Government and China Microsoft Azure regions.
184-
- The tool cann't profile VMs if the vCenter server has two or more VMs with the same name or IP address across various ESXi hosts.
184+
- The tool can't profile VMs if the vCenter server has two or more VMs with the same name or IP address across various ESXi hosts.
185185
In this version, the tool skips profiling for duplicate VM names or IP addresses in the VMListFile. The workaround is to profile the VMs by using an ESXi host instead of the vCenter server. Ensure to run one instance for each ESXi host.

articles/site-recovery/site-recovery-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ sections:
243243
- question: |
244244
Can I replicate over a site-to-site VPN to Azure?
245245
answer: |
246-
Azure Site Recovery replicates data to an Azure storage account or managed disks, over a public endpoint. However, replication can be performed over Site-to-Site VPN as well. Site-to-Site VPN connectivity allows organizations to connect existing networks to Azure, or Azure networks to each other. Site-to-Site VPN occurs over IPsec tunneling over the internet, using existing on-premises edge network equipment and network appliances in Azure, either native features like Azure Virtual Private Network (VPN) Gateway or third party options such as Check Point CloudGaurd, Palo Alto NextGen Firewall.
246+
Azure Site Recovery replicates data to an Azure storage account or managed disks, over a public endpoint. However, replication can be performed over Site-to-Site VPN as well. Site-to-Site VPN connectivity allows organizations to connect existing networks to Azure, or Azure networks to each other. Site-to-Site VPN occurs over IPsec tunneling over the internet, using existing on-premises edge network equipment and network appliances in Azure, either native features like Azure Virtual Private Network (VPN) Gateway or third party options such as Check Point CloudGuard, Palo Alto NextGen Firewall.
247247
248248
- Private connectivity over the public Internet to Microsoft Edge
249249
- Recovery Service Vaults configured for security with Private Endpoints

articles/site-recovery/site-recovery-whats-new-archive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ Features added this month are summarized in the table.
604604

605605
**Feature** | **Details**
606606
--- | ---
607-
**Linux BRTFS file system** | Site Recovery now supports replication of VMware VMs with the BRTFS file system. Replication isn't supported if:<br/><br/>- The BTRFS file system subvolume is changed after enabling replication.<br/><br/>- The file system is spread over multiple disks.<br/><br/>- The BTRFS file system supports RAID.
607+
**Linux BTRFS file system** | Site Recovery now supports replication of VMware VMs with the BTRFS file system. Replication isn't supported if:<br/><br/>- The BTRFS file system subvolume is changed after enabling replication.<br/><br/>- The file system is spread over multiple disks.<br/><br/>- The BTRFS file system supports RAID.
608608
**Windows Server 2019** | Support added for machines running Windows Server 2019.
609609

610610

@@ -673,7 +673,7 @@ Features added this month are summarized in the table.
673673
**Feature** | **Details**
674674
--- | ---
675675
**Linux support** | Support was added for Oracle Linux 6.8, Oracle Linux 6.9 and Oracle Linux 7.0 with the Red Hat Compatible Kernel, and for the Unbreakable Enterprise Kernel (UEK) Release 5.
676-
**Linux BRTFS file system** | Supported for Azure VMs.
676+
**Linux BTRFS file system** | Supported for Azure VMs.
677677
**Azure VMs in availability zones** | You can enable replication to another region for Azure VMs deployed in availability zones. You can now enable replication for an Azure VM, and set the target for failover to a single VM instance, a VM in an availability set, or a VM in an availability zone. The setting doesn't affect replication. [Read](https://azure.microsoft.com/blog/disaster-recovery-of-zone-pinned-azure-virtual-machines-to-another-region/) the announcement.
678678
**Firewall-enabled storage (portal/PowerShell)** | Support added for [firewall-enabled storage accounts](../storage/common/storage-network-security.md).<br/><br/> You can replicate Azure VMs with unmanaged disks on firewall-enabled storage accounts to another Azure region for disaster recovery.<br/><br/> You can use firewall-enabled storage accounts as target storage accounts for unmanaged disks.<br/><br/> Supported in portal and using PowerShell.
679679

0 commit comments

Comments
 (0)