Skip to content

Spelling Fixes #27951

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 7 commits into from
Jun 13, 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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ schema: 2.0.0
# Add-AzWebAppAccessRestrictionRule

## SYNOPSIS
Adds an Access Restiction rule to an Azure Web App.
Adds an Access Restriction rule to an Azure Web App.

## SYNTAX

Expand Down
8 changes: 4 additions & 4 deletions src/Websites/Websites/help/Add-AzWebAppTrafficRouting.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ The **Add-AzWebAppTrafficRouting** cmdlet adds a Routing rule to an Azure Web Ap

## EXAMPLES

### Example 1: Add a routing rule to transfer 15% of production traffice to Stg slot
### Example 1: Add a routing rule to transfer 15% of production traffic to Stg slot
```powershell
Add-AzWebAppTrafficRouting -ResourceGroupName "Default-Web-WestUS" -WebAppName "ContosoSite" -RoutingRule @{ActionHostName='XXXX.azurewebsites.net';ReroutePercentage=15;Name='Stg'}
```

This command adds a routing rule to transfer 15% of production traffice to Stg slot
This command adds a routing rule to transfer 15% of production traffic to Stg slot

### Example 2: Add a routing rule to transfer the production traffice to Stg slot ranges from 50% to 90% in incremental manner.
### Example 2: Add a routing rule to transfer the production traffic to Stg slot ranges from 50% to 90% in incremental manner.
```powershell
Add-AzWebAppTrafficRouting -ResourceGroupName "Default-Web-WestUS" -WebAppName "ContosoSite" -RoutingRule @{ActionHostName='XXXX.azurewebsites.net';ReroutePercentage=50;ChangeIntervalInMinutes=1;MinReroutePercentage=50;MaxReroutePercentage=90;Name='Stg';ChangeStep=10}
```

This command adds a routing rule to transfer the production traffice to Stg slot ranges from 50% to 90% in incremental manner.
This command adds a routing rule to transfer the production traffic to Stg slot ranges from 50% to 90% in incremental manner.

## PARAMETERS

Expand Down
4 changes: 2 additions & 2 deletions src/Websites/Websites/help/Az.Websites.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARM (Azure Resource Manager) Web App and App Service Plan commands.

## Az.Websites Cmdlets
### [Add-AzWebAppAccessRestrictionRule](Add-AzWebAppAccessRestrictionRule.md)
Adds an Access Restiction rule to an Azure Web App.
Adds an Access Restriction rule to an Azure Web App.

### [Add-AzWebAppTrafficRouting](Add-AzWebAppTrafficRouting.md)
Add a routing Rule to the Slot.
Expand Down Expand Up @@ -333,7 +333,7 @@ Description for Creates a new static site in an existing resource group, or upda
Description for Updates a user entry with the listed roles

### [Update-AzWebAppAccessRestrictionConfig](Update-AzWebAppAccessRestrictionConfig.md)
Updates the inheritance of Main site Access Restiction config to SCM Site for an Azure Web App.
Updates the inheritance of Main site Access Restriction config to SCM Site for an Azure Web App.

### [Update-AzWebAppTrafficRouting](Update-AzWebAppTrafficRouting.md)
Update a routing Rule to the Slot.
Expand Down
8 changes: 4 additions & 4 deletions src/Websites/Websites/help/Get-AzStaticWebApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Kind Location Name Type

This commands list all static web applications under a resource group.

### Example 3: Get a satic web application by name
### Example 3: Get a static web application by name
```powershell
Get-AzStaticWebApp -ResourceGroupName azure-rg-test -Name staticweb-portal04
```
Expand All @@ -80,9 +80,9 @@ Kind Location Name Type
Central US staticweb-portal04 Microsoft.Web/staticSites
```

This commands gets a satic web application by name.
This commands gets a static web application by name.

### Example 4: Get a satic web application by pipline
### Example 4: Get a static web application by pipeline
```powershell
New-AzStaticWebApp -ResourceGroupName azure-rg-test -Name staticweb-pwsh01 -Location eastus2 -RepositoryUrl 'https://github.com/username/RepoName' -RepositoryToken 'repoToken123' -Branch 'master' -AppLocation 'Client' -ApiLocation 'Api' -OutputLocation 'wwwroot' -SkuName 'free' | Get-AzStaticWebApp
```
Expand All @@ -93,7 +93,7 @@ Kind Location Name Type
Central US staticweb-portal04 Microsoft.Web/staticSites
```

This commands gets a satic web application by pipline.
This commands gets a static web application by pipeline.

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion src/Websites/Websites/help/Get-AzStaticWebAppBuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Kind Name Type
```

This command list all builds under a static web app.
Automaticall create a new build in static web app When creating a new pull request for branch.
Automatically create a new build in static web app When creating a new pull request for branch.

### Example 2: Get the details of a static site build
```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This command creates or updates the app settings of a static site build.

### Example 2: Create or updates the app settings of a static site build by pipeline
```powershell
Get-AzStaticWebAppBuildAppSetting -ResourceGroupName resourceGroup -Name taticweb00 -EnvironmentName 'default' | New-AzStaticWebAppBuildAppSetting -AppSetting @{'buildsetting1' = 'someval'; 'buildsetting2' = 'someval2' }
Get-AzStaticWebAppBuildAppSetting -ResourceGroupName resourceGroup -Name staticweb00 -EnvironmentName 'default' | New-AzStaticWebAppBuildAppSetting -AppSetting @{'buildsetting1' = 'someval'; 'buildsetting2' = 'someval2' }
```

