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

Spelling Fixes #27951

merged 7 commits into from
Jun 13, 2025

Conversation

ArieHein
Copy link
Contributor

Description

Additional spelling fixes.

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

@Copilot Copilot AI review requested due to automatic review settings June 12, 2025 20:13
Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

Copy link
Contributor

Thank you for your contribution @ArieHein! We will review the pull request and get back to you soon.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces spelling corrections across various help markdown files in the Workloads and Websites modules to improve documentation accuracy.

  • Fixed typos (e.g., “Availabile” → “Available”, “Gallary” → “Gallery”) in the SAP virtual instance help.
  • Corrected common misspellings (“traffice” → “traffic”, “Restiction” → “Restriction”, “commnad” → “command”, etc.) in Web App and Static Web App help.
  • Updated identifiers and names to their correct forms (e.g., “identy” → “identity”, “taticweb00” → “staticweb00”).

Reviewed Changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/Workloads/Workloads/help/New-AzWorkloadsSapVirtualInstance.md Fixed “Availabile” → “Available” and “Gallary” → “Gallery”.
src/Websites/Websites/help/Update-AzWebAppTrafficRouting.md Corrected “traffice” → “traffic” in examples and descriptions.
src/Websites/Websites/help/Update-AzWebAppAccessRestrictionConfig.md Corrected “Restiction” → “Restriction” in synopsis.
src/Websites/Websites/help/Test-AzStaticWebAppCustomDomain.md Corrected “commnad” → “command” in example descriptions.
src/Websites/Websites/help/Publish-AzWebApp.md Fixed “identy” → “identity” in parameter description.
src/Websites/Websites/help/New-AzStaticWebAppBuildAppSetting.md Fixed resource name typo “taticweb00” → “staticweb00” in example.
src/Websites/Websites/help/Get-AzStaticWebAppBuild.md Corrected “Automaticall” → “Automatically” in description.
src/Websites/Websites/help/Get-AzStaticWebApp.md Fixed “satic” → “static” and “pipline” → “pipeline” in examples/descriptions.
src/Websites/Websites/help/Az.Websites.md Corrected “Restiction” → “Restriction” in cmdlet listings.
src/Websites/Websites/help/Add-AzWebAppTrafficRouting.md Fixed “traffice” → “traffic” in examples and descriptions.
src/Websites/Websites/help/Add-AzWebAppAccessRestrictionRule.md Corrected “Restiction” → “Restriction” in synopsis.
Comments suppressed due to low confidence (23)

src/Workloads/Workloads/help/New-AzWorkloadsSapVirtualInstance.md:91

  • Correct spelling of 'Availabile' to 'Available'.
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.

src/Workloads/Workloads/help/New-AzWorkloadsSapVirtualInstance.md:120

  • Correct spelling of 'Gallary' to 'Gallery'.
### Example 7: Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system with Azure Compute Gallary Image

src/Workloads/Workloads/help/New-AzWorkloadsSapVirtualInstance.md:131

  • Correct spelling of 'Gallary' to 'Gallery'.
In this example, you Deploy infrastructure for a three-tier distributed Highly Available (HA) SAP system with Azure Compute Gallary Image.

src/Websites/Websites/help/Update-AzWebAppTrafficRouting.md:24

  • Correct spelling of 'traffice' to 'traffic'.
### Example 1: Update a routing rule to transfer 15% of production traffice to  Stg slot

src/Websites/Websites/help/Update-AzWebAppTrafficRouting.md:32

  • Correct spelling of 'traffice' to 'traffic'.
### Example 2: Update a routing rule to transfer the production traffice to Stg slot ranges from 50% to 90% in incremental manner.

src/Websites/Websites/help/Update-AzWebAppTrafficRouting.md:38

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

src/Websites/Websites/help/Update-AzWebAppAccessRestrictionConfig.md:9

  • Correct spelling of 'Restiction' to 'Restriction'.
Updates the inheritance of Main site Access Restiction config to SCM Site for an Azure Web App.

src/Websites/Websites/help/Test-AzStaticWebAppCustomDomain.md:38

  • Correct spelling of 'commnad' to 'command'.
This commnad validates a particular custom domain can be added to a static site

src/Websites/Websites/help/Test-AzStaticWebAppCustomDomain.md:45

  • Correct spelling of 'commnad' to 'command'.
This commnad validates a particular custom domain can be added to a static site by pipeline.

src/Websites/Websites/help/Publish-AzWebApp.md:217

  • Correct spelling of 'identy' to 'identity'.
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.

src/Websites/Websites/help/New-AzStaticWebAppBuildAppSetting.md:47

  • Correct spelling of 'taticweb00' to 'staticweb00'.
Get-AzStaticWebAppBuildAppSetting -ResourceGroupName resourceGroup -Name taticweb00 -EnvironmentName 'default' | New-AzStaticWebAppBuildAppSetting -AppSetting @{'buildsetting1' = 'someval'; 'buildsetting2' = 'someval2' }

src/Websites/Websites/help/Get-AzStaticWebAppBuild.md:50

  • Correct spelling of 'Automaticall' to 'Automatically'.
Automaticall create a new build in static web app When creating a new pull request for branch.

src/Websites/Websites/help/Get-AzStaticWebApp.md:71

  • Correct spelling of 'satic' to 'static'.
### Example 3: Get a satic web application by name

src/Websites/Websites/help/Get-AzStaticWebApp.md:82

  • Correct spelling of 'satic' to 'static'.
This commands gets a satic web application by name.

src/Websites/Websites/help/Get-AzStaticWebApp.md:84

  • Correct spelling of 'satic' to 'static' and 'pipline' to 'pipeline'.
### Example 4: Get a satic web application by pipline

src/Websites/Websites/help/Get-AzStaticWebApp.md:95

  • Correct spelling of 'satic' to 'static' and 'pipline' to 'pipeline'.
This commands gets a satic web application by pipline.

src/Websites/Websites/help/Az.Websites.md:14

  • Correct spelling of 'Restiction' to 'Restriction'.
Adds an Access Restiction rule to an Azure Web App.

src/Websites/Websites/help/Az.Websites.md:335

  • Correct spelling of 'Restiction' to 'Restriction'.
Updates the inheritance of Main site Access Restiction config to SCM Site for an Azure Web App.

src/Websites/Websites/help/Add-AzWebAppTrafficRouting.md:25

  • Correct spelling of 'traffice' to 'traffic'.
### Example 1: Add a routing rule to transfer 15% of production traffice to  Stg slot

src/Websites/Websites/help/Add-AzWebAppTrafficRouting.md:29

  • Correct spelling of 'traffice' to 'traffic'.
This command adds a routing rule to transfer 15% of production traffice to  Stg slot

src/Websites/Websites/help/Add-AzWebAppTrafficRouting.md:31

  • Correct spelling of 'traffice' to 'traffic'.
### Example 2: Add a routing rule to transfer the production traffice to Stg slot ranges from 50% to 90% in incremental manner.

src/Websites/Websites/help/Add-AzWebAppTrafficRouting.md:37

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

src/Websites/Websites/help/Add-AzWebAppAccessRestrictionRule.md:9

  • Correct spelling of 'Restiction' to 'Restriction'.
Adds an Access Restiction rule to an Azure Web App.

@vidai-msft
Copy link
Contributor

/azp run azure-powershell - security-tools

@vidai-msft vidai-msft enabled auto-merge (squash) June 13, 2025 03:06
Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@vidai-msft vidai-msft merged commit 113b94a into Azure:main Jun 13, 2025
13 checks passed
@ArieHein ArieHein deleted the wave-17 branch June 13, 2025 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants