Skip to content

fix spelling #3625

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Network/Add-AzLoadBalancerRuleConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $slb | Set-AzLoadBalancer

This enables Gateway Load Balancer to have multiple backend pools
The first command will get the load balancer named MyLoadBalancer, and then stores it in the variable $slb.
The second and thrid command will get the backend address pools to be added the rule
The second and third command will get the backend address pools to be added the rule
The forth command will add a new rule with configured backend pools
the fifth command will update the load balancer in azure with the new Load Balancer Rule Config.

Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Network/Add-AzRoutingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Accept wildcard characters: False
```

### -RoutingIntent
The routing intent resource to which this rouing policy has to be added.
The routing intent resource to which this routing policy has to be added.

```yaml
Type: Microsoft.Azure.Commands.Network.Models.PSRoutingIntent
Expand Down
8 changes: 4 additions & 4 deletions azps-12.5.0/Az.Network/Az.Network.md
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ Gets the troubleshooting result from the previously run or currently running tro
Gets an existing P2SVpnGateway under VirtualHub.

### [Get-AzP2sVpnGatewayConnectionHealth](Get-AzP2sVpnGatewayConnectionHealth.md)
Gets the current aggregared point to site connections health information from P2SVpnGateway.
Gets the current aggregated point to site connections health information from P2SVpnGateway.

### [Get-AzP2sVpnGatewayDetailedConnectionHealth](Get-AzP2sVpnGatewayDetailedConnectionHealth.md)
Gets the detailed information of current point to site connections from P2SVpnGateway.
Expand Down Expand Up @@ -1049,10 +1049,10 @@ Creates a Firewall Application Rule.
Creates a collection of Firewall application rules.

### [New-AzFirewallHubIpAddress](New-AzFirewallHubIpAddress.md)
Ip addresses assoicated to the firewall on virtual hub
Ip addresses associated to the firewall on virtual hub

### [New-AzFirewallHubPublicIpAddress](New-AzFirewallHubPublicIpAddress.md)
Public Ip assoicated to the firewall on virtual hub
Public Ip associated to the firewall on virtual hub

### [New-AzFirewallNatRule](New-AzFirewallNatRule.md)
Creates a Firewall NAT Rule.
Expand All @@ -1079,7 +1079,7 @@ Creates a new Azure Firewall Policy
Create a new Azure Firewall Policy Application Rule

### [New-AzFirewallPolicyApplicationRuleCustomHttpHeader](New-AzFirewallPolicyApplicationRuleCustomHttpHeader.md)
Create a new Azure Firewall Policy Application Rule Custon HTTP Header
Create a new Azure Firewall Policy Application Rule Custom HTTP Header

