Questions tagged [azure-api-management]

Azure API Management is a cloud hosted service that can add many capabilities to an existing HTTP API on any platform. This includes functions related to security, API key management, caching, documentation, and many other cross cutting policies.

For more info, see http://azure.microsoft.com/apim.

2365 questions
0
votes
1 answer

Azure API Management - Availability Tests - How to get the HealthCheck url of APIM

I'm working on creating the Availability Tests (a feature of App Insights) to monitor the availability of the API Management Service. My initial question was "How to get the health check URL of the APIM instance?". After some research, I came to…
Prawin
  • 1,158
  • 2
  • 12
  • 26
0
votes
1 answer

How can we get the cost of an Azure VM in C#?

I'm trying to find out how we can get the cost of the different Azure VM sizes in c#. I'm able to get a list of all the different sizes but not able to get the cost. For example, my VM is a General Purpose B2s VM which is shown as $40.30 in the…
user3192935
0
votes
1 answer

Azure Apim. Create operation in schema from openapi definition

I have to create a schema so then I can create operation in Azure APIM. the code that I know is need to be used is: resource "azurerm_api_management_api_schema" "example" { api_name = azurerm_api_management_api.sample-api.name …
Chanafot
  • 736
  • 4
  • 22
  • 46
0
votes
0 answers

Azure APIM - XML to JSON Conversion

I am trying to figure out how to properly use the XML to JSON conversion in the Azure APIM Policy Editor. I've seen dozens of examples where all that's identified is this:
0
votes
1 answer

Azure API Management and Protect Backend Web API

We have an existing API that is secured by an initial username & password call to xxxx.com/api/vi/auth/token that returns a bearer token to be included in all future calls to the API. This API is live with some trusted apps. We now have a…
0
votes
1 answer

Azure API Management service - Difference between setting up certificate in custom domain and API

I am working on setting up an API Management service on Azure. My question is related to setting up the SSL certificate that was generated using Azure Key Vault. My certificate was created with the CNAME as *.contoso.com. My custom domain in the API…
user782400
  • 1,617
  • 7
  • 30
  • 51
0
votes
1 answer

Securing an endpoint on Azure API Management so that only an app (no login) can call it

I am developing an Android app that doesn't require any login to use it. This app will call an endpoint on Azure API Management that I have created. Is it possible to ensure that only that client (app) is able to call the API? I have tried this…
gariban
  • 27
  • 4
0
votes
0 answers

Azure APIM response headers turning to lower case

Response headers set at Azure APIM, turning to lower case instead of preserving the exact header name. Below is the APIM policy to validate JWT token. Upon JWT validation unsuccessful due to invalid token or expired token, setting header…
Paramesh Korrakuti
  • 1,997
  • 4
  • 27
  • 39
0
votes
1 answer

cannot get the User Email from context in Azure API Management

I have an inbound policy that extracts the User Email from the context like this:
paburgos
  • 259
  • 2
  • 14
0
votes
1 answer

Azure API Management - Custom authorization handling

We currently have a bunch of APIs in monolith form and we are trying to break it into related microservices. We are planning to use Azure API Management and one aspect we are deliberating is how to handle authorization centrally since we have quite…
0
votes
1 answer

Get Azure Resource Details based on the Tag using Rest API

I can able to fetch the resource details using the Azure CLI command. However, is there a way to fetch the specific resource details using Azure API Management URL? I have listed out the Azure API Management link to get the tag details. I need Azure…
Rock
  • 21
  • 5
0
votes
1 answer

How to edit a json payload with set-body in azure api management

I want to edit an outbound payload using set-body in this way: {"link": "http://localhost:7071/api"} to {"link":""} <- some other link I have tried this but there is no change in outbound: JObject inBody = context.Response.Body.As();…
Aadhar
  • 57
  • 7
0
votes
0 answers

How to authenticate POST Azure API call?

I want to perform this API call: https://learn.microsoft.com/en-us/rest/api/sql/2021-02-01-preview/databases/resume However I can't seem to figure out how to authenticate myself. I'd prefer to use my AD account, as it is the server AD admin so it…
0
votes
1 answer

Azure APIM 503 response for maintenance

We have a farm behind an Azure APIM service. Whenever we want to perform maintenance tasks, we want to flag APIM for returning 503 and preferably a dynamic countdown in the Retry-After header. Is there a feature in APIM to do this?
Jaime
  • 5,770
  • 4
  • 23
  • 50
0
votes
1 answer

Azure APIM Premium - Number of requests can handle

We are building an Ecom app which will relay on Azure APIM, we expect 66.5 million requests per day. In a pick hours, it would be 10 million requests. Can Azure APIM Premium handle such a load? At present we have 8 scale units, is that sufficient?
One Developer
  • 99
  • 5
  • 43
  • 103
1 2 3
99
100