Skip to content

Spelling Fixes #27923

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 5 commits into from
Jun 11, 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 src/Network/Network/help/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 src/Network/Network/help/Add-AzRoutingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,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
14 changes: 7 additions & 7 deletions src/Network/Network/help/Az.Network.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,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 @@ -778,7 +778,7 @@ Get IKE Security Associations of a Virtual Network Gateway Connection
Displays the shared key used for the connection.

### [Get-AzVirtualNetworkGatewayConnectionVpnDeviceConfigScript](Get-AzVirtualNetworkGatewayConnectionVpnDeviceConfigScript.md)
This commandlet takes the connection resource, VPN device brand, model, firmware version, and return the corresponding configuration script that customers can apply directly on their on-premises VPN devices. The script will follow the syntax of the selected device, and fill in the necessary parameters such as Azure gateway public IP addresses, virtual network address prefixes, VPN tunnel pre-shared key, etc. so customers can simply copy-paste to their VPN device configurations.
This cmdlet takes the connection resource, VPN device brand, model, firmware version, and return the corresponding configuration script that customers can apply directly on their on-premises VPN devices. The script will follow the syntax of the selected device, and fill in the necessary parameters such as Azure gateway public IP addresses, virtual network address prefixes, VPN tunnel pre-shared key, etc. so customers can simply copy-paste to their VPN device configurations.

### [Get-AzVirtualNetworkGatewayLearnedRoute](Get-AzVirtualNetworkGatewayLearnedRoute.md)
Lists routes learned by an Azure virtual network gateway
Expand All @@ -787,7 +787,7 @@ Lists routes learned by an Azure virtual network gateway
Gets a Virtual Network Gateway NatRule.

### [Get-AzVirtualNetworkGatewaySupportedVpnDevice](Get-AzVirtualNetworkGatewaySupportedVpnDevice.md)
This commandlet returns a list of supported VPN device brands, models, and firmware versions.
This cmdlet returns a list of supported VPN device brands, models, and firmware versions.

### [Get-AzVirtualNetworkGatewayVpnClientConnectionHealth](Get-AzVirtualNetworkGatewayVpnClientConnectionHealth.md)
Get the list of vpn client connection health of an Azure virtual network gateway for per vpn client connection
Expand Down Expand Up @@ -830,7 +830,7 @@ Gets the list of all VpnServerConfigurations that are associated with this Virtu
Generates and downloads Vpn profile at VirtualWan-VpnServerConfiguration level for Point to site client setup.

### [Get-AzVpnClientConfiguration](Get-AzVpnClientConfiguration.md)
Allows users to easily download the Vpn Profile package that was generated using the New-AzVpnClientConfiguration commandlet.
Allows users to easily download the Vpn Profile package that was generated using the New-AzVpnClientConfiguration cmdlet.

### [Get-AzVpnClientIpsecParameter](Get-AzVpnClientIpsecParameter.md)
Gets the vpn Ipsec parameters set on Virtual Network Gateway for Point to site connections.
Expand Down Expand Up @@ -1123,10 +1123,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 @@ -1153,7 +1153,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 src/Network/Network/help/Deploy-AzNetworkManagerCommit.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,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 @@ -18,7 +18,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 src/Network/Network/help/Get-AzBastion.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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 @@ -20,7 +20,7 @@ Get-AzExpressRouteCircuitMicrosoftPeeringPrefixConfig -ExpressRouteCircuit <PSEx

## DESCRIPTION
The **Get-AzExpressRouteCircuitMicrosoftPeeringPrefixConfig** cmdlet retrieves the properties used for validating
the adverised public prefix in Microsoft peering.
the advertised public prefix in Microsoft peering.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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 @@ -75,7 +75,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 @@ -81,7 +81,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 @@ -44,7 +44,7 @@ Gets the NSP logging configuration.

## EXAMPLES

### Example 1: Get NetworkSsecurityPerimeter LoggingConfiguration
### Example 1: Get NetworkSecurityPerimeter LoggingConfiguration
```powershell
Get-AzNetworkSecurityPerimeterLoggingConfiguration -ResourceGroupName rg-test-1 -SecurityPerimeterName nsp-test-1
```
Expand All @@ -65,7 +65,7 @@ Type : Microsoft.Network/networkSecurityPerimeters/loggi
Version : 4
```

Get NetworkSsecurityPerimeter LoggingConfiguration
Get NetworkSecurityPerimeter LoggingConfiguration

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# 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 src/Network/Network/help/Get-AzPrivateLinkService.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ NetworkInterfaces : [
]
```

This commandlet gets a private link service in the resource group.
This cmdlet gets a private link service in the resource group.

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion src/Network/Network/help/Get-AzRoutingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,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 @@ -8,7 +8,7 @@ schema: 2.0.0
# Get-AzVirtualNetworkGatewayConnectionVpnDeviceConfigScript

## SYNOPSIS
This commandlet takes the connection resource, VPN device brand, model, firmware version, and return the corresponding configuration script that customers can apply directly on their on-premises VPN devices. The script will follow the syntax of the selected device, and fill in the necessary parameters such as Azure gateway public IP addresses, virtual network address prefixes, VPN tunnel pre-shared key, etc. so customers can simply copy-paste to their VPN device configurations.
This cmdlet takes the connection resource, VPN device brand, model, firmware version, and return the corresponding configuration script that customers can apply directly on their on-premises VPN devices. The script will follow the syntax of the selected device, and fill in the necessary parameters such as Azure gateway public IP addresses, virtual network address prefixes, VPN tunnel pre-shared key, etc. so customers can simply copy-paste to their VPN device configurations.

