-
Notifications
You must be signed in to change notification settings - Fork 3.4k
what is appID is not clear #21015
Copy link
Copy link
Open
Labels
DocumentationMonitoraz monitoraz monitorTraigedact-observability-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
Milestone
Metadata
Metadata
Assignees
Labels
DocumentationMonitoraz monitoraz monitorTraigedact-observability-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.feature-request
in the command and explanation:
az monitor app-insights query --app e292531c-eb03-4079-9bb0-fe6b56b99f8b --analytics-query 'requests | summarize count() by bin(timestamp, 1h)' --offset 1h30m
--apps -a
GUID, app name, or fully-qualified Azure resource name of Application Insights component. The application GUID may be acquired from the API Access menu item on any Application Insights resource in the Azure portal. If using an application name, please specify resource group.
it is not 100% clear what is the variable we need to insert in --app
please make it clear that there are options:
az monitor app-insights query --resource-group $RSG --app $appInsightName --analytics-query 'requests | summarize count() by bin(timestamp, 1h)' --offset 1h30m
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.