azure-api-management Questions

1

Solved

I was trying to implement AAD in my APIM instance based on this article and this article. Unfortunately when it came down to Developer console, right after I picked Authorization code as the Author...
Bushranger asked 20/1, 2020 at 15:25

1

Solved

I have Azure Application Gateway and API Management configured in this setup https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-integrate-internal-vnet-appgateway - Applica...
Alessandro asked 18/11, 2019 at 14:6

1

Solved

I have stored a named value based on the user id, so I can identify the payload submitter, with a reference of my choosing. When I use the policy below, I get the value as a string, rather than ac...
Coarsegrained asked 25/10, 2019 at 7:24

1

Solved

I am working on microservice architecture and I want to aggregate data from two microservices. For example, Frontend calls the API Gateway and API Gateway calls two microservices Customer and Orde...

2

Solved

I'm configuring inbound policies in an instance of Azure API Management. First, I set a variable: <set-variable name="var1" value="" /> Then I send a request <send-request mode="new" ...
Wilt asked 25/9, 2019 at 13:4

2

Solved

I have two APIs added to Azure API Management. It's basically the same API, but for different environments. For monitoring purposes, I want to create an operation that would call the same met...
Witchcraft asked 24/9, 2019 at 13:50

1

Solved

A large number requests over our Azure API Management result in the ClientConnectionFailure exception. By querying the logs I see two variants of the error: exceptions | where cloud_RoleName == ...

1

We've implemented a setup as follows: App Service Environment having different app services exposing different APIs. This instance is configured as an internal instance, so no public access. We...
Celle asked 9/4, 2018 at 13:22

2

Solved

I have the following setup in Azure API Management: Two products: Internal and Starter. One api: Finance, that is included in both the above products. The Finance api also has the Subscription re...
Angelicangelica asked 15/8, 2019 at 15:36

3

Solved

We have below technical stack Imperva WAF API Management WebApi in WebApp This is current implementation Client IPs are authenticated at WAF level WAF IPs are whitelisted at APIM APIM IP is ...

1

Solved

Whenever I try to test an API (using the Test tab of the API blade) I get Could not complete the request. Please try again later. This has been happening on my API Management services for at leas...
Satterfield asked 8/8, 2019 at 13:27

2

Solved

I got errors below trying to converting a type to string, like below: <set-variable name="a" value="@(context.Variables["a"].ToString())" /> Error in element 'set-variable' on line 16, colu...
Outstay asked 17/7, 2019 at 10:50

2

I have a Azure function calling Service fabric API using HttpClient API exposed in API management service. But the API management service logs shows that the API call failed with the problem ID "Cl...
Multiplier asked 3/7, 2019 at 2:44

3

I'm trying to understand whether the Azure API Management suite includes any WAF functionality (as described by OWASP for example) within its Security or Policy settings. If "no" or "don't" know ...
Myxomatosis asked 7/3, 2016 at 14:58

3

Solved

I am new to API management. I have created a Basic WEB API & hosted to the API APP(App service). URL is working as expected & it's returning the data. i.e. http://xyz.azurewebsites.net/api/...
Pimbley asked 25/7, 2018 at 13:8

1

I know you can change the name of the Ocp-Apim-Subscription-Key header in Api Management but what does the 'Ocp' actually stand for?
Rachitis asked 4/10, 2018 at 13:45

1

I have created an API in Azure API Management to get data from a backend API. The backend API uses oAuth2 with an access token that expires in 10 minutes. With a returned refresh token you can get ...
Amitosis asked 18/3, 2019 at 12:26

2

Solved

I am migrating a service to Azure API Management. This service is being called from mobile devices (native apps). Problem is that appending the subscription-key to the query string can take much lo...
Panta asked 24/7, 2014 at 13:14

1

I have a requirement where I have the Azure APIM public facing URL - https://api.example.com/api/v1/storenumber/ordernumber And Back-end service URL (Notice - There is no URL path suffix here) - ...
Mchugh asked 22/1, 2019 at 18:52

2

I would like to setup an Azure API Gateway that accepts requests for a backend service and simply passes the requests through to the backend with no modification. For example: (-> means it would ge...
Outmost asked 23/8, 2018 at 4:23

2

Solved

Is there an out of the box policy to extract the incoming ip address? I could not find one. Do I need to write code to do that? If so, how do I go about it? What are the other alternatives?
Zimmermann asked 10/7, 2016 at 3:45

1

Solved

Apologies, I'm new to Power BI. I'm using Power BI to call an Azure API that will list all the VMs in my subscription, however it will only show the first 50 before having a nextLink. Here is the ...
Garald asked 13/2, 2018 at 16:18

2

Solved

I have several Microsoft Azure functions developed. I would like to use a gateway with firewall to make my Azure functions available and protected using one public IP only. Is there way to use A...

1

Solved

I'm calling a back-end API from Azure API Management (APIM) and I need to provide the JSON schema for my custom connector in Logic Apps/Flow. Depending on the content of the response I'm getting, ...

1

Solved

I am attempting to query my new CosmosDB collection through API management. Once proved out, this will be a front-end for user access to logged data. For that reason, I have the data partitioned by...
Chocolate asked 9/8, 2017 at 20:43

© 2022 - 2024 — McMap. All rights reserved.