Reputation: 31
I am getting invalid application id, even though the App Id is correct. Testing here https://dev.applicationinsights.io/apiexplorer/metrics?appId=DEMO_APP&apiKey=DEMO_KEY&metricId=requests%2Fcount×pan=P1D
The app id is registered on the Microsoft.onmicrosoft.com tenant. I replace the appId (my app) and apiKey (App Insights Api Key) with my own
Upvotes: 1
Views: 1196
Reputation: 350
This is a little late, however I had the same issue today.
The problem is you're using the wrong Application ID. You need the Application ID from the API Access page (see below).
The ID is not your Application Insights resource name.
Upvotes: 3