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
Copy file name to clipboardExpand all lines: sdk/monitor/azure-monitor-query/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,6 +227,12 @@ This example shows getting the metrics for an EventGrid subscription. The resour
227
227
228
228
**Note** The resource URI must be that of the resource for which metrics are being queried. It's normally of the format, `/subscriptions/<id>/resourceGroups/<rg-name>/providers/<source>/topics/<resource-name>`.
229
229
230
+
To find the resource URI:
231
+
232
+
1. Navigate to your resource's page in the Azure portal.
233
+
2. From the **Overview** blade, select the **JSON View** link.
234
+
3. In the resulting JSON, copy the value of the `id` property.
0 commit comments