Skip to content

Commit e712c82

Browse files
authored
Merge pull request #125437 from ArieHein/Spelling-60
Spelling Fixes
2 parents 992470d + 63beed8 commit e712c82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

includes/passwordless/service-bus/service-bus-assign-roles-tabbed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following example will assign the **Azure Service Bus Data Owner** role to y
4141

4242
### [Azure CLI](#tab/roles-azure-cli)
4343

44-
To assign a role at the resource level using the Azure CLI, you first must retrieve the resource ID using the `az servicesbus namespace show` command. You can filter the output properties using the `--query` parameter.
44+
To assign a role at the resource level using the Azure CLI, you first must retrieve the resource ID using the `az servicebus namespace show` command. You can filter the output properties using the `--query` parameter.
4545

4646
```azurecli
4747
az servicebus namespace show --resource-group '<your-resource-group-name>' --name '<your-service-bus-namespace>' --query id

includes/sap-load-balancer-ascs-ers-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ $loadbalancer = @{
157157
}
158158
$lb = New-AzLoadBalancer @loadbalancer
159159
160-
# Add ASCS and ERS VMs in backend pool of load balanceer
160+
# Add ASCS and ERS VMs in backend pool of load balancer
161161
162162
$vm1_primaryip.LoadBalancerBackendAddressPools.Add($lb.BackendAddressPools[0])
163163
$vm2_primaryip.LoadBalancerBackendAddressPools.Add($lb.BackendAddressPools[0])

0 commit comments

Comments
 (0)