
Suddenly all Azure DevOps APIs giving 401 error | Microsoft …
Hello team, Suddenly all Azure DevOps APIs are throwing 401 Unauthorized errors. Please do needful.It is working fine with old organizations. It is not...
How to create API connection (Logic App consumption) using ARM …
Jul 7, 2022 · As we know, we can deploy Logic App connector API connection using different ways, like via ARM template in Azure CLI, Powershell or DevOps. In some...
AzDO API not returning more than 100 results
Mar 22, 2023 · I am trying to get releases from my Project using the API. However, I am no able to get more than 100 results.$top doesn't seem to work over 100? Is there a...
How to send an Azure REST API request | Microsoft Community Hub
May 15, 2023 · Sometimes, user will need to send out REST API request to manage their resources in Azure platform, for example, when the REST API is upgraded but...
Performing simple BLOB Storage REST API operations using CURL
May 4, 2022 · The blog points to perform simple storage REST API operations such as Get, Put, List and Delete using CURL utility. Let’s look at some of the CURL command syntax to perform REST …
REST API and Pagination | Microsoft Community Hub
Jan 8, 2024 · REST API and Pagination So, I'm having some issues getting all the data from a Rest API into Azure Data Factory. Currently I have everything setup correctly the mapping the source etc. The …
Adding users to an AD group with Azure Functions/Logic Apps
Nov 19, 2024 · The list of users will be retrieved from a REST API call with Azure Functions, and then saved into a database, probably Azure SQL. I'm planning on then using Azure Logic Apps to connect …
Build REST APIs in three steps with API Management and Azure Functions
Nov 11, 2020 · Building a REST API in three steps In three easy steps you can design and build your API’s without writing a bunch of lines of code and documentation. Step 1: Create an API definition …
DevOps REST API - identity picker (query on list of users)
Mar 21, 2025 · I'm using DevOps REST API via OAuth 2.0 to populate the fields of work item types. For "identity" fields, such as "System.AssignedTo", I'm having a hard time trying to figure out the best …
Specific Use Case: REST API Pagination in Data Factory
Apr 1, 2024 · Specific Use Case: REST API Pagination in Data Factory Hello, I seem to have a specific use case in regards to ingesting data from an REST API endpoint and struggling on how to use …