Questions tagged [azure-rest-api]

185 questions
-1
votes
1 answer

Creating Methods in Azure function

I have a Azure DevOps Function which creates a new team in devOps. I'm extending the code to create Repositories and Files and want to have the different parts divided into methods to have it more streamlined. I would really appreciate it if someone…
maryerm
  • 9
  • 6
-1
votes
1 answer

Is it possible to find the available location for existing virtual machine using azure rest api?

Hi everyone please help me . I want to get available location based on my existing virtual machine configuration using azure rest api.
Unknow
  • 7
  • 1
-1
votes
1 answer

Generate token for

https://docs.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…
1 2 3
12
13