skip to Main Content

How access Azure APIs

I am trying to access the Azure APIs, using postman, for example https://management.azure.com/tenants?api-version=2022-12-01 but completely lost with MS documentation. I went through some threads here and they talk about sending some parameters in the body, such as: client_id= &client_secret= &grant_type=client_credentials…

VIEW QUESTION

Azure bearer token lifetime

I have a python code to call a graph API and browse directory on sharepoint. The directory has 120GB of files and needs hours to scan. However, what I have observed is the script just shows as running on Visual…

VIEW QUESTION
Back To Top
Search