Skip to content

Commit 0d47d4d

Browse files
committed
Spelling Fixes
1 parent 7e9fac6 commit 0d47d4d

14 files changed

+19
-19
lines changed

articles/lab-services/how-to-configure-auto-shutdown-lab-plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Azure Lab Services supports automatic shutdown for both Windows-based and Linux-
4949

5050
## Supported Linux distributions for automatic shutdown
5151

52-
Azure Lab Services supports automatic shutdown for many Linux distristributions and versions.
52+
Azure Lab Services supports automatic shutdown for many Linux distributions and versions.
5353

5454
[!INCLUDE [supported linux distributions for automatic shutdown](./includes/lab-services-auto-shutdown-linux-support.md)]
5555

articles/lab-services/troubleshoot-connect-lab-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Consider removing the RDP/SSH restriction or add an exemption for the [lab publi
109109
#### Causes
110110

111111
- Updating the IP Address to a static IP instead of specified as a dynamic IP
112-
- Disabling DCHP (preventing automatically getting an IP address)
112+
- Disabling DHCP (preventing automatically getting an IP address)
113113
- Specifying DNS servers
114114
- Updating local user groups and permissions
115115

articles/lab-services/tutorial-create-lab-with-advanced-networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ To enable ICMP, complete the following steps for each template VM in each lab.
254254

255255
:::image type="content" source="./media/tutorial-create-lab-with-advanced-networking/lab-connect-to-template.png" alt-text="Screenshot of Azure Lab Services template page. The Connect to template menu button is highlighted.":::
256256

257-
When you're logged in to the template VM, modify the firewall rules on the VM to allow ICMP. Because you're using Windows 11, you can use PowerShell and the [Enable-NetFilewallRule](/powershell/module/netsecurity/enable-netfirewallrule) cmdlet. To open a PowerShell window:
257+
When you're logged in to the template VM, modify the firewall rules on the VM to allow ICMP. Because you're using Windows 11, you can use PowerShell and the [Enable-NetFirewallRule](/powershell/module/netsecurity/enable-netfirewallrule) cmdlet. To open a PowerShell window:
258258

259259
1. Select the Start button.
260260
1. Type "PowerShell"

articles/load-balancer/howto-load-balancer-imds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ curl -H "Metadata:true" --noproxy "*" "http://169.254.169.254:80/metadata/loadba
7777
"privateIpAddress":"10.1.0.4"
7878
},
7979
{
80-
"frotendIpAddress":"2603:10e1:100:2::1:1",
80+
"frontendIpAddress":"2603:10e1:100:2::1:1",
8181
"privateIpAddress":"ace:cab:deca:deed::1"
8282
}
8383
]

