Skip to main content

All Questions

Tagged with
0 votes
0 answers
12 views

Azure DevOps REST API parent relation link to existing work item error

I am attempting to utilize the Azure DevOps REST API to create and/or update a work item in Boards to allow adding a Parent link. So far this is unsuccessful. and its creating an error... Invoke-...
trentR's user avatar
  • 1
0 votes
1 answer
57 views

Title: Spring Boot API Endpoint Returning 404 Not Found for Registration Request (no databases)

I'm developing a web application deployed on Azure. The registration endpoint of my API is returning a 404 Not Found error when accessed from the frontend. The backend is set up to handle registration ...
Jens Dorrestijn's user avatar
0 votes
1 answer
77 views

How to make a REST call through terraform to a private Azure resource?

I do not this this question needs to be Azure resource-specific, but I will provide my background. I currently have Terraform code that creates an Azure AI Search service, disables public network ...
ban_ana's user avatar
  • 49
0 votes
1 answer
64 views

How do I grant permission for an application to read Azure billing data?

I am trying to set up an application to automatically download consumption and billing data from the Azure management APIs. I have set up an app registration and installed it as an Enterprise ...
fortyCakes's user avatar
1 vote
1 answer
114 views

Use access token from Azure AD app to use with sharepoint REST API

I have an Azure AD app registered and my web app requires using both graph-api and REST API to fetch sharepoint account information. For eg: https://domain.sharepoint.com/_api/Web/RoleAssignments ...
Wajih Siddiqui's user avatar
0 votes
1 answer
57 views

Can not start API on Azure using Node.js

I am trying to run simple API on AZURE but it could not start. Looks like there are some problems with docker containers but I did not use docker on this project at all. 2024-06-11T12:38:06.250Z ERROR ...
Nazarij Tkaczuk's user avatar
0 votes
1 answer
59 views

Azure Monitor metrics rest API multiple aggregation values

I tried to use the Azure Monitor REST API to read the Azure Service Bus metrics. According to Microsoft example Get Metrics data, the parameter aggregation is potential list of average,minimum,maximum ...
Min's user avatar
  • 352
1 vote
1 answer
104 views

Secrets and Certificate Expiry with Graph Powershell

So, hope someone can help me across the finish line with this. I've cobbled together a bit of code, basically something I got from a much smarter forum user for a similar purpose. I'm trying to take ...
thekevinkalis's user avatar
0 votes
1 answer
87 views

How to delete azure VM and its associated resources like (ip, nsg, nic, disk) using REST API calls?

I have to delete Azure VM and associated resources using REST API calls. I have sequential calls to delete Azure VM -> VM-Disk -> VM-Ip -> VM-NSG -> VM-Vnet But after deleting VM, api call ...
utkarsh Kendre's user avatar
0 votes
0 answers
51 views

Power BI :: automate Bearer token retrieval

I posted a question and an angel helped me connect Power BI to Microsoft 365 admin center But I now have a new question: the Bearer token will expire every now and then. Is it possible for Power BI to:...
Francesco Mantovani's user avatar
0 votes
1 answer
52 views

Rest API call towards Azure Storage account (ADLSgen2) from Databricks (write to Delta) fails when Authentication is via ACL and SP

In the nutshell. I work in very sensitive and security intense environment. We have decided to use ACL (instead of RBAC/ABAC) for authorization to achieve finer control over Storage account. For our ...
Smrduty skunk's user avatar
0 votes
1 answer
62 views

Read message from sevice bus - send to a web api

What I want to do is to read a json message from at Service Bus queue, and then call a REST API with that json message. Exact same format, no need for mapping. What I have done so far is created a ...
Shiraz Bhaiji's user avatar
0 votes
1 answer
236 views

Transitioning from deprecated Azure PHP SDK to Azure CLI for blob storage operations

We have used the PHP SDK to download, list, and upload files to Azure Blob Storage. However, since Microsoft has deprecated the PHP SDK, our client has requested that we transition to the recommended ...
Sailesh Jaiswal's user avatar
1 vote
1 answer
84 views

Use OAuth2 Client Credential authentication in Azure Data Factory

I need to make a REST API call to fetch the data. These are the details required for OAuth authentication type I have the values for all the fields: "OAuthConfig": { "Scope&...
Swasti's user avatar
  • 267
0 votes
2 answers
117 views

Get a single work item in azure devops via api

As of now, I have to get the work items details from azure devops via api as I have to used it in the third party app but this doesn't seem to work This is the API Url I tried to get the work items ...
Chad_Manoj's user avatar

15 30 50 per page
1
2 3 4 5
86