How to fulfill requests using the Azure API format: user authentication

I want to get json data as an explanation in rest api doc https://dev.applicationinsights.io/documentation/overview

customEvents | where customDimensions.teamId == '8bcb0466-8227-4de4-b001-b70381b9cd04'

Since the rest of the api have a limit of 15 calls per minute and 1500 per day, since the doc https://dev.applicationinsights.io/documentation/Authorization/Rate-limits says to use the Azure API and Azure Active Directory, but for that no example.

I want to do this in node js, but did not find any sdk for the same.

For AD authentication, I used the assport-azure-ad library.

+6
source share

Source: https://habr.com/ru/post/1016181/


All Articles