articles/load-balancer/load-balancer-multiple-ip-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To achieve the scenario outlined in this article complete the following steps:
6262
6363
```azurecli
6464
az network lb frontend-ip create --resource-group contosofabrikam --lb-name mylb --public-ip-name PublicIp1 --name contosofe
65-
az network lb frontend-ip create --resource-group contosofabrikam --lb-name mylb --public-ip-name PublicIp2 --name fabrkamfe
65+
az network lb frontend-ip create --resource-group contosofabrikam --lb-name mylb --public-ip-name PublicIp2 --name fabrikamfe
6666
```
6767
6868
8. Create your backend address pools - *contosopool* and *fabrikampool*, a [probe](/azure/virtual-machines/linux/create-cli-complete?toc=%2fazure%2fvirtual-network%2ftoc.json) - *HTTP*, and your load balancing rules - *HTTPc* and *HTTPf*:
@@ -74,7 +74,7 @@ To achieve the scenario outlined in this article complete the following steps:
7474
az network lb probe create --resource-group contosofabrikam --lb-name mylb --name HTTP --protocol "http" --interval 15 --count 2 --path index.html
7575
7676
az network lb rule create --resource-group contosofabrikam --lb-name mylb --name HTTPc --protocol tcp --probe-name http--frontend-port 5000 --backend-port 5000 --frontend-ip-name contosofe --backend-address-pool-name contosopool
77-
az network lb rule create --resource-group contosofabrikam --lb-name mylb --name HTTPf --protocol tcp --probe-name http --frontend-port 5000 --backend-port 5000 --frontend-ip-name fabrkamfe --backend-address-pool-name fabrikampool
77+
az network lb rule create --resource-group contosofabrikam --lb-name mylb --name HTTPf --protocol tcp --probe-name http --frontend-port 5000 --backend-port 5000 --frontend-ip-name fabrikamfe --backend-address-pool-name fabrikampool
7878
```
7979
8080
9. Check the output to [verify your load balancer](/azure/virtual-machines/linux/create-cli-complete?toc=%2fazure%2fvirtual-network%2ftoc.json) was created correctly by running the following command:

articles/load-testing/how-to-add-requests-to-url-based-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ The following screenshot shows how to refer to a `token` variable in an HTTP hea
278278

279279
### Use response variables for dependent requests
280280

281-
To create HTTP requests that depent on a previous request, you can use response variables. For example, in the first request you might retrieve a list of items from an API, extract the ID from the first result, and then make a subsequent and pass this ID as a query string parameter.
281+
To create HTTP requests that depends on a previous request, you can use response variables. For example, in the first request you might retrieve a list of items from an API, extract the ID from the first result, and then make a subsequent and pass this ID as a query string parameter.
282282

283283
Azure Load Testing supports the following options to extract values from an HTTP request and store them in a variable:
284284

articles/load-testing/how-to-configure-load-test-cicd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ Update your CI workflow to run a load test for your Azure load testing resource
365365
366366
1. Sign into the Azure subscription by using the service principal.
367367
368-
Use the `clientId`, `clientSecret`, and `tenandId` values you stored previously.
368+
Use the `clientId`, `clientSecret`, and `tenantId` values you stored previously.
369369
370370
```azurecli-interactive
371371
az login --service-principal -u $AZURE_CLIENT_ID -p $AZURE_CLIENT_SECRET -t $AZURE_TENANT_ID

articles/load-testing/how-to-create-manage-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ You can use parameters to make your test plan configurable instead of hard-codin
133133

134134
1. Specify the number of test engine instances.
135135

136-
Azure Load Testing automatically scales your load test across all instances. The JMeter test script is run in parallel across all instances. The total number of simulated users equals the number of virtual users (threads) you specify in the JMeter script, multipled by the number of test engine instances. For more information, see [Configure a test for high-scale load](./how-to-high-scale-load.md).
136+
Azure Load Testing automatically scales your load test across all instances. The JMeter test script is run in parallel across all instances. The total number of simulated users equals the number of virtual users (threads) you specify in the JMeter script, multiplied by the number of test engine instances. For more information, see [Configure a test for high-scale load](./how-to-high-scale-load.md).
137137

138138
1. Configure virtual network connectivity.
139139

articles/logic-apps/azure-integration-services-choose-capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: kewear
99
ms.reviewer: estfan, azla
1010
ms.topic: conceptual
1111
ms.date: 12/05/2024
12-
# As an integration solutions developer, I want to better understand which capabiilities from Azure Integration Services and other Azure services work best for my integration scenarios.
12+
# As an integration solutions developer, I want to better understand which capabilities from Azure Integration Services and other Azure services work best for my integration scenarios.
1313
---
1414

1515
# Choose the best integration services in Azure for enterprise integration scenarios

articles/logic-apps/biztalk-server-migration-approaches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ We recommend that your MVP definition include the following business outcomes, w
9595
- What is the primary goal that you want to achieve?
9696
- What capabilities or features must you address for this MVP?
9797
- What are the business process flows? This question provides the opportunity to optimize existing processes supported by BizTalk Server.
98-
- What are the business decisions, for example, business outcomes that affect the MVP, or what is the esource availability?
98+
- What are the business decisions, for example, business outcomes that affect the MVP, or what is the resource availability?
9999

100100
We recommend that your MVP include the following in-scope processes, which are expressed as [*Features*](/azure/devops/boards/backlogs/define-features-epics?view=azure-devops&preserve-view=true&tabs=agile-process#what-makes-a-feature-or-epic) in Scrum terminology:
101101

0 commit comments

Comments
 (0)