-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
Conversation
@belimitless : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Learn Build status updates of commit 2987dcb: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
@greg-lindsay Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Learn Build status updates of commit 3d1bf5a: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 3d0de62: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit af1b086: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 42d7482: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
@microsoft-github-policy-service agree |
Updated redirect-external-site-cli.md
|
@greg-lindsay Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Learn Build status updates of commit c483467: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Can you review this old PR and determine whether it needs to be closed or merged? |
#sign-off |
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:
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.