```output
Expand Down
2 changes: 1 addition & 1 deletion src/Websites/Websites/help/Publish-AzWebApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Accept wildcard characters: False
```

### -PullIdentity
AAD identity used for pull based deployments. 'system' will use the app's system assigned identy. An user assigned identity can be used by providing the client ID. Only available for Windows WebApps. Support for Linux WebApps coming soon.
AAD identity used for pull based deployments. 'system' will use the app's system assigned identity. An user assigned identity can be used by providing the client ID. Only available for Windows WebApps. Support for Linux WebApps coming soon.

```yaml
Type: System.String
Expand Down
4 changes: 2 additions & 2 deletions src/Websites/Websites/help/Test-AzStaticWebAppCustomDomain.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ Description for Validates a particular custom domain can be added to a static si
Test-AzStaticWebAppCustomDomain -ResourceGroupName resourceGroup -Name staticweb00 -DomainName 'www01.azpstest.net'
```

This commnad validates a particular custom domain can be added to a static site
This command validates a particular custom domain can be added to a static site

### Example 2: Validate a particular custom domain can be added to a static site by pipeline
```powershell
Get-AzStaticWebAppCustomDomain -ResourceGroupName resourceGroup -Name staticweb00 -DomainName 'www01.azpstest.net' | Get-AzStaticWebAppCustomDomain
```

This commnad validates a particular custom domain can be added to a static site by pipeline.
This command validates a particular custom domain can be added to a static site by pipeline.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ schema: 2.0.0
# Update-AzWebAppAccessRestrictionConfig

## SYNOPSIS
Updates the inheritance of Main site Access Restiction config to SCM Site for an Azure Web App.
Updates the inheritance of Main site Access Restriction config to SCM Site for an Azure Web App.

## SYNTAX

Expand Down
6 changes: 3 additions & 3 deletions src/Websites/Websites/help/Update-AzWebAppTrafficRouting.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@ The **Update-AzWebAppTrafficRouting** cmdlet updates the routing rule configurat

## EXAMPLES

### Example 1: Update a routing rule to transfer 15% of production traffice to Stg slot
### Example 1: Update a routing rule to transfer 15% of production traffic to Stg slot
```powershell
Update-AzWebAppTrafficRouting -ResourceGroupName "Default-Web-WestUS" -WebAppName "ContosoSite" `
-RoutingRule @{ActionHostName='XXXX.azurewebsites.net';ReroutePercentage=15;Name='Stg'}
```

This command updates a routing rule to transfer 15% of production traffic to Stg slot.

### Example 2: Update a routing rule to transfer the production traffice to Stg slot ranges from 50% to 90% in incremental manner.
### Example 2: Update a routing rule to transfer the production traffic to Stg slot ranges from 50% to 90% in incremental manner.
```powershell
Update-AzWebAppTrafficRouting -ResourceGroupName "Default-Web-WestUS" -WebAppName "ContosoSite" `
-RoutingRule @{ActionHostName='XXXX.azurewebsites.net';ReroutePercentage=50;ChangeIntervalInMinutes=1;MinReroutePercentage=50;MaxReroutePercentage=90;Name='Stg';ChangeStep=10}
```

This command Updates a routing rule to transfer the production traffice to Stg slot ranges from 50% to 90% in incremental manner.
This command Updates a routing rule to transfer the production traffic to Stg slot ranges from 50% to 90% in incremental manner.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Name ResourceGroupName Health Environment ProvisioningState SapProduct State
SK1 PowerShell-CLI-TestRG NonProd Succeeded S4HANA RegistrationComplete eastus
```

In this example, you Install the SAP software on the deployed infrastructure for a three tier distributed Highly Availabile SAP system with Transport directory and customized resource naming.
In this example, you Install the SAP software on the deployed infrastructure for a three tier distributed Highly Available SAP system with Transport directory and customized resource naming.

### Example 5: Register an existing SAP system as a VIS
```powershell
Expand Down Expand Up @@ -118,7 +118,7 @@ L46 PowerShell-CLI-TestRG NonProd Succeeded S4HANA Regis
Use the New-AzWorkloadsSapVirtualInstance cmdlet with the suggested input parameters to register an existing SAP system as a Virtual Instance for SAP solutions resource with a custom Managed Resource Group and Managed Storage Account Name, and specify the Managed Storage Account Network Access Type setting as per your security requirements.
Learn More: https://go.microsoft.com/fwlink/?linkid=2256933

### Example 7: Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system with Azure Compute Gallary Image
### Example 7: Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system with Azure Compute Gallery Image
```powershell
New-AzWorkloadsSapVirtualInstance -ResourceGroupName 'PowerShell-CLI-TestRG' -Name SK1 -Location eastus -Environment 'NonProd' -SapProduct 'S4HANA' -Configuration .\CreatePayloadHACustomNames.json -IdentityType 'UserAssigned' -ManagedResourceGroupName "acss-mrg1" -UserAssignedIdentity @{'/subscriptions/49d64d54-e966-4c46-a868-1999802b762c/resourcegroups/SAP-E2ETest-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/E2E-RBAC-MSI'= @{}}
```
Expand All @@ -129,7 +129,7 @@ Name ResourceGroupName Health Environment ProvisioningState SapProduct State
SK1 PowerShell-CLI-TestRG NonProd Succeeded S4HANA SoftwareInstallationPending eastus
```

In this example, you Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system with Azure Compute Gallary Image.
In this example, you Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system with Azure Compute Gallery Image.
See sample json payload here: https://go.microsoft.com/fwlink/?linkid=2263420

## PARAMETERS
Expand Down