### [New-AzFirewallPolicyDnsSetting](New-AzFirewallPolicyDnsSetting.md)
Creates a new DNS Setting for Azure Firewall Policy
Expand Down
4 changes: 2 additions & 2 deletions azps-12.5.0/Az.Network/Deploy-AzNetworkManagerCommit.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ $configIds = @("/subscriptions/f0dc2b34-dfad-40e4-83e0-2309fed8d00b/resourceGrou
Deploy-AzNetworkManagerCommit -ResourceGroupName "psResourceGroup" -Name "psNetworkManager" -TargetLocation $regions -ConfigurationId $configids -CommitType "Connectivity"
```

This example is used to commit connecitivity confguration in East US and West US regions.
This example is used to commit connectivity configuration in East US and West US regions.

### Example 2
```powershell
$regions = @( "westus")
Deploy-AzNetworkManagerCommit -ResourceGroupName "psResourceGroup" -Name "psNetworkManager" -TargetLocation $regions -CommitType "Connectivity"
```

This example is used to uncommit all connecitivity confgurations in West US region.
This example is used to uncommit all connectivity configurations in West US region.

### Example 3
```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Get-AzApplicationGatewayWafDynamicManifest -Location <String> [-DefaultProfile <
```

## DESCRIPTION
The **Get-AzApplicationGatewayWafDynamicManifest** cmdlet gets athe web application firewall manifest and all the supported rule sets .
The **Get-AzApplicationGatewayWafDynamicManifest** cmdlet gets the web application firewall manifest and all the supported rule sets .

## EXAMPLES

Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Network/Get-AzBastion.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Get-AzBastion -ResourceId <String> [-DefaultProfile <IAzureContextContainer>] [-
```

## DESCRIPTION
The **Get-Bastion** cmdlet gets one or more bastions in a resource group or subscritption.
The **Get-Bastion** cmdlet gets one or more bastions in a resource group or subscription.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ SystemData : {
}
```

Gets a routing rule in a rule rollection.
Gets a routing rule in a rule collection.

### Example 2
```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ SystemData : {
}
```

Gets a security admin rule in a rule rollection.
Gets a security admin rule in a rule collection.

### Example 2
```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ SystemData : {
}
```

Gets a security user rule in a rule rollection.
Gets a security user rule in a rule collection.

### Example 2
```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
# Get-AzP2sVpnGatewayConnectionHealth

## SYNOPSIS
Gets the current aggregared point to site connections health information from P2SVpnGateway.
Gets the current aggregated point to site connections health information from P2SVpnGateway.

## SYNTAX

Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Network/Get-AzRoutingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Accept wildcard characters: False
```

### -RoutingIntent
The routing intent resource to which this rouing policy has to be added.
The routing intent resource to which this routing policy has to be added.

```yaml
Type: Microsoft.Azure.Commands.Network.Models.PSRoutingIntent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Get-AzVirtualWanVpnServerConfiguration -ResourceId <String> [-DefaultProfile <IA
```

## DESCRIPTION
The **Get-AzVirtualWanVpnServerConfiguration** cmdlet will return the list of all VpnServerConfigurations that are associated with this VirtualWan. i.e. All the VpnServerConfigurations which are attached to any P2SVpnGateways under VirutalHubs of this VirtualWan.
The **Get-AzVirtualWanVpnServerConfiguration** cmdlet will return the list of all VpnServerConfigurations that are associated with this VirtualWan. i.e. All the VpnServerConfigurations which are attached to any P2SVpnGateways under VirtualHubs of this VirtualWan.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Accept wildcard characters: False
```

### -VpnServerConfigurationId
The id of Vpn server configuraiton object this Virtual wan will be associated with.
The id of Vpn server configuration object this Virtual wan will be associated with.

```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The **New-AzApplicationGatewayFirewallCondition** creates a match condition for
$condition = New-AzApplicationGatewayFirewallCondition -MatchVariable $variable -Operator Contains -NegationCondition false -Transform Lowercase, Trim -MatchValue abc, cde
```

The command creates a new match condition using the match variable defined in the $variable, the operator is Contains and negation condition is false, Transfroms including lowercase and trim, the match value is abc and cde. The new match condition is saved in $condition.
The command creates a new match condition using the match variable defined in the $variable, the operator is Contains and negation condition is false, Transforms including lowercase and trim, the match value is abc and cde. The new match condition is saved in $condition.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The **New-AzApplicationGatewayFirewallCustomRule** creates a custom rule for fir

### Example 1
```powershell
New-AzApplicationGatewayFirewallCustomRule -Name example-rule -Priority 1 -RuleType MatchRule -MatchCondition $condtion -Action Allow
New-AzApplicationGatewayFirewallCustomRule -Name example-rule -Priority 1 -RuleType MatchRule -MatchCondition $condition -Action Allow
```

```output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Accept wildcard characters: False
```

### -DisableRequestBodyCheck
Diables the requestBodyCheck in policy settings of the firewall policy.
Disables the requestBodyCheck in policy settings of the firewall policy.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Network/New-AzCustomIpPrefix.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The **New-AzCustomIpPrefix** cmdlet creates a CustomIpPrefix resource.
$myCustomIpPrefix = New-AzCustomIpPrefix -Name $prefixName -ResourceGroupName $rgName -Cidr "40.40.40.0/24" -Location westus2 -Zone 1,2,3 -AuthorizationMessage $authorizationMessage -SignedMessage $signedMessage
```

This command kicks off the provisioning process for a new zone-redundant IPv4 Custom IP Prefix resource with name $prefixName in resource group $rgName with a CIDR of 40.40.40.0/24 in West US 2 region. Note the AuthorizationMessage is a contactenated string (containing the subscription ID, CIDR, and Route Origin Authorization expiration date) and the SignedMessage is the same string signed by X509 certificate offline.
This command kicks off the provisioning process for a new zone-redundant IPv4 Custom IP Prefix resource with name $prefixName in resource group $rgName with a CIDR of 40.40.40.0/24 in West US 2 region. Note the AuthorizationMessage is a concatenated string (containing the subscription ID, CIDR, and Route Origin Authorization expiration date) and the SignedMessage is the same string signed by X509 certificate offline.

### Example 2
```powershell
Expand Down
4 changes: 2 additions & 2 deletions azps-12.5.0/Az.Network/New-AzFirewallHubIpAddress.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
# New-AzFirewallHubIpAddress

## SYNOPSIS
Ip addresses assoicated to the firewall on virtual hub
Ip addresses associated to the firewall on virtual hub

## SYNTAX

Expand All @@ -20,7 +20,7 @@ New-AzFirewallHubIpAddress [-PrivateIPAddress <String>] [-PublicIP <PSAzureFirew
```

## DESCRIPTION
Ip addresses assoicated to the firewall on virtual hub. These can be public and private addresses
Ip addresses associated to the firewall on virtual hub. These can be public and private addresses

## EXAMPLES

Expand Down
4 changes: 2 additions & 2 deletions azps-12.5.0/Az.Network/New-AzFirewallHubPublicIpAddress.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
# New-AzFirewallHubPublicIpAddress

## SYNOPSIS
Public Ip assoicated to the firewall on virtual hub
Public Ip associated to the firewall on virtual hub

## SYNTAX

Expand All @@ -20,7 +20,7 @@ New-AzFirewallHubPublicIpAddress [-Count <Int32>] [-Address <PSAzureFirewallPubl
```

## DESCRIPTION
Public Ip assoicated to the firewall on virtual hub
Public Ip associated to the firewall on virtual hub

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
# New-AzFirewallPolicyApplicationRuleCustomHttpHeader

## SYNOPSIS
Create a new Azure Firewall Policy Application Rule Custon HTTP Header
Create a new Azure Firewall Policy Application Rule Custom HTTP Header

## SYNTAX

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ New-AzLoadBalancerBackendAddressPool -LoadBalancer <PSLoadBalancer> -Name <Strin
```

## DESCRIPTION
Creates a backend address pool on a loadbalancer. Allows for specifiying a array of PSLoadBalancerBackendAddress.
Creates a backend address pool on a loadbalancer. Allows for specifying a array of PSLoadBalancerBackendAddress.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Accept wildcard characters: False

### -CoverageLevel
Test coverage for the endpoint.
Supported values are Default, Low, BelowAverage, Average, AboveAvergae, Full.
Supported values are Default, Low, BelowAverage, Average, AboveAverage, Full.

```yaml
Type: System.String
Expand Down Expand Up @@ -262,7 +262,7 @@ Accept wildcard characters: False
```

### -IncludeItem
List of items which need to be included into endpont scope.
List of items which need to be included into endpoint scope.

```yaml
Type: Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointScopeItem[]
Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Network/New-AzPrivateDnsZoneConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $dnsZone = New-AzPrivateDnsZone -ResourceGroupName "rg" -Name "test.vault.azure.
$config = New-AzPrivateDnsZoneConfig -Name "test-vault-azure-com" -PrivateDnsZoneId $dnsZone.ResourceId
```

The above example creates DNS zone and then creates DNS zone configuration. `New-AzPrivateDnsZone` cmdlet is proveded by module Az.PrivateDns.
The above example creates DNS zone and then creates DNS zone configuration. `New-AzPrivateDnsZone` cmdlet is provided by module Az.PrivateDns.

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Network/New-AzRoutingIntent.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Accept wildcard characters: False
```

### -RoutingPolicy
The list of routing policies for this rouoting intent resource.
The list of routing policies for this routing intent resource.

```yaml
Type: Microsoft.Azure.Commands.Network.Models.PSRoutingPolicy[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Source Address Prefix: *
Destination Port Range List: "80-120" & "121-124"
Applies on: publicip1

The rule with above property will configure a corresponding NSG rule and a Load Balancing rule on the SLB attached to the NVA, the LB rule will have the Frontned IP as publicip1
The rule with above property will configure a corresponding NSG rule and a Load Balancing rule on the SLB attached to the NVA, the LB rule will have the Frontend IP as publicip1

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Network/New-AzVirtualNetworkGateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ Accept wildcard characters: False
```

### -ClientConnectionConfiguration
P2S Client Connection Configuration that assiociate between address and policy group
P2S Client Connection Configuration that associate between address and policy group

```yaml
Type: Microsoft.Azure.Commands.Network.Models.PSClientConnectionConfiguration[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ New-AzVirtualNetworkGatewayConnection -ResourceGroupName "PS_testing" -name "Con
```

The two command gets a local network gateway and virtual network gateway.
The thrid command creates a AzGatewayCustomBgpIpConfigurationObject.
The third command creates a AzGatewayCustomBgpIpConfigurationObject.
The third command creates this new virtual Network gateway connection with GatewayCustomBgpIpAddress.

## PARAMETERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Set-AzVirtualNetworkGateway -VirtualNetworkGateway $gateway -NatRule $natRule
```

The first command gets a virtual network gateway named gw1 that belongs to resource group myRg and stores it to the variable named $gateway
The second command creates a new PSVirtualNetworkGatewayNatRuleirtual object.
The second command creates a new PSVirtualNetworkGatewayNatRule virtual object.
The third command updates the virtual network gateway gw1 with the with newly added natRule.

## PARAMETERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ New-AzVpnClientConnectionConfiguration -Name <String>
```

## DESCRIPTION
Conneciton Configuration associate between the address space of the P2S client and the according virtual network gateway policy groups
Connection Configuration associate between the address space of the P2S client and the according virtual network gateway policy groups

## EXAMPLES

Expand All @@ -31,8 +31,8 @@ $member1=New-AzVirtualNetworkGatewayPolicyGroupMember -Name "member1" -Attribute
$member2=New-AzVirtualNetworkGatewayPolicyGroupMember -Name "member2" -AttributeType "CertificateGroupId" -AttributeValue "cd"
$policyGroup1=New-AzVirtualNetworkGatewayPolicyGroup -Name "policyGroup1" -Priority 0 -DefaultPolicyGroup -PolicyMember $member1
$policyGroup2=New-AzVirtualNetworkGatewayPolicyGroup -Name "policyGroup2" -Priority 10 -PolicyMember $member2
$vngconnectionConfig=New-AzVpnClientConnectionConfiguration -Name "coonfig1" -VirtualNetworkGatewayPolicyGroup $policyGroup1 -VpnClientAddressPool "192.168.10.0/24"
$vngconnectionConfig2=New-AzVpnClientConnectionConfiguration -Name "coonfig2" -VirtualNetworkGatewayPolicyGroup $policyGroup2 -VpnClientAddressPool "192.168.20.0/24"
$vngconnectionConfig=New-AzVpnClientConnectionConfiguration -Name "config1" -VirtualNetworkGatewayPolicyGroup $policyGroup1 -VpnClientAddressPool "192.168.10.0/24"
$vngconnectionConfig2=New-AzVpnClientConnectionConfiguration -Name "config2" -VirtualNetworkGatewayPolicyGroup $policyGroup2 -VpnClientAddressPool "192.168.20.0/24"
```

Create Client Connection configuration
Expand Down Expand Up @@ -100,7 +100,7 @@ Accept wildcard characters: False
```

### -VpnClientAddressPool
The Associatted client address pool
The Associated client address pool

```yaml
Type: System.String[]
Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Network/New-AzVpnGatewayNatRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Etag : W/"4580a2e2-2fab-4cff-88eb-92013a76b5a8"
Id : /subscriptions/{subscriptionId}/resourceGroups/testRg/providers/Microsoft.Network/vpnGateways/testvpngw/natRules/testNatRule
```

The above will create a resource group, Virtual WAN, Virtual Network, Virtual Hub. Then, we will create VpnGateway under that Virtual Hub. Then, using this command: New-AzVpnGatewayNatRule, NAT rule can be createdand associated with created VpnGateway.
The above will create a resource group, Virtual WAN, Virtual Network, Virtual Hub. Then, we will create VpnGateway under that Virtual Hub. Then, using this command: New-AzVpnGatewayNatRule, NAT rule can be created and associated with created VpnGateway.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The **Remove-AzApplicationSecurityGroup** cmdlet removes an application security

### Example 1
```powershell
Remove-AzApplicationSecurityGroup -Name "MyApplicationSecurityGrouo" -ResourceGroupName "MyResourceGroup"
Remove-AzApplicationSecurityGroup -Name "MyApplicationSecurityGroup" -ResourceGroupName "MyResourceGroup"
```

This command deletes an application security group named MyApplicationSecurityGroup in the resource group named MyResourceGroup.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ The **Remove-AzFirewallPolicyRuleCollectionGroup** cmdlet removes a rule collect
Remove-AzFirewallPolicyRuleCollectionGroup -Name testRcGroup -FirewallPolicyObject $fp
```

This example removes the firewall policy rule colelction group named "testRcGroup" in the firewall policy object $fp
This example removes the firewall policy rule collection group named "testRcGroup" in the firewall policy object $fp

### Example 2
```powershell
Remove-AzFirewallPolicyRuleCollectionGroup -Name testRcGroup -ResourceGroupName testRg -AzureFirewallPolicyName fpName
```

This example removes the firewall policy rule colelction group named "testRcGroup" in the firewall named "fpName" frpm the resourcegroup names "testRg"
This example removes the firewall policy rule collection group named "testRcGroup" in the firewall named "fpName" from the resourcegroup names "testRg"

## PARAMETERS

Expand Down Expand Up @@ -211,7 +211,7 @@ Accept wildcard characters: False
```

### -ResourceId
The resource Id of the Rule collection groupy
The resource Id of the Rule collection group

```yaml
Type: System.String
Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Network/Remove-AzPrivateDnsZoneGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The **Remove-AzPrivateDnsZoneGroup** cmdlet removes a DNS zone group.
Remove-AzPrivateDnsZoneGroup -ResourceGroupName "rg" -PrivateEndpointName "test-pr-endpoint" -name dnsgroup1
```

Above example removes a DNS zone grup named dnsgroup1 from endpoint test-pr-endpoint.
Above example removes a DNS zone group named dnsgroup1 from endpoint test-pr-endpoint.

## PARAMETERS

Expand Down
Loading