'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 1:[1]
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
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Sajeetharan |

