python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Azure Devops REST API: Publish test results including test steps
community.
I want to publish my automation tests execution to DevOps Azure. The issue is that I cannot find the needed Request body that contains not only the status for the Test Case but also for eac...
Andrew Kogut
Votes: 0
Answers: 1
Azure API Management forward-request ClientConnectionFailure to App Service API
I have a .NET Core Web API hosted in Azure App Service, with API Management in front of it.
I have added the IP of API Management to be allowed in inbound traffic to my App Service:
If i send a reque...

Albin Cederblad
Votes: 0
Answers: 1
Can I change the timezone for my api from the server where it is stored? Azure API Manager
I am using Azure API Manager with an api whose policy converts xml-to-json (done with a liquid template).
One of the tasks I have is that I need to make sure that the dates in my JSON object are in a ...
Lyderies
Votes: 0
Answers: 1
Accessing context.Request.Body in APIM policy removes request body
I'm trying to extract a specific attribute from the JSON body and add that as a header value. This should be straight forward as such:
<set-header name="x-bp-currency" exists-action=&...
Realbunny
Votes: 0
Answers: 1