Queries for the StorageCacheUpgradeEvents table

For information on using these queries in the Azure portal, see Log Analytics tutorial. For the REST API, see Query.

Upgrade events

Retrieves a list of upgrade events.

StorageCacheUpgradeEvents
| where Description contains "upgraded"
| sort by TimeGenerated desc
| take 100