Questions tagged [azure-rest-api]
320 questions
0
votes
1 answer
How can I connect Log Analytics Workspace via rest api with Azure Data Factory without Authentication
I want to retrieve data from the result of a query in Log analytics workspace, I tried to do that using pipeline, where as the first function I got the Web activity, configured as follows:
I followed this…

user12309502
- 3
- 2
0
votes
1 answer
Azure DevOps SDK (not API) - getting releases for a build
I'm writing a web app that makes use of the .NET SDK packages for Azure DevOps. I'm displaying changesets (TFS only currently) from a specific team's iteration. I look into the tasks and check for changesets and linked builds.Then I check the…

iBobb
- 1,140
- 1
- 14
- 35
0
votes
1 answer
Azure Devops Create Item API
I'm just following Microsoft's documentation to create a work item in Azure Devops.
It works. The item is being created, but it is created in the wrong backlog.
I mean my project has two backlogs and of course the new item is always being created in…

jorkata
- 11
- 1
0
votes
0 answers
How to integrate an AWS Lambda function to Trigger an Azure pipeline
What option should I pick for Azure DevOps Rest API Authentication and why?
I tried PATs as an authentication method, but it does not fit for a long-lived integration "30 days is the maximum expiration"
what is the best practice to authenticate this…

Abshnb
- 29
- 1
0
votes
1 answer
"message": "No HTTP resource was found that matches the request URI while sending the POST request for backup in APIM
Using this Azure Management REST API for backing up the APIM Instance data but getting the below error:
"message": "No HTTP resource was found that matches the request URI
Passed the Authorization token and the backup parameters in the body…
anon
0
votes
1 answer
How to retrieve vmid of a deleted azure VM
Is there an api or powershell command available to retrieve vmid of a deleted vm in azure. I have a requirement to retrieve this value to update our internal cmdb system. So far tried with change analysis rest apis with no luck, since the ARM…

Ajith
- 1
- 1
0
votes
0 answers
How can I make a request to the Azure Instance Metadata Service from inside an Azure Firewall?
Is there any way to use the KV REST API and have a static outbound IP address?
I have a dockerised programme running in an Azure Container Instance (ACI). It's a standalone container – no cluster. I have 2 requirements that seem to be in…

guy
- 72
- 6
0
votes
1 answer
How to access the Microsoft Resource Management API as a service using OAuth2.0
I am developing a time-triggered service that fetches data from various API's and writes it to a database.
One of the API's I need to access is the Microsoft Resource Management API. However, the problem is that its endpoints all mention the…

Dendou
- 3
- 2
0
votes
1 answer
AzureDevops- RestAPI call - to fetch if a branch exists, always returns 200
I am using a AzureDevopsGit api call to check if a branch exists inside a repository. It throws a 200 status code irrespective.
For eg:
If a branch exists (master): Response code : 200 and expected json response.
If a branch does not exist (BLAH):…

RCB
- 479
- 1
- 9
0
votes
0 answers
Downloading Repository as Zip with Enclosing Folder using Azure DevOps REST API
I've been using the Azure DevOps REST API to download repositories as zip files (for use with Conan, the C / C++ package manager.)
I use the following…

dvrm
- 3,749
- 4
- 34
- 43
0
votes
1 answer
call azure management rest api through 'client credential' flow
I want to call some Azure management api, such as https://learn.microsoft.com/en-us/rest/api/authorization/role-assignments/create?tabs=HTTP#security
but in docs, they mention just 'implicit grant' oauth2 flow.
I want to use 'client credential'…

hich9n
- 1,578
- 2
- 15
- 32
0
votes
2 answers
ADF REST API for Activity Runs not returning data
I'm calling the Activity Runs Rest API from a parent pipeline to capture any errors in a child pipeline.
However, no data, of any kind, is being returned in the Value array.
Here are my settings.
Web…

Geezer
- 513
- 5
- 17
0
votes
1 answer
Delete multiple assets of Microsoft Purview using REST API
We did a Purview Scan of an Azure SQL Database. Now many of the SQL tables have been dropped from the database. But those assets (tables in Purview) are still in Purview. We want to delete those assets using a REST API.
Using PyApacheAtlas, a delete…

nam
- 21,967
- 37
- 158
- 332
0
votes
1 answer
How to get more than 1000 records using Azure resource graph API
I am trying to get records out using logic app. However due to the graph limit I can only get 1000 records out. What is the best way to get all the records out? . Please see the logic app below:

hello12345678
- 17
- 5
0
votes
3 answers
Is there a REST API call to retrieve regions that are zero-waste certified on Azure?
If you go to this website https://datacenters.microsoft.com/globe/explore and you click on "region filters" and "sustainability filters" and you select "zero-waste certified" you can view the regions that are zero-waste certified.
I'd like to make a…

Danny van der Kraan
- 5,344
- 6
- 31
- 41