1,784 questions with Azure API Management tags

Sort by: Updated
1 answer

Integrating APIM Basic tier with AKS cluster which is private vNet

How to integrate APIM Basic Tier with AKS cluster in private vNet

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,877 questions
asked 2020-10-31T14:24:23.35+00:00
Ravikumar Gundavaram 1 Reputation point
answered 2020-11-02T08:13:18.5+00:00
Krish G 2,326 Reputation points
2 answers

API gate way time out Issue

Hi, When run the logic app using API through postman, the gateway has timed out and says 504 gateway timeout. But logic app is running after getting response in postman. Could you please help on this how to extend time out in API gateway. or …

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,873 questions
asked 2020-10-23T07:24:17.087+00:00
Revathi Subramaniam 21 Reputation points
commented 2020-10-31T09:11:33.043+00:00
Revathi Subramaniam 21 Reputation points
1 answer One of the answers was accepted by the question author.

How to validate Json Post Request body aginest a schema using Transformation policy?

TIA , I'm receiving fallowing sample data to my AZURE APIM Api as a request body. I want to validate Json body againest schema . how can i do that . Or atleast how can i make sure my key fields like Userid,firstname and last name does exist in the…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
asked 2020-10-27T11:10:33.773+00:00
Mouli Kaku 46 Reputation points
commented 2020-10-29T15:01:32.097+00:00
Krish G 2,326 Reputation points
1 answer One of the answers was accepted by the question author.

Policy Expressions - Custom Types

Hi, I have an oAuth library, that I would like to reuse to offload to APIM. https://learn.microsoft.com/en-us/azure/api-management/api-management-policy-expressions Are custom assemblies supported in policy expressions? what approach do you…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
asked 2020-10-08T15:20:32.14+00:00
SeanN 21 Reputation points
accepted 2020-10-28T03:18:18.31+00:00
SeanN 21 Reputation points
1 answer

polling in logic app

Hi, I have Logic app which runs max 5-8 mins and have set it up as asynchronous response. but Source system need to get response once completed logic app task. for that i need to do polling in logic app itself . I don't have any idea about that. …

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,873 questions
asked 2020-10-26T07:58:33.287+00:00
Revathi Subramaniam 21 Reputation points
commented 2020-10-27T23:32:47.837+00:00
Mike Urnun 9,756 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Pulling attributes from Azure AD user accounts, custom

My user accounts are setup with on premise AD servers but sync to Azure AD. I need a custom application to query Azure AD to get some standard field like name, manager, etc. I also need to have it pull custom attributes from on prem OR custom…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,664 questions
asked 2020-10-26T21:33:23.897+00:00
dtd646 66 Reputation points
accepted 2020-10-27T20:07:18.95+00:00
dtd646 66 Reputation points
1 answer One of the answers was accepted by the question author.

Is it possible to disable response buffering in APIM?

I have a http triggered Azure Function with a canned response returning a collection of json objects. The response is flushed every 10 objects with a 2 second delay in between for 2 minutes. When calling this endpoint directly to the Function I receive…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
asked 2020-10-15T20:48:59.51+00:00
Mr Panucci 26 Reputation points
accepted 2020-10-22T08:00:39.787+00:00
Mr Panucci 26 Reputation points
1 answer

API Authentication

Hi All, We have a number of android devices that we rent out to clients. The devices only have a single accessible app which when it is able to makes a request to an API we have surfaced through APIM to update device health stats. Traditionally we…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,664 questions
asked 2020-10-21T14:53:02.823+00:00
Leighton21 21 Reputation points
answered 2020-10-21T17:23:55.537+00:00
1 answer One of the answers was accepted by the question author.

Adding an API to a product using an ARM template

I try to add an API to an existing product using the following ARM template: { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion":…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
asked 2020-10-16T05:54:56.457+00:00
Leo Schelvis 101 Reputation points
commented 2020-10-21T14:56:19.287+00:00
Rick 21 Reputation points
1 answer

what root CA will the azure API use

Hello, I have some on-prem apps that are consuming an Azure API. It was very hard to identify which certs to add in the on-prem app's trust store already in order to ensure communication between them. Now can you please be more specific regarding which…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
asked 2020-10-13T09:10:50.99+00:00
Dragos P 1 Reputation point
commented 2020-10-19T02:14:06.293+00:00
MayankBargali-MSFT 68,746 Reputation points
1 answer One of the answers was accepted by the question author.

cURL Generation inaccurate in Azure APIM portal

In the Developer Portal, it auto generates HTTP requests for you and in different languages. However I noticed the cURL, is not very functional. For example here is a cURL generated by Postman: curl --location --request POST 'https://example.com'…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
asked 2020-10-11T00:14:56.447+00:00
Andrey Kurudimov 21 Reputation points
accepted 2020-10-15T09:24:06.657+00:00
Andrey Kurudimov 21 Reputation points
1 answer One of the answers was accepted by the question author.

Azure API Management: Getting reports (ReportRecordContract) in Consumption tier fails.

Trying to get reports in API Management by using the ApiManagementClient, but it fails with the message "Request processing failed due to internal error." Trying to do the same with REST and getting HTTP 500 InternalServerError. It works as…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
asked 2020-10-13T08:19:41.307+00:00
Kristian Falk 26 Reputation points
accepted 2020-10-13T11:56:39.907+00:00
Kristian Falk 26 Reputation points
1 answer

Point API end point from dev environemnt to another environement

I want to change the API end point from one environment to another, so where I need to do this change?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
asked 2020-10-08T06:23:27.267+00:00
Deshpande, Harshal [CORP/IN] 1 Reputation point
commented 2020-10-13T03:23:51.467+00:00
MayankBargali-MSFT 68,746 Reputation points
1 answer

OpenApi3 server object under a specifix path item is being discarded by APIM

Hi, I added both global and path specific server object in my openApi 3 spec which was successfully uploaded to APIM instance, however end point specific server object was disregarded by APIM. Looks like APIM is not strictly OpenApi3 compliant as I…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
asked 2020-10-09T11:28:48.143+00:00
Ashok Nautiyal 1 Reputation point
answered 2020-10-12T15:19:03.23+00:00
Pramod Valavala 20,591 Reputation points Microsoft Employee
4 answers

Should Internal services communication go through Azure APIM?

Hi, I have a question regarding what services would go through APIM Gateway. Here is a scenario: Services of all departments of an enterprise are running in on-premise. Would you have internal service-service interactions going through APIM…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
asked 2020-10-05T21:32:54.747+00:00
SeanN 21 Reputation points
commented 2020-10-09T10:27:08.36+00:00
Pramod Valavala 20,591 Reputation points Microsoft Employee
1 answer

"An item for the same key has already beed added." SDL Trados, MemoQ and more app

Hello, I'm creating the translator API from the azure portal. I am trying to add this API as a plugin in applications such as SDL Trados, MemoQ. But this "An item for the same key has already been added." gives the error. I have deleted and…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
346 questions
asked 2020-10-05T14:38:23.123+00:00
İBRAHİM AĞDOĞAN 1 Reputation point
answered 2020-10-08T16:00:07.557+00:00
GiftA-MSFT 11,151 Reputation points
1 answer

Call a azure hosted web api from on prem c# web application

I have a azure web api provided to me to consume. I need to consume it from my native c# web application. How do i do the post, get request to the azure hosted web api endpoint. The web api expects azure authentication also like client id and…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
asked 2020-10-08T07:05:21.86+00:00
Edula Divya Siri 1 Reputation point
answered 2020-10-08T07:49:52.443+00:00
JayaC-MSFT 5,526 Reputation points
2 answers

‎Filtering Users On The Basis Of Domains‎ Using Graph API

Hello. I am trying to get the users of a particular domain via the users endpoint. https://graph.microsoft.com/v1.0/users. I have tried using the endswith filter on the userPrincipalName in the following manner: …

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,664 questions
asked 2020-06-19T13:06:15.49+00:00
Dev User 1 Reputation point
commented 2020-10-07T18:01:21.583+00:00
Charles N 1 Reputation point
1 answer

AAD as OpenIDConnect provider for APIM

I cannot find official doc on MFST on AAD as openIDConnect provider for apim. Is this implementation even possible? We are unable to use Oauth2 since customer requires openidconnect due to security policies. Found this resource online and followed…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,664 questions
asked 2020-09-26T19:42:59.917+00:00
fyo 1 Reputation point
commented 2020-10-07T11:19:25.437+00:00
MayankBargali-MSFT 68,746 Reputation points
1 answer One of the answers was accepted by the question author.

How to assign values in policy <set-body>

Hi, our company use Salesforce and want to give vendors Salesforce API through Azure APIM. I follow this tutorial link and hard-code credential part in the <set-body>, it works. …

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
asked 2020-10-03T14:22:25.343+00:00
NC0202 201 Reputation points
commented 2020-10-07T04:51:49.307+00:00
MayankBargali-MSFT 68,746 Reputation points