Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
31 views

We are dynamically trying to trigger specific stages in our Azure DevOps pipeline using the runOnlyStage parameter (passed via API call). The goal is to only run the stages specified, avoiding quota ...
Shyam Reddy's user avatar
0 votes
1 answer
203 views

I try to use the azure maps endpoint, but i am unable to access any of the endpoints from PowerBI with the Azure Maps "primary key" from my Azure Maps account instance. https://eu.atlas....
cheese steak jimmy's's user avatar
0 votes
1 answer
274 views

Is there a possible way to export an "Artifacts ARM Template" from a specific resource? I have been trying to implement an Azure devops CI/CD Pipeline that migrates artifacts (Pipeline, ...
Napsty's user avatar
  • 1
0 votes
2 answers
141 views

I have an IoT device that logs data every 3 minutes and uploads that data to Azure Table Storage every 10 minutes. This means the table entities have the built in Timestamp property and a date ...
Tim's user avatar
  • 2,912
0 votes
2 answers
60 views

I am trying to setup date on Application's password/secrets in Azure using API as per documentation Here and Here As per document default StartDateTime = current time and EndDateTime = startDateTime +...
K P's user avatar
  • 15
0 votes
0 answers
73 views

Issue Summary I'm are trying to manually trigger a Microsoft Sentinel Scheduled Analytics Rule using the triggerRuleRun API, but it always fails with the following error: { "errors": { &...
imaprog's user avatar
0 votes
1 answer
447 views

I'm trying to work through an error with getting the callback URL for a trigger in a Standard Azure Logic App. I'm using the az rest command to reproduce the problem that I see when I try to running a ...
Tim Dean's user avatar
  • 8,302
2 votes
0 answers
69 views

I am using the Azure Purview metadata restoration API to bulk restore metadata. While the API call returns a 200 status code and a success message, the response body contains an empty guidAssignments ...
Vanisree 's user avatar
-1 votes
1 answer
102 views

I’m trying to upload an HTML file as an attachment to a work item in Azure DevOps using Azure DevOps REST API. I’m using Microsoft Entra ID (Azure AD) for authentication, and I’ve managed to get the ...
Oliver's user avatar
  • 23
1 vote
1 answer
1k views

I'm working on a DevOps automation project and need to authenticate against a REST API using OAuth 2.0 client credentials flow. Specifically, I want to: Obtain a bearer token using client credentials ...
jenny's user avatar
  • 13
1 vote
1 answer
172 views

I'm currently working on an Azure Front Door Application that contains cache. The idea is that we have a webhook that would call our API to fetch the endpoint and purge the cache. I've already added ...
Bonhart's user avatar
  • 47
-1 votes
1 answer
75 views

Do we have any azure rest api which can provide the data related to Associated pipelines. I have CI and CD pipeline .First I do CI pipeline and then use CD pipeline to use the latest or any other ...
unknown's user avatar
  • 1,913
0 votes
1 answer
601 views

I’m trying to pull a list of sensitivity labels associated with a specific user using the Microsoft Graph API, but I’m hitting a wall. Here’s the API call I tried: GET https://graph.microsoft.com/v1.0/...
Carol Bradley's user avatar
0 votes
1 answer
371 views

I can add myself as a Required Reviewer on a Pull Request in Azure DevOps without any issues. However, when I attempt to do this using the API, I encounter the following error: {"$id":"...
Vir's user avatar
  • 3
0 votes
1 answer
223 views

I have a deployment script run in Azure as part of a BICEP file. The deployement script sends a API request to create the AISearchService index which is sucessful. The problems is that none of the ...
Nikky's user avatar
  • 1
0 votes
1 answer
663 views

When redeploying Azure Cognitive Services resources I get this error message {"code": "FlagMustBeSetForRestore", "message": "An existing resource with ID '/...
Kai Walter's user avatar
  • 4,121
0 votes
1 answer
262 views

How do I set this locationid value dynamically in the relative URL of my DF Rest Source: My design pattern is: I need to pass the locationid from a query lookup to the ForEach. This should loop ...
CFCJB John's user avatar
0 votes
1 answer
146 views

I'm trying to plot the response of cost management API of azure as a line chart in my azure workbook with a query of Azure Resource Manager data source. My x-axis is UsageDate and y-axis is PreTaxCost....
Varsha Patel's user avatar
1 vote
1 answer
247 views

I’m automating Azure eligible role assignments using REST API calls and currently have a setup where Owner eligible role assignment restricts users to assign roles like Reader and Storage Blob Data ...
user5646231's user avatar
0 votes
1 answer
461 views

I'm working on automating eligible role assignments with conditions for Azure resources via REST calls. Specifically to add condition when assigning Owner role to allow users for assigning only roles ...
user5646231's user avatar
0 votes
1 answer
83 views

I'm currently working on task the which is the goal from it is to give a table with the below data from all Pipeline releases on our Azure Dashboard from date 01/01/2024 to 01/06/2024. Project Name. ...
Loai amer's user avatar
0 votes
1 answer
864 views

I am trying to create a shell script to automate the creation of a managed certificate for a Custom Domain for a Azure Container App using az CLI. The problem I am experiencing is related to an error ...
Riccardo Barbieri's user avatar
0 votes
1 answer
140 views

I need to get all the pull requests from /hotfix branches to /main (e.g. refs/heads/hotfix/branch1, refs/heads/hotfix/branch2, etc. to /main). https://dev.azure.com/{ORG}/{PROJECT}/_apis/git/...
Manuel TP's user avatar
0 votes
2 answers
208 views

I need to pull the Runtime version of a Function app using APIs. Calling https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites?...
john's user avatar
  • 203
1 vote
1 answer
2k views

does anyone know how to create an Azure DevOps "Azure Resource Manager/Workload Identity federation with OpenID Connect" Service Endpoint automated using Az CLI or Az PS terminals? Failing ...
Clumsyhands's user avatar
0 votes
1 answer
182 views

I'm just trying to wrap some python around the REST API call to run a data factory pipeline using the REST API pipeline create-run I'm using the MSAL python library to authenticate the service ...
Shaun Ryan's user avatar
  • 1,758
0 votes
0 answers
400 views

Tearing my hair out trying to get Azure Key Vault's digest sign/verify operations to work with OpenSSL. Basically, I want to be able to sign a hash with a Key Vault certificate, and then allow end ...
sam256's user avatar
  • 1,431
0 votes
2 answers
720 views

Are there any REST APIs available that can be used to retrieve the properties of a deployed model or obtain a list of model deployments? I have searched through the documentation but couldn't find any ...
Rushikesh Gaidhani's user avatar
0 votes
1 answer
112 views

I am writing a code to create dynamic VM's on azure based on certain values of CPU/Memory selection, so I have written code to hit "https://management.azure.com/subscriptions/{SUB_ID}/providers/...
thebadguy's user avatar
  • 2,140
0 votes
1 answer
282 views

I am using REST API in C# in Visual Studio to create a test case in Azure Test Plans and after I would like to add that test case in a test suite still using C#. Does anybody have any idea how? ...
vasut alexandru's user avatar
0 votes
1 answer
67 views

I need a way to add test cases with test steps from Visual Studio in C# in Azure test suite. I already tried with REST API, but I am getting an http 400 bad request error. I tried to add a test case ...
vasut alexandru's user avatar
0 votes
1 answer
73 views

I use this rest api to hide a field from the layout, however it alway fail with the field "deployment" : Sample url and json: https://dev.azure.com/myNewDevOpsOrg/_apis/work/processes/...
Takadox et compagnie's user avatar
0 votes
1 answer
489 views

I use a powershell script to call the azure rest api and add new iterations and delete the three basic iteration. For the api it work, if i get the list of iterations Iteration 1 to 3 are deleted, ...
Takadox et compagnie's user avatar
0 votes
1 answer
205 views

I'm currently in search of the Azure REST API documentation, specifically for Azure Bot Services. I'm interested in finding the endpoint for List resources by subscription, within the [Microsoft....
PUD's user avatar
  • 3
1 vote
1 answer
160 views

I'm trying to upload a file to ADLS Gen2 storage with Microsoft Entra ID(Service Principal) Authorization. Getting below error message while uploading a file to ADLS gen2 using DataLakeServiceClient ...
Ratheesh's user avatar
  • 679
1 vote
1 answer
242 views

I recently received helpful guidance on enabling both system-assigned and user-assigned managed identities for an Azure Virtual Machine (VM) through REST API calls. Now, I'm seeking assistance to ...
Dhivyesh's user avatar
0 votes
1 answer
537 views

I am using this api call to retrieve a list of flat workitems: POST https://dev.azure.com/{organization}/{project}/{team}/_apis/wit/wiql?api-version=7.1-preview.2 I was able to get the list, so now I ...
user22063307's user avatar
-1 votes
1 answer
476 views

At the moment I want to use the Graph API for an application that will list all the tenants, get all users per tenant and then list all their licenses. Due to circumstances I can only use the web ...
Bryant's user avatar
  • 41
0 votes
1 answer
1k views

I'm attempting to configure an Azure Virtual Machine (VM) to have both a system assigned managed identity (MSI) and a user assigned managed identity using REST API calls. While I've been able to ...
Dhivyesh's user avatar
1 vote
2 answers
98 views

In a nutshell, I created an inherited process from the REST API, when I try to add a state or a field, I get an error because it uses the reference name from the original work item, not it's own. For ...
Takadox et compagnie's user avatar
1 vote
1 answer
612 views

Continuing from this Answer, how to generate the bearer token for passing to the REST API. Normally, for a temporary testing I have clicked on Inspect element on the browser and browsed to Azure ...
VivekAnandChakravarthy's user avatar
0 votes
1 answer
608 views

Following this MS Doc, but didn't get the expected result i.e., list of the containers in the storage accounts: GET API: https://strprojuatuks001.blob.core.windows.net/?comp=list Error is: <?xml ...
VivekAnandChakravarthy's user avatar
0 votes
2 answers
166 views

Using this api, I try to create a page with a custom field with this API: https://learn.microsoft.com/en-us/rest/api/azure/devops/processes/pages/add?view=azure-devops-rest-7.1&tabs=HTTP It ...
Takadox et compagnie's user avatar
0 votes
1 answer
116 views

I'm trying to get the list of blobs inside a folder using the Azure Rest API and I'm getting 403 Forbidden for a problem building the authorization signature for the Shared Key. Here is my source code:...
Johan Pino's user avatar
0 votes
1 answer
138 views

I want using the REST API to update the json view, just like I asked in this post: Since the content in the json view is a lot and dynamic, I want use Get to get the content before modifying it, and ...
Joy's user avatar
  • 945
0 votes
1 answer
741 views

How to get the permissions of users for the repositories via the API of Azure DevOps?
user10434309's user avatar
0 votes
1 answer
836 views

I have a application registered to allow (or not) do CRUD actions in Users. I would like to know if the aplication has those permissions in azure. I have tried using several endpoints (application, ...
pereceptron's user avatar
0 votes
2 answers
185 views

I try do add a field to a work item using this api : https://learn.microsoft.com/en-us/rest/api/azure/devops/processes/fields/add?view=azure-devops-rest-7.1&tabs=HTTP It work (at least it did ...
Takadox et compagnie's user avatar
0 votes
2 answers
195 views

I'm using Golang to send messages to Azure IoT Hub and as we may or may not know, Azure does not have an SDK for Golang. I've found answers on how to do it throughout the REST API using the SAS token ...
Pedro's user avatar
  • 33
0 votes
1 answer
225 views

My project's code is on Github, and the CI/CD pipelines are defined in Azure DevOps. The idea is that when a new PR happens, it triggers the CI pipeline in Azure. I've automated the creations of ...
Rodrigo Farias Rezino's user avatar

1
2 3 4 5
9