## SYNTAX

Expand All @@ -20,7 +20,7 @@ Get-AzVirtualNetworkGatewayConnectionVpnDeviceConfigScript -Name <String> -Resou
```

## DESCRIPTION
This commandlet takes the connection resource, VPN device brand, model, firmware version, and return the corresponding configuration script that customers can apply directly on their on-premises VPN devices. The script will follow the syntax of the selected device, and fill in the necessary parameters such as Azure gateway public IP addresses, virtual network address prefixes, VPN tunnel pre-shared key, etc. so customers can simply copy-paste to their VPN device configurations.
This cmdlet takes the connection resource, VPN device brand, model, firmware version, and return the corresponding configuration script that customers can apply directly on their on-premises VPN devices. The script will follow the syntax of the selected device, and fill in the necessary parameters such as Azure gateway public IP addresses, virtual network address prefixes, VPN tunnel pre-shared key, etc. so customers can simply copy-paste to their VPN device configurations.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Get-AzVirtualNetworkGatewaySupportedVpnDevice

## SYNOPSIS
This commandlet returns a list of supported VPN device brands, models, and firmware versions.
This cmdlet returns a list of supported VPN device brands, models, and firmware versions.

## SYNTAX

Expand All @@ -18,7 +18,7 @@ Get-AzVirtualNetworkGatewaySupportedVpnDevice -Name <String> -ResourceGroupName
```

## DESCRIPTION
This commandlet returns a list of supported VPN device brands, models, and firmware versions.
This cmdlet returns a list of supported VPN device brands, models, and firmware versions.

## EXAMPLES

Expand Down
4 changes: 2 additions & 2 deletions src/Network/Network/help/Get-AzVirtualWanVpnConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ A VPN gateway will be created thereafter in the Virtual Hub with 2 scale units.

Once the gateway has been created, it is connected to the VpnSite using the New-AzVpnConnection command.

The configuration is then downloaded using this commandlet.
The configuration is then downloaded using this cmdlet.

If the commandlet is successful, then the download configuration will be written to the blob indicated by the SignedSasUrl. Below is an example for how the URL will look like :
If the cmdlet is successful, then the download configuration will be written to the blob indicated by the SignedSasUrl. Below is an example for how the URL will look like :
https://[account].blob.core.windows.net/[container]/[path/to/blob]?[SAS]

## PARAMETERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 @@ -180,7 +180,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
2 changes: 1 addition & 1 deletion src/Network/Network/help/Get-AzVpnClientConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Get-AzVpnClientConfiguration

## SYNOPSIS
Allows users to easily download the Vpn Profile package that was generated using the New-AzVpnClientConfiguration commandlet.
Allows users to easily download the Vpn Profile package that was generated using the New-AzVpnClientConfiguration cmdlet.

## SYNTAX

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

### -MigrationParameter
Migration paramters to be passed to invoke prepare migration
Migration parameters to be passed to invoke prepare migration

```yaml
Type: Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayMigrationParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 @@ -27,7 +27,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 @@ -122,7 +122,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
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Accept wildcard characters: False
Specifies the object reference to a top-level firewall policy.
The object reference can be created by using New-AzApplicationGatewayWebApplicationFirewallPolicy cmdlet.
$firewallPolicy = New-AzApplicationGatewayFirewallPolicy -Name "wafPolicy1" -ResourceGroup "rgName"
A firewall policy created using the above commandlet can be referred at a path-rule level.
A firewall policy created using the above cmdlet can be referred at a path-rule level.
he above command would create a default policy settings and managed rules.
Instead of the default values, users can specify PolicySettings, ManagedRules by using New-AzApplicationGatewayFirewallPolicySettings and New-AzApplicationGatewayFirewallPolicyManagedRules respectively.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Accept wildcard characters: False
Specifies the object reference to a top-level firewall policy.
The object reference can be created by using New-AzApplicationGatewayWebApplicationFirewallPolicy cmdlet.
$firewallPolicy = New-AzApplicationGatewayFirewallPolicy -Name "wafPolicy1" -ResourceGroup "rgName"
A firewall policy created using the above commandlet can be referred at a path-rule level.
A firewall policy created using the above cmdlet can be referred at a path-rule level.
he above command would create a default policy settings and managed rules.
Instead of the default values, users can specify PolicySettings, ManagedRules by using New-AzApplicationGatewayFirewallPolicySettings and New-AzApplicationGatewayFirewallPolicyManagedRules respectively.

Expand Down
2 changes: 1 addition & 1 deletion src/Network/Network/help/New-AzCustomIpPrefix.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 src/Network/Network/help/New-AzFirewallHubIpAddress.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# New-AzFirewallHubIpAddress

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

## SYNTAX

Expand All @@ -18,7 +18,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 src/Network/Network/help/New-AzFirewallHubPublicIpAddress.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# New-AzFirewallHubPublicIpAddress

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

## SYNTAX

Expand All @@ -18,7 +18,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 @@ -8,7 +8,7 @@ schema: 2.0.0
# 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 @@ -29,7 +29,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
Loading