Questions tagged [apim]
230 questions
6
votes
2 answers
Export/Import Azure API Management Developer Portal Configurations
Microsoft has released a new developer portal for Azure API Management.
I'm looking for a way to export all the files and configurations from an API Developer portal and be able to import it to another one. So, I can apply the same customization to…

Ehsan Mirsaeedi
- 6,924
- 1
- 41
- 46
6
votes
1 answer
JWT validation failure error in azure apim
I am currently trying to implement Oauth2.0 to protect API using below documentation
https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-protect-backend-with-aad
And currently using the DEMO CONFERENCE API provide by azure…

rachit
- 63
- 1
- 3
5
votes
1 answer
Import function definition into API Management as part of CI process
We're looking to automate the process of importing a function definition into our CD process with every deployment of our azure functions. Within the azure portal, there is a very straightforward way to import a function definition through the UI,…

Ben
- 2,058
- 9
- 29
- 39
4
votes
4 answers
Update api in apim using az apim api
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 but the documentantion don't show how to and i didn't…

leafar29
- 301
- 2
- 5
- 12
3
votes
0 answers
How do you configure Azure APIM's Managed Identity to include your Application Registration Access Roles from within the APIM Policies?
I am trying to use APIM to send a request through to a back-end App Service which requires the client to be authorised with roles. When I connect directly to the App Service with an App Registration with the roles this works as expected or when I…

Taylor Cullen
- 31
- 1
3
votes
1 answer
Azure APIM: XML Transformation Using Multiple XML Responses to Single XML Response
Note: I am using azure apim
I have two api returning xml response show below:
Response1:
10
Response2:
10
I want to transform XML response to get the below output , where the Response 2 is put inside the…

Rishav Raj
- 93
- 5
3
votes
1 answer
How much does Azure APIM charge if I am using it for just an hour and then delete it?
If I create an Azure API Management service in my subscription (I select SKU Developer that cost 48$/month via this official website)
I used it for 1 hour. And then I deleted my Azure APIM right away.
Question is:
Do I get charged for only 1 hour…

hoangmnsd
- 319
- 3
- 12
3
votes
1 answer
Can I import required QueryString parameters as QueryString parameters rather than Template Parameters in APIM?
We are generating an OpenApi definition using Swagger/Swashbuckle. This definition is then imported into Azure API Management.
We have some querystring parameters on get requests that we have marked as required. Our validation ensures the…

Michael Smith
- 81
- 2
3
votes
1 answer
How Can I Reuse the Response Context Variable in Azure API Management Policy?
I'm writing a proof of concept utilising the Azure API Management solution.
I am trying to write an policy which does the following:
Uses to make a request to an authentication endpoint of an API.
The authentication API…

Andrew Chart
- 623
- 6
- 10
3
votes
3 answers
Using Azure CLI to manage API Management (APIM) Users, Products, Certificates, APIs
It seems that this page contains all the functionality that Azure CLI supports in regard to Azure API Management. But it doesn't show how to manage entities such as users, products, certificates, subscriptions, and APIs using Azure CLI.
Does Azure…

Ehsan Mirsaeedi
- 6,924
- 1
- 41
- 46
2
votes
0 answers
Azure APIM: How to update apiRevision of an Api and set it to Current while deploying it through Bicep?
I need to deploy an API to APIM, update its revision and make it current. I am looking for best practices to do this (i.e., updating an api), and to achieve it using Azure DevOps. Also, I have below questions,
My backing API service (Azure…

user527614
- 465
- 5
- 19
2
votes
1 answer
APIM - how to send the same request to two different backends (using the same main request body)
Azure APIM policy
i want to create an operation in an API that will post the same request to two different backends.
I tried to use and set a new url, But i am having truouble in forwarding the same main request body (in json Format)
any…

da_Azure_developer
- 23
- 3
2
votes
2 answers
Unable to deploy K8S WSO2 APIM Operator on kubernetes
I am trying to deploy WSO2 API Manager Operator on AWS EKS cluster following the doc [https://github.com/wso2/k8s-wso2am-operator][1]
But When I execute the command: kubectl apply -f scenarios/scenario-1/
I get the error: unable to recognize…

Ruby
- 368
- 1
- 9
2
votes
2 answers
Add custom claims to azure b2c client credentials flow
I have configured b2c as an Authorization Server for client credentials flow, I would like to add a claim to the token, so I could send it to the backend service in APIM using policy.
But I could not find a way to add this extra claim to the token…

Claudio Resende
- 61
- 1
- 9
2
votes
1 answer
Use azure Apim to Call an Api that uses OAuth2 token
With Apim i'm trying to call a backend Api that needs a OAuth2 validation. This question are more or less similair to this: Azure API Management: Oauth2 with backend API
But there are no good answer here...
I have been reading alot about policies…

Lise
- 63
- 12