Questions tagged [azure-rest-api]

320 questions
-1
votes
1 answer

Generate token for

https://learn.microsoft.com/en-us/rest/api/appservice/webapps/listfunctions How can I generate the token highlighted in green dynamically using JavaScript or an Api? I know it can be generated using Azure CLI az account get-access-token but that…
-1
votes
1 answer

How Can I deploy Apps in app service with private GitHub repository using REST API or ARM templates?

The following is the ARM template I am using to create a app service and use a private GitHub repo to deploy applications with deployment for application fails. { "properties": { "mode": "Incremental", …
-1
votes
1 answer

Why azure-api does not show build related work items?

We create and run a build, which has associated changes and linked work items. But if we try to get linked items from the api, we have 0 response elements. For some builds, this works, but for others it does not. What connections are made between…
-2
votes
1 answer

How to make a POST request using Python to Azure?

I'm trying to make a POST request to Azure with the following code: import requests api_url =…
Luiz
  • 229
  • 1
  • 9
-2
votes
1 answer

extract a value from the output of a script and store in a variable winodws?

According to the document Get Azure AD tokens for service principals: curl -X POST -H 'Content-Type: application/x-www-form-urlencoded' \ https://login.microsoftonline.com//oauth2/v2.0/token \ -d 'client_id=' \ -d…
Joy
  • 1,171
  • 9
  • 15
1 2 3
21
22