azure-docs icon indicating copy to clipboard operation
azure-docs copied to clipboard

Updated tutorial-autoscale-ps.md

Open belimitless opened this issue 1 year ago • 3 comments

This pull request addresses an error encountered when creating an Application Gateway using New-AzApplicationGateway in Azure PowerShell. Starting from API version 2021-08-01, each request routing rule is required to have a unique priority. Without specifying priorities, the command fails with the error:

"Priority for the request routing rule cannot be empty. All request routing rules should have a priority defined starting from API version 2021-08-01."

Updated the New-AzApplicationGatewayRequestRoutingRule cmdlets to include the -Priority parameter. Each routing rule now has a unique priority value to ensure compatibility with the latest API requirements.

image

belimitless avatar Oct 25 '24 16:10 belimitless

@belimitless : Thanks for your contribution! The author(s) have been notified to review your proposed change.

prmerger-automator[bot] avatar Oct 25 '24 16:10 prmerger-automator[bot]

Learn Build status updates of commit 2987dcb:

:white_check_mark: Validation status: passed

File Status Preview URL Details
articles/application-gateway/tutorial-autoscale-ps.md :white_check_mark:Succeeded

For more details, please refer to the build report.

For any questions, please:

@greg-lindsay Can you review the proposed changes?

Important: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged" @MicrosoftDocs/public-repo-pr-review-team

Jak-MS avatar Oct 25 '24 21:10 Jak-MS

Learn Build status updates of commit 3d1bf5a:

:white_check_mark: Validation status: passed

File Status Preview URL Details
articles/application-gateway/tutorial-autoscale-ps.md :white_check_mark:Succeeded

For more details, please refer to the build report.

For any questions, please:

Learn Build status updates of commit 3d0de62:

:white_check_mark: Validation status: passed

File Status Preview URL Details
articles/application-gateway/redirect-external-site-cli.md :white_check_mark:Succeeded
articles/application-gateway/tutorial-autoscale-ps.md :white_check_mark:Succeeded

For more details, please refer to the build report.

For any questions, please:

Learn Build status updates of commit af1b086:

:white_check_mark: Validation status: passed

File Status Preview URL Details
articles/application-gateway/redirect-external-site-cli.md :white_check_mark:Succeeded
articles/application-gateway/tutorial-autoscale-ps.md :white_check_mark:Succeeded

For more details, please refer to the build report.

For any questions, please:

Learn Build status updates of commit 42d7482:

:white_check_mark: Validation status: passed

File Status Preview URL Details
articles/application-gateway/redirect-external-site-cli.md :white_check_mark:Succeeded
articles/application-gateway/tutorial-autoscale-ps.md :white_check_mark:Succeeded

For more details, please refer to the build report.

For any questions, please:

@microsoft-github-policy-service agree

belimitless avatar Nov 10 '24 20:11 belimitless

Updated redirect-external-site-cli.md

  • SKU Update: The original Standard_Medium SKU has been deprecated. The Application Gateway SKU has been updated to Standard_v2 to comply with current standards and ensure continued compatibility.

  • Updated the Application Gateway creation and Routing Rule commands to include the -Priority parameter. Each routing rule now has a unique priority value to ensure compatibility with the latest API requirements.

  • The updated command is now validated and fully functional, ensuring correct routing rule configuration.

image

image

belimitless avatar Nov 10 '24 20:11 belimitless

@greg-lindsay Can you review the proposed changes?

Important: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged" @MicrosoftDocs/public-repo-pr-review-team

Jak-MS avatar Nov 11 '24 21:11 Jak-MS

Learn Build status updates of commit c483467:

:white_check_mark: Validation status: passed

File Status Preview URL Details
articles/application-gateway/redirect-external-site-cli.md :white_check_mark:Succeeded
articles/application-gateway/tutorial-autoscale-ps.md :white_check_mark:Succeeded

For more details, please refer to the build report.

For any questions, please:

@greg-lindsay

Can you review this old PR and determine whether it needs to be closed or merged?

Court72 avatar Dec 23 '24 20:12 Court72

#sign-off

greg-lindsay avatar Jan 09 '25 20:01 greg-lindsay