Skip to content
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

Updated tutorial-autoscale-ps.md and redirect-external-site-cli.md #124718

Merged
merged 6 commits into from
Jan 9, 2025

Conversation

belimitless
Copy link
Contributor

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

Copy link
Contributor

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

Copy link
Contributor

Learn Build status updates of commit 2987dcb:

✅ Validation status: passed

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

For more details, please refer to the build report.

For any questions, please:

@Jak-MS
Copy link
Contributor

Jak-MS commented Oct 25, 2024

@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

@prmerger-automator prmerger-automator bot added the aq-pr-triaged tracking label for the PR review team label Oct 25, 2024
Copy link
Contributor

Learn Build status updates of commit 3d1bf5a:

✅ Validation status: passed

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

For more details, please refer to the build report.

For any questions, please:

Copy link
Contributor

Learn Build status updates of commit 3d0de62:

✅ Validation status: passed

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

For more details, please refer to the build report.

For any questions, please:

Copy link
Contributor

Learn Build status updates of commit af1b086:

✅ Validation status: passed

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

For more details, please refer to the build report.

For any questions, please:

Copy link
Contributor

Learn Build status updates of commit 42d7482:

✅ Validation status: passed

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

For more details, please refer to the build report.

For any questions, please:

@belimitless
Copy link
Contributor Author

@microsoft-github-policy-service agree

@belimitless belimitless changed the title Updated tutorial-autoscale-ps.md Updated tutorial-autoscale-ps.md and redirect-external-site-cli.md Nov 10, 2024
@belimitless
Copy link
Contributor Author

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

@Jak-MS
Copy link
Contributor

Jak-MS commented Nov 11, 2024

@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

Copy link
Contributor

Learn Build status updates of commit c483467:

✅ Validation status: passed

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

For more details, please refer to the build report.

For any questions, please:

@Court72
Copy link
Contributor

Court72 commented Dec 23, 2024

@greg-lindsay

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

@greg-lindsay
Copy link
Contributor

#sign-off

@Jak-MS Jak-MS merged commit 8e2127b into MicrosoftDocs:main Jan 9, 2025
2 checks passed
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.

4 participants