updating incorrect ARG query#300
Conversation
|
@kahuja-git : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. @austinmc |
|
@kahuja-git : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. @austinmc |
|
Learn Build status updates of commit 837e438: ✅ Validation status: passed
For more details, please refer to the build report. |
PRMerger Results
|
There was a problem hiding this comment.
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 projectedtitlecolumn reference.
| "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, |
| "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" |
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
|
Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. @austinmc |
No description provided.