Kim
Kim

Reputation: 53

How to create or find the API key for Azure Application Insight?

I have created a free account on Azure and created a new instance for Application Insight. My idea was to log errors from my asp.net web API project. I am planning to manually configure my web API to use this instance of app insight. For this, I need to have an API key to connect to app Insight. I followed this documentation https://dev.applicationinsights.io/documentation/Authorization/API-key-and-App-ID to find it. But when I clicked the settings, I don't see any link for "Create API Key". I have created several new instances and nowhere I could find the API key. The only thing I could find was the Subscription ID.

Upvotes: 2

Views: 7190

Answers (2)

Tiny Wang
Tiny Wang

Reputation: 15906

Application insights instance -> API Access -> Create API key

enter image description here

Upvotes: 2

Sajeetharan
Sajeetharan

Reputation: 222532

You don't have to create a new Key, if you have already created an Application insights, you just need to navigate to the Instance

Open -> Goto Overview Blade -> Copy the Instrumentation key

enter image description here

Upvotes: 1

Related Questions