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

How to get metrics of Azure apim using an api

I have to make a program on C# that get information about a few apis of Azure APIM, can I achieve this through an api?
Jhon Hernández
  • 293
  • 5
  • 20
0
votes
1 answer

Azure apim developer portal - mimic depreciated portal feature

Previously in the azure deprecated developer portal there was an “admin functionality”, we need to bring it back to the new self hosted developer portal to view all the Clientapp releated to an api to view all the clientapp in the developer…
0
votes
2 answers

How do I send a token to Backend service from Azure API manangement

How do I pass a token to a backend service from API management with this policy? I have a C# azure function (http-trigger) that acts like an api, to access it users need to have a valid jwt token, I have that working fine. but I cannot seem to send…
johnson dubula
  • 31
  • 1
  • 1
  • 7
0
votes
1 answer

Azure Api Managment: How to change Repository?

We configured Azure Api Management and as part of it the Azure Repository where it should sync its configuration to. Unfortunately we selected the wrong repository. Now we are unable to switch the Repository as any option for doing it is missing in…
SkippingAdi
  • 55
  • 1
  • 7
0
votes
1 answer

REST API call with 500 for few callers but for others works fine

While trying to hit REST API by providing with necessary security credentials , the response is retrieved as 500-Internal Server Error. The log trace is been notes as , Expression value is invalid. Specified value has invalid Control characters. …
RagaSGNur
  • 199
  • 1
  • 2
  • 15
0
votes
1 answer

Trouble with Azure API Management TRACE policy rule not expanding variables in the message

Following the instructions from this page https://learn.microsoft.com/en-us/azure/api-management/api-management-policy-expressions and this page https://learn.microsoft.com/en-us/azure/api-management/api-management-advanced-policies#Trace , I am…
djangofan
  • 28,471
  • 61
  • 196
  • 289
0
votes
2 answers

API Management - Set Backend Service as Operation Policy in Terraform

I'm creating an APIM in Azure using Terraform. So far I've been able to create the APIM instance, the API and an operation within the API. Because I want each operation for the API to point to an individual Logic App, my understanding is I cannot…
0
votes
1 answer

How to add policy to Product in Azure API Management

I need help with adding policy to PRODUCT in Azure APIM. Could you please let me know how we can achieve using PowerShell/Azure Cli/ Azure DevOps?
Madhu
  • 415
  • 1
  • 4
  • 15
0
votes
1 answer

Azure API Management - named value at API scope

I am wondering whether it is possible to specify something like Named value but for each API separately? So if I have, say foo-API and bar-API I can specify for each a named value-like variable, eg my-url. So now when I create a global…
michelson
  • 686
  • 9
  • 22
0
votes
1 answer

Remote Debugging Azure App Service with API Management?

Is there a setting necessary to be enabled for APIM to forward remote debugging calls to its associated app service? When I portqry, the port is reported as Filtered, not Listening.
Marc George
  • 134
  • 1
  • 18
0
votes
1 answer

Azure APIM Prod and Non-Prod on single instance

Is it possible to have logical separation of Azure APIM service i.e one could work like Prod and Non-Prod at the same time?
Zara
  • 5
  • 2
0
votes
1 answer

Need to modify request payload in Azure APIM set body to send modified request body to BE

My APIM is receiving request payload in POST request - and I have to format and send to backend -- Formatted payload for BE I have to add the 2 parameters after every newreq line and append 2 new lines after GET request line. how to achive this in…
0
votes
1 answer

AZURE APIM Redirect URL

I have an API management instance (https://my-apim.azure-api.net) with several APIs. I need to implement a GET where APIM redirects to the login page (eg https://www.mywebsite.com/login ) if my APIM is called without the API suffix (eg…
0
votes
0 answers

Azure apim policies are big

I have been using APIM to expose storage account and service bus. I am validating these apis using policies. I have been just validating few request headers and query parameters but it is already too much code in policies. Is this how the policies…
venkatesh k
  • 49
  • 1
  • 9
0
votes
1 answer

Azure Translate API {"error":{"code":400000,"message":"One of the request inputs is not valid."}}

Error related to translation using Azure's Translate API {"error":{"code":400000,"message":"One of the request inputs is not valid."}} i have no idea why the error message appears
user3392296
  • 644
  • 4
  • 16