You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Queries to notify about upgrades have been introduced, but there are some improvements that could be made.
The queries for cluster auto-upgrade notifications and node OS auto-upgrade notifications appear to be identical. I think the node OS auto-upgrade notification query should be filtered with
| where upgradeType == "NodeOSUpgrade"
Both queries are incomplete because they’re missing the first line, "arg("").containerserviceeventresources" - it’s been specified as the language type rather than included in the query body.
Users have to replace the following where clause with their target cluster ID, but because the query is quite long, some may not notice. It would be helpful to include a note to that effect.
| where id contains "/subscriptions/subid/resourcegroups/rgname/providers/Microsoft.ContainerService/managedClusters/clustername"
Uh oh!
There was an error while loading. Please reload this page.
Type of issue
Code doesn't work
Feedback
Queries to notify about upgrades have been introduced, but there are some improvements that could be made.
Both queries are incomplete because they’re missing the first line, "arg("").containerserviceeventresources" - it’s been specified as the language type rather than included in the query body.
Users have to replace the following where clause with their target cluster ID, but because the query is quite long, some may not notice. It would be helpful to include a note to that effect.
Page URL
https://learn.microsoft.com/en-us/azure/aks/aks-communication-manager
Content source URL
https://github.com/MicrosoftDocs/azure-aks-docs/blob/main/articles/aks/aks-communication-manager.md
Author
@kaarthis
Document Id
2e08ccd6-844a-2c6c-7e3c-c2ed7227fa39
Platform Id
cfd3d756-6b18-1864-9069-890d1dc8a30a
The text was updated successfully, but these errors were encountered: