Search code examples
azureazure-application-insights

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.


Solution

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

    enter image description here