Skip to content

updating incorrect ARG query#300

Open
kahuja-git wants to merge 1 commit into
MicrosoftDocs:mainfrom
kahuja-git:kanikaahuja/updatesrdoc
Open

updating incorrect ARG query#300
kahuja-git wants to merge 1 commit into
MicrosoftDocs:mainfrom
kahuja-git:kanikaahuja/updatesrdoc

Conversation

@kahuja-git

Copy link
Copy Markdown

No description provided.

@prmerger-automator

Copy link
Copy Markdown
Contributor

@kahuja-git : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. @austinmc

@prmerger-automator

Copy link
Copy Markdown
Contributor

@kahuja-git : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. @austinmc

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 837e438:

✅ Validation status: passed

File Status Preview URL Details
articles/service-health/service-retirement-unified-impact-queries.md ✅Succeeded

For more details, please refer to the build report.

@prmerger-automator

Copy link
Copy Markdown
Contributor

PRMerger Results

Issue Description
File Change Percent This PR contains file(s) with more than 30% file change.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 updates the Service Health → Advisor correlation documentation to correct and refine the sample Azure Resource Graph (ARG) query and to fix/refresh parts of the example Advisor metadata payload so readers can more reliably correlate Service Health tracking IDs to impacted resources.

Changes:

  • Updates the Advisor metadata sample payload (IDs and link) and adjusts formatting in the JSON example.
  • Refines the ARG query filter for metadata to include recommendationCategory (in addition to subcategory) and adjusts the projected title column reference.

Comment on lines 58 to +62
"resourceMetadata": {
"action": {
"recommendedActionButtonText": "",
"actionApplicabilityScope": "",
"isRecommendedAction": false,
"description": null,
"actionType": "Blade",
"extensionName": "HubsExtension",
"actionId": "051cfb90-f2d9-4efa-a2ac-fe7a6ead9d4e",
"caption": null,
"bladeName": "ResourceMenuBlade",
"metadata": {
"id": "{resourceId}"
}
},
"singular": "Availability test",
"plural": "Availability tests"
"action": {
"recommendedActionButtonText": "",
"actionApplicabilityScope": "",
"isRecommendedAction": false,
Comment on lines 109 to +113
"sourceProperties": {
"serviceRetirement": {
"retirementFeatureName": "Single URL Ping Test",
"retirementDate": "2026-09-30T00:00:00Z",
"serviceHealth": {
"trackingIds": [
"3KYM-7_G"
],
"ashUrls": [
"https://app.azure.com/h/3KYM-7_G/"
]
"serviceRetirement": {
"retirementFeatureName": "Single URL Ping Test",
"retirementDate": "2026-09-30T00:00:00Z",
"serviceHealth": {
| where type == "microsoft.advisor/metadata"
| extend props = parse_json(properties)
| where props.recommendationSubCategory == "ServiceUpgradeAndRetirement"
| where props.recommendationCategory == "HighAvailability" and props.recommendationSubCategory == "ServiceUpgradeAndRetirement"
@Court72

Court72 commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

@austinmccollum

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 C+L Pull Request Review Team label label Jul 14, 2026
@prmerger-automator

Copy link
Copy Markdown
Contributor

Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. @austinmc

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