Skip to main content
0 votes
1 answer
54 views

How to export Artifacts ARM Template for a Azure Synapse Workspace?

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
99 views

Azure Table Storage REST API not returning data

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
34 views

Azure GraphAPI ISODate Input

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
43 views

Microsoft Sentinel API - "triggerRuleRun" ExecutionTimeUtc Always Invalid

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
142 views

Azure REST API can't find workflow triggers for Standard Logic App

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,292
2 votes
0 answers
45 views

Azure Purview Metadata Restoration API Returning Empty guidAssignments

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
89 views

How to upload an HTML file to DevOps work item using bearer token in Python?

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
466 views

How to use a bearer token generated with client credentials flow in PowerShell to invoke DevOps REST API?

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
110 views

Azure CDN Rest API Returns an empty array of Profiles and Endpoints

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
68 views

Azure Rest api to get the information of release pipeline when CI and CD are not in single pipeline

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
331 views

How to retrieve sensitivity labels associated with user using API or .NET?

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
251 views

Invalid argument error when adding Required Reviewer via Azure DevOps API

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
159 views

Why is Azure REST API create/update index unsucessful when using vectorSearch on a field

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
343 views

How to list and purge deleted Azure Cognitive Services resources in the current subscription with Azure CLI

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,061
0 votes
1 answer
198 views

How to set Azure Synapse Pipeline Dataflow Rest Source Relative URL dynamic variable?

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

15 30 50 per page
1
2 3 4 5
27