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
0 answers

404 Error from Azure Front Door and APIM.How can I solve this problem?

I want to link APIM to Azure Front Door. So,In Azure Front Door,I set the Front Door backend host to the APIM GateWay URL. Path of HEALTH PRORVE is "/" And, I accessed the Front Door URL. Then, "{"statusCode": 404, "message": "Resource not found"} "…
Pepe
  • 39
  • 6
0
votes
1 answer

How do we get meaningful comments to show in Azure APIM

We are using azure APIM and the Associated developer portal. I would really like to display meaningful, well formatted documentation to our users in the dev portal, however Im struggling to find any good information or examples on how to do this. We…
5NRF
  • 401
  • 3
  • 12
0
votes
1 answer

Forward Request to Azure Service Bus

I am trying to forward events from Azure API Management to Azure Service Bus but I am getting all time internal errors. Flow: APIM --> Service Bus Topic --> Service Bus Queue --> Function I added a new entry on the API section (menu right side) on…
0
votes
1 answer

Azure API Management log optimization and cost saving

i have some instance of azure api management. I didn't find on azure doc, so i have on api management setting: both logging option enabled with all setting inside enabled. With actual configuration, both option enabled, i'm paying double for…
0
votes
1 answer

APIM: Retrieving policy XML from Azure Blob storage within an Azure DevOps CD pipeline fails like getting an error like The provided link ismalformed

APIM: I am Retrieving policy XML from Azure Blob storage within an Azure DevOps CD pipeline fails like getting an error like The provided link is mal formed. Can any one help me on this how to resolve this
Raju K
  • 1
  • 3
0
votes
1 answer

Azure api OAuth2 implicit flow works on http but not on htt

I created an Api in azure and recently tried to change to authentication method to access it via OAuth2. I requested a token using https://login.microsoftonline.com/[TENANT]/oauth2/v2.0/token/ and tried to use it to access my api via postman. Then…
Hallemon
  • 161
  • 1
  • 14
0
votes
0 answers

Can Azure API Management acquire access tokens from B2C?

We want to make our APIs available to external systems. Our APIs are protected by "Access tokens" using OAUTH2 and Azure AD B2C as an Identity Provider. Unfortunately, B2C does not support the "Client Credential Flow", so external systems cannot get…
Alboz
  • 1,833
  • 20
  • 29
0
votes
2 answers

Is it possible to configure Azure API Management with Public IP reaching services on a VNET

I'm studying a couple of scenarios for my infrastructure and one doubt I have is if I can configure a public facing API Management that redirects the requests to services on a VNET. The Services includes App Services and Azure Functions. I don't…
Nelssen
  • 1,023
  • 1
  • 17
  • 42
0
votes
0 answers

How to not call backend API if cache hit with the response using azure api management policies

I'm calling the backend logic app API and storing the data in cache. Even cache hit the success , outbound policy is calling the backend API and storing the data in the cache. Am i missing something here? Code for policies used as below
0
votes
0 answers

Max duration for azure Api Management cache

Trying to find somewhere where it explicitely says the maximum number of seconds allowed for the duration in the cache-lookup policy for Azure Api Management, but can't see any result I have seen a sample where it's set to match the max-age value…
mitomed
  • 2,006
  • 2
  • 29
  • 58
0
votes
1 answer

How do you get status of Azure Logic App workflow job using API?

Identical question here. I'm invoking an Azure Logic App job via the Azure API. I need to be able to follow up and get the status of the job to know whether it succeeds or fails. The answer to post above helpfully points to the Workflow Runs - Get…
208_man
  • 1,440
  • 3
  • 28
  • 59
0
votes
1 answer

Azure apim depreciated developer portal

When in azure developer portal (depreciated) We were able to see all the subscriptions for an api (admin view) .Is this also not available in the new portal ? Is there any API that can provide this information so that we can build this function by…
0
votes
1 answer

Azure APIM 302 Moved temporarily error how to fix it?

Trying to make a policy for getting a bearer token trough a send-request sticking it in the Authorization header and then posting JSON data to the given back-end. But when I test it within the test tab of Azure I always receive the same error: Even…
spoilerd do
  • 377
  • 6
  • 20
0
votes
2 answers

APIM - validate-content on consumption tier

I recently changed our APIM instance from the developer tier, to the consumption tier, and am seeing some weird behavior in the validate-content policy. On the developer tier, this policy would work as expected and return a 400 error with the…
almisson
  • 155
  • 1
  • 9