Questions tagged [apim]

230 questions
1
vote
1 answer

Generics in APIM policy breaks Terraform

The following APIM policy cannot be deployed via Terraform: https://xxx/api/v1/xxx?code={{xxx}}
Francois
  • 10,730
  • 7
  • 47
  • 80
0
votes
0 answers

How do I modify the response from a 3rd Party API response?

I am new to using APIM, so I have only opened up our existing APIM and tried to add a policy. I followed some snippets, so obviously I am missing something simple, yet complex for me. I just wanted to try only getting the id for now, but ultimately…
Martin
  • 1
0
votes
1 answer

HTTP to HTTPS redirection in Azure APIM

HTTP to HTTPS redirection in Azure APIM. We want to redirect all HTTP traffic to HTTPS in APIM. I know we can use a policy to redirect, can this be achieved at the API scope.
ALOK
  • 1
  • 2
0
votes
0 answers

ClientConnectionFailure: at forward-request

I am getting an error in APIM - ClientConnectionFailure: at forward-request. I am sure that it is a timeout error. In the trace logs when I increase the timeout to 60s, I am getting a proper response. As soon as I decrease this timeout to 30s, I get…
0
votes
1 answer

Declare API in Azure APIM with client_id and client_secret

Our client has shared some API's. They have provided us client_id, client_secret. (I have 4 different pairs). I want to declare them in Azure APIM & create our dedicated credential which we can share with our customers. (corresponding to 4 pairs…
0
votes
1 answer

Unexpected behavior of Azure APIM rate-limit-by-key

I have an issue with rate-limit-by-key, the repsonse are not as expected. When using this policy snippet:
0
votes
1 answer

Threshold Value for Network connectivity status of Resources Apim Azure

I am trying to create Alert in APIM of Azure and choosed Network Connectivity status of Resources I am stuck in determining threshold value in the APIM for this metric Thanks in advance Can you let me know what count and average to set, also what…
0
votes
1 answer

MS Azure inbound policy use of control flow operations and named value pairs

I have the following inbound policy
Ven
  • 83
  • 1
  • 5
0
votes
0 answers

have apim pass subscription info to back end service

I am setting up an API in APIM with "subscription required". It will pass the requests on to a back-end service, using set-backend-service. I would like my back-end service to be able to know which subscription was used to authenticate with APIM. I…
JoelFan
  • 37,465
  • 35
  • 132
  • 205
0
votes
1 answer

APIM JWT Validate Policy Key Issuer Issue

I am using APIM to validate JWT Tokens and here is my policy looks
0
votes
0 answers

Collate production current number of inbound calls (year-to-date maximum and average at 5min intervals) per service per api

I am looking to collate production current number of inbound calls (year-to-date maximum and average at 5min intervals) per service per API in Azure API management service. Can someone help with the kusto query for this ? I can retrieve the total…
0
votes
0 answers

Can I use JWK having modulus(n) and exponent(e) to validate JWT in Azure Api management

From validate-jwt policy reference https://learn.microsoft.com/en-us/azure/api-management/validate-jwt-policy Base64 encoded signing key | certificate-id="mycertificate" | n="modulus"…
Abhishek
  • 13
  • 4
0
votes
1 answer

Azure logs for failed Azure APIM requests

We are using Azure APIM for using the APIs , From backend we send geneic response such as { "result" :[ ..... ], "status": { "code": 500, "message": "Internal Error due to xyz" } } And i want a record to see…
gouravm
  • 301
  • 1
  • 12
0
votes
0 answers

Switching between logic apps in APIM

I have a requirement that we have a custom url and it goes to a logic app within APIM with all the security in place etc. We need to switch between two different logic apps in the backend. We also need to know if there is a command line we can…
Jason_Hough
  • 392
  • 5
  • 31
0
votes
1 answer

How to connect APIM to Azure Function App using Azure Bicep?

I am trying to connect Azure Function App (which have a Spring Boot application inside it) with the Azure API Management. I am able to do this using Azure UI. But when I try this using Azure Bicep I have to manually specify all the apis that I want…