Skip to content

Commit ec3f3f3

Browse files
authored
fix spelling (#3606)
1 parent 9dc02f3 commit ec3f3f3

32 files changed

+40
-40
lines changed

azuresmps-4.0.0/Azure/Add-AzureEndpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The **Add-AzureEndpoint** cmdlet adds an endpoint to an Azure virtual machine ob
5959

6060
### Example 1: Add an endpoint
6161
```
62-
PS C:\> Get-AzureVM -ServiceName "ContosoService" -Name "VirutalMachine01" | Add-AzureEndpoint -Name "HttpIn" -Protocol "tcp" -PublicPort 80 -LocalPort 8080 | Update-AzureVM
62+
PS C:\> Get-AzureVM -ServiceName "ContosoService" -Name "VirtualMachine01" | Add-AzureEndpoint -Name "HttpIn" -Protocol "tcp" -PublicPort 80 -LocalPort 8080 | Update-AzureVM
6363
```
6464

6565
This command retrieves the configuration of a virtual machine named VirtualMachine01 by using the **Get-AzureVM** cmdlet.

azuresmps-4.0.0/Azure/Add-AzureTrafficManagerEndpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ PS C:\> Add-AzureTrafficManagerEndpoint -TrafficManagerProfile $TrafficManagerPr
3737
The first command uses the **Get-AzureTrafficManagerProfile** cmdlet to get the profile named ContosoProfile, and then stores it in the $TrafficManagerProfile variable.
3838

3939
The second command adds an endpoint to Traffic Manager profile that is stored in $TrafficManagerProfile.
40-
The endpoint has the domain name Contoso02App.couldapp.net.
40+
The endpoint has the domain name Contoso02App.cloudapp.net.
4141
The command also specifies whether it is enabled and its type.
4242
The command passes the profile object to the **Set-AzureTrafficManagerProfile** cmdlet to connect to Azure to save your changes.
4343

@@ -47,7 +47,7 @@ PS C:\>Add-AzureTrafficManagerEndpoint -TrafficManagerProfile ContosoTrafficMana
4747
```
4848

4949
This command adds an endpoint to a Traffic Manager profile.
50-
The endpoint has the domain name Contoso02App.couldapp.net.
50+
The endpoint has the domain name Contoso02App.cloudapp.net.
5151
The command also specifies whether it is enabled and its type.
5252
The command also specifies the weight and location for the endpoint.
5353
The command passes the profile object to **Set-AzureTrafficManagerProfile** to connect to Azure to save your changes.

azuresmps-4.0.0/Azure/Add-AzureWorkerRole.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This example adds scaffolding for a new worker role named MyWorkerRole to the cu
4444

4545
### Example 3: Create worker role with custom scaffolding
4646
```
47-
PS C:\> Add-AzureWorkerRole MyWorkerRole -TemplateFoldr .\MyWorkerRoleTemplate
47+
PS C:\> Add-AzureWorkerRole MyWorkerRole -TemplateFolder .\MyWorkerRoleTemplate
4848
```
4949

5050
This example creates a worker role with custom scaffolding.

azuresmps-4.0.0/Azure/Get-AzureDataDisk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This command gets the virtual machine named VirtualMachine07 in the service name
3535
The command passes the virtual machine to the current cmdlet by using the pipeline operator.
3636
The current cmdlet gets all the data disks for this virtual machine.
3737

38-
### Example 2: Get a specific data disk for a vituralvirtual machinevirtual
38+
### Example 2: Get a specific data disk for a virtual machine
3939
```
4040
PS C:\> Get-AzureVM "ContosoService" -Name "VirtualMachine07" | Get-AzureDataDisk -LUN 2
4141
```

azuresmps-4.0.0/Azure/Get-AzureDeploymentEvent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This cmdlet returns a list of events that identify the role instance or virtual
3838

3939
### 1:
4040
```
41-
Get-AzureDeploymentEvent -DeploymentName "ConstosoDeployment" -ServiceName "ContosoService"
41+
Get-AzureDeploymentEvent -DeploymentName "ContosoDeployment" -ServiceName "ContosoService"
4242
```
4343

4444
## PARAMETERS

azuresmps-4.0.0/Azure/Get-AzureNetworkSecurityGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Specifies the name of the network security group that this cmdlet gets.
4848
> [!NOTE]
4949
> When a classic network security group is created in a resource group other than
5050
> ***Default-Networking*** using the Azure portal, you must use the following PowerShell syntax:
51-
> `Get-AzureNetworkSecurityGroup -Name 'Group myResouceGroup myNetworkSecurityGroup'`.
51+
> `Get-AzureNetworkSecurityGroup -Name 'Group myResourceGroup myNetworkSecurityGroup'`.
5252

5353
```yaml
5454
Type: String

azuresmps-4.0.0/Azure/Get-AzureStorSimpleResource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
111111
This cmdlet returns **ResourceCredentials** objects that contain the following properties:
112112
113113
- **ResourceName**
114-
- **ResouceId**
114+
- **ResourceId**
115115
- **ResourceState**
116116
117117
## NOTES

azuresmps-4.0.0/Azure/Get-AzureSubscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This command gets all subscriptions in the account.
6161
C:\PS>Get-AzureSubscription -SubscriptionName "MyProdSubscription"
6262
```
6363

64-
This command gets only the "MyProdSubsciption" subscription.
64+
This command gets only the "MyProdSubscription" subscription.
6565

6666
### Example 3: Get the default subscription
6767
```

azuresmps-4.0.0/Azure/Get-AzureVirtualNetworkGatewayIPsecParameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The **Get-AzureVirtualNetworkGatewayIPsecParameters** cmdlet gets the IPsec para
2828
## PARAMETERS
2929

3030
### -ConnectedEntityId
31-
Specifies the ID of a connected entitiy.
31+
Specifies the ID of a connected entity.
3232

3333
```yaml
3434
Type: String

azuresmps-4.0.0/Azure/Get-AzureWebsiteLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ PS C:\> Get-AzureWebsiteLog -Tail -Message Error
5656

5757
This example starts log streaming and show error logs only.
5858

59-
### Example 4: Display avaiable logs
59+
### Example 4: Display available logs
6060
```
6161
PS C:\> Get-AzureWebsiteLog -Name MyWebsite -ListPath
6262
```

0 commit comments

Comments
 (0)