azure-api-management Questions

2

Solved

We have microservices setup with Azure APIM as gateway and routers to all the services in the back. Is there anyway I can introduce GrpahQl before APIM or within APIM ?

2

Let’s say I have different backend services exposing their api in azure api management (apim). The different services rely on different security methodologies, e.g. jwt tokens and subscription key....
Zeke asked 12/9, 2021 at 20:22

1

Solved

I am trying to pass a bearer token from another API that I have subscribed to via my API into my APIM. I had the idea of adding inbound processing that adds a set-header that adds "authorizati...
Dioscuri asked 5/8, 2021 at 0:26

0

We are currently monitoring a web API using the data in the Performance page of Application Insights, to give us the number of requests received per operation. The architecture of our API solution ...

2

Solved

I have a function app with: a few functions triggered by a Timer Trigger and some triggered by the HTTP Trigger. I have also an Azure API Management service set up for the function app, where the...
Judo asked 7/6, 2021 at 8:0

4

Solved

In my azure devops pipeline i have a task AzureCLI@2 that deploys an api to apim. How can i use the same task using the az apim api to update the api? I know that there is an operation to do this b...
Hailstone asked 23/4, 2021 at 13:26

3

Solved

We are using Azure API Management and Powershell to import the configuration on the portal with a script, however whenever the API is imported the "Subscription required" check from the portal is e...
Noellanoelle asked 10/5, 2019 at 16:30

7

Within API management, I created an API that enables to call a serverless function app. Now I would like to deploy automatically this functionnality. Here are the possibilities I saw on internet : ...
Teagan asked 1/12, 2018 at 10:51

4

Solved

I'm using Application insights with API-Management to monitor my API's. Application Insights is great tool but I'm not able to see body. I want to see Post request body parameter. Is there any way...
Rigamarole asked 16/3, 2018 at 5:20

2

Solved

I have began developing by microservices architecture utilizing Azure's API management service as the reverse proxy. To provide custom URLs for the API management, you must specify a URL + include ...
Justifiable asked 20/1, 2017 at 17:17

4

Solved

I am trying to update keyvault secret in Azure through Postman. But getting Authorization error. Any suggestions. Anything I am missing. Thanks in advance { "error": { "code": "Unauthorized", "...
Uzzia asked 13/2, 2020 at 21:22

7

I have multiple Web APIs deployed in Azure without applying authentication, so anyone has access to internet has the access to the Web APIs. Now I would like to apply authentications to the Web A...

1

Solved

I am facing the issue only when I Deploy through ARM Template, when I try from portal its successful. I thought the issue might be with the version I am using so I have changed last 3 versions(http...

3

Solved

Technical stack API deployed in WebApp API Management deployed and WebApp is configured as Web service URL. UI developed in Angular application which calls API Management endpoints to display dat...

2

Solved

Is there a way to disable Ocp-Apim-Trace in the Azure API Management Services?
Indue asked 29/3, 2018 at 13:32

3

Solved

What is the approach to a simple append to the url of a context variable such as context.Variables["accountKey"] during a policy rewrite? The end result should be /accounts/232. I have success e...
Jeana asked 18/5, 2018 at 16:20

2

Solved

I have a number of Azure functions, that I would like to now put Azure API Management in front of. I have imported all the functions from 2 or 3 of my other function apps in my account with no iss...
Phillida asked 10/9, 2018 at 19:8

1

Solved

I'm new to Azure and I skimmed through Azure official documentation. What I would like to understand is the difference and similarities between the API Gateway provided by Azure API Management an...

2

Solved

I'm trying to create an array from a list of objects using Liquid syntax: {% for operation in menuItems %} {% assign words1 = operation.Title | split: '_' %} {% assign controllerName = words1 | ...
Litch asked 21/12, 2016 at 13:9

5

Can we have API management end point exposed with out the subscription key sent as a part of headers?
Stutman asked 15/12, 2016 at 5:40

3

Solved

With a simple policy below: <policies> <inbound> <cors> <allowed-origins> <origin>http://microfost.com/</origin> </allowed-origins> <allowed-meth...
Claw asked 27/2, 2017 at 20:13

1

I have a URL with template parameters. https://test.azure-api.net/HelperFunction/{siteId}/lots/InventoryItem/{itemId} https://test.azure-api.net/HelperFunction/122/lots/InventoryItem/12 I wan...
Wrist asked 2/4, 2020 at 9:47

1

Solved

We have configured APIM, WebApp in Azure and then connected AppInsights Log to get the details in case of failure. We are doing load testing on APIM. At one point, we started getting 500 error co...

3

Solved

I am leading a large team of azure functions developers. So, most of the examples quoted by Microsoft using the azure web interface don't work for me. I am developing Azure functions locally using ...

2

Solved

I am developing an application using microservice-based architecture. I Know that on Azure API management we can register our APIs. Now the problem I am facing is that my micro-services(development...
Rib asked 19/12, 2019 at 9:44

© 2022 - 2024 — McMap. All rights reserved.