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

Dropdown menu not available in Api Management Developer Portal

I am unable to get a dropdown menu to work in the api management developer portal. There is very little documentation about this, but I have seen from github questions that it is suppose to be able to have a dropdown menu in the top menu bar like in…
Darty
  • 3
  • 1
0
votes
1 answer

Prevent bypassing Azure App Gateway WAF rules

Our REST APIs hosted in Azure API Management (internal VNET mode) are only accessible from internet via Azure App Gateway (WAF v2 SKU), with OWASP CRS 3.1 rules enabled in the WAF. However, there has been a penetration testing observation that…
0
votes
1 answer

Azure api management ssl certificate must have a private key

I have been working on the deployment of an azure api management with a self signed certificate and private key. Goes without saying that I tested my terraform code a couple of days ago and everything worked just fine and I was able to deploy my…
Nayden Van
  • 1,133
  • 1
  • 23
  • 70
0
votes
1 answer

Azure Self hosted Gateway with client certificates

how to protect the APIs on a self hosted gateway from unauthorized use with client certificates? The documentation on this topic is too unclear for…
high5
  • 37
  • 1
  • 6
0
votes
1 answer

Request Azure function from Azure APIM when I set the function's auth level as FUNCTION

I imported apis from Azure Function to my apim, it can successful access the function without append the parameter named 'code'. But when I tried to access the function directly used the function's domain, it indeed need append the code…
0
votes
1 answer

Azure APIM Policy to authenticate App Configuration service using access keys

I'm trying to authenticate Azure App Configuration Service with access keys in APIM policies. Can someone help how we can authenticate Azure App Configuration Service using Access keys in APIM policies.
0
votes
2 answers

Tag an API in Azure API Management with Terraform

I'm trying to IaC my API Gateway using Terraform. I did all configurations normally, such as backend, products and policies. But reading the documentation, I didn't find any way to set a Tag to API, only create a new one. resource…
0
votes
1 answer

Azure Function called from Azure API Management CORS Error

I've created a simple HTTP Trigger function and linked it to the API management. Then I've set the Cors policy in the API Management like this: *
Guilherme Molin
  • 308
  • 4
  • 13
0
votes
1 answer

The term 'New-AzureRmApiManagementContext' is not recognized

I am trying to create a context of Azure API management through scripts. The scripts I have I am able to execute the inbulit powershell terminal in Azure portal. But I am trying to run that scripts through my pipeline. currents pipeline runs under…
0
votes
0 answers

Missing rate limiting headers in Azure API responses

My app is being throttled by Azure Management API and it'd be much easier to investigate which requests are causing troubles if I have access to rate limiting headers. I thought they're returned by default but they're not, at least not for me. I've…
0
votes
2 answers

Use same subscription key for APIM instances in Azure

we are using APIM premium version and ours is a active-active multi region setup. The problem we are facing is when one region UI calls another region API the calls failing because the subscription keys for the APIM on the both the region is…
threeleggedrabbit
  • 1,722
  • 2
  • 28
  • 60
0
votes
1 answer

Azure API call - az apim update - update customProperties

I am using following az api call command az apim show -n Namexxx -g RGxxx. As an output I am getting below: { "additionalLocations": null, "apiVersionConstraint": { "minApiVersion": null }, "certificates": null, "createdAtUtc":…
tester81
  • 533
  • 2
  • 9
  • 28
0
votes
1 answer

APIM unable to connect to service deployed in AKS

We have private AKS cluster create under a virtual network (MC resource group). We also have an APIM crated under the same virtual network. A few services are deployed in K8 and exposed via internal loadbalancer of K8. when we do kubectl get svc get…
0
votes
0 answers

How to ignore errors in Azure API Management policy execution

I have policy at global level in API Management instance. The policy used to store the incoming request metadata in eventhub. This policy just serves the logging. Recently my eventhub was down and all API requests ended with 500…
Pankaj More
  • 433
  • 3
  • 10
0
votes
1 answer

Azure Identity Authentication DefaultAzureCredential with Node Js

I was trying to authenticate to Azure DefaultAzureCredential using @azure/identity in Node js to get the reports of Azure API Management Service. Things I have done : Created An API Management Service from Azure Portal Registered an application…
1 2 3
99
100