2,144 questions with Azure API Management tags

Sort by: Updated
0 answers

Azure API Management importing openapi generating random names

Hi, I have the following openapi.json, and when I import it into the azure api management portal it generates a long name like: RestApiAdminLocationSourcesGet200ApplicationJsonResponse for the definition for 200 status How do I change it so its a…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,144 questions
asked 2024-09-30T02:55:31.63+00:00
Petula Lau 0 Reputation points
commented 2024-10-19T06:02:28.12+00:00
JananiRamesh-MSFT 27,341 Reputation points
1 answer

Guidance Needed for APIM SKU & VNET Integration in Shared Azure OpenAI Cluster

I'm working on proposing a new shared cluster of Azure OpenAI services to better manage quota and allocation across our environments. Current Setup: Each environment has its own resource group and VNET. All resources use private endpoints in the…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,144 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,472 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
511 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,132 questions
asked 2024-10-16T12:25:53.7066667+00:00
Jerzy Czopek 30 Reputation points
commented 2024-10-18T20:44:28.63+00:00
LeelaRajeshSayana-MSFT 15,556 Reputation points Microsoft Employee
1 answer

Issue with Mandatory Query Parameters Being Added to Template Parameters in Azure API Management (APIM) When Importing OpenAPI Specification

Hi everyone, I’m facing an issue while adding an API to Azure API Management (APIM) using an OpenAPI specification. Specifically, all mandatory query parameters are being automatically added to the template parameters in the operation URL, which is…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,144 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,685 questions
asked 2024-09-18T06:14:34.99+00:00
Nilabh Prashar 0 Reputation points
commented 2024-10-18T18:25:18.1133333+00:00
JananiRamesh-MSFT 27,341 Reputation points
1 answer

I cannot get the Bing Spellcheck API to work for market es-us

I am testing the Bing spellcheck API to use it with my translation memory. I built a webpage that pulls results via the API and I can only get it to work with market en-us. However, I need to use it with market es-us (Spanish), but it will not return any…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,144 questions
asked 2024-10-17T15:04:40.3766667+00:00
jjim 0 Reputation points
commented 2024-10-18T14:17:40.4733333+00:00
jjim 0 Reputation points
1 answer

If Azure free account can use API management for email login/reading email/deleting email/etc...

Recently, when I tried to login in my hotmail account using Java: String emailImap = "outlook.office365.com"; String email = "*** Email address is removed for privacy ***"; Store store =…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,144 questions
Microsoft Entra
asked 2024-09-21T02:53:17.8733333+00:00
shizhibushizhi 0 Reputation points
commented 2024-10-18T13:41:41.4466667+00:00
JananiRamesh-MSFT 27,341 Reputation points
0 answers

Paginate List Query Results For Subscription Level Policy Assignment

Hi everyone, I’m having trouble using this service to get information about policy states. It seems to only return up to 1,000 entries per call, and the @odata.nextLink parameter mentioned in the docs always comes back as null. I tried adjusting the…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,144 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
898 questions
asked 2024-10-01T15:44:06.4+00:00
Gonzalo Avalos Ribas 0 Reputation points
commented 2024-10-18T13:41:24.2566667+00:00
Pranay Reddy Madireddy 110 Reputation points Microsoft Vendor
2 answers

How to Validate Token Signature in APIM Policy

Hi, I have a client application that requests a token from Azure AD B2C. After receiving the token, the application sends a request to Azure API Management (APIM). In APIM, I want to validate the token's signature and expiry, and then forward the request…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,144 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,904 questions
asked 2024-10-18T09:07:45.27+00:00
sonal khatri 51 Reputation points
edited an answer 2024-10-18T10:01:50.8366667+00:00
JananiRamesh-MSFT 27,341 Reputation points
0 answers

Developer portal Administrator view not working in Vnet external mode

Gateway url and developer portal url are configured in cloudflare WAF. APIM is put in VNet external mode with NSG allowing inbound traffic only from cloudflare IPs. Developer portal adminstrator view is not working. Unable to start portal.

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,144 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,472 questions
asked 2024-10-17T17:07:23.71+00:00
Krishnan 20 Reputation points
commented 2024-10-18T08:37:43.07+00:00
JananiRamesh-MSFT 27,341 Reputation points
0 answers

How to download a CSV file of subscribers to a Product from the API Management Portal

I don't want to have to use API calls just to get a list of subscribers to a product. There doesn't appear to be an OOTB function to simply create a CSV file or something with the info like there is in Entra ID. I just want a simple option that I can…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,144 questions
asked 2024-10-18T01:11:49.31+00:00
Peter Tyrrell 20 Reputation points
1 answer

API Management Services no longer logs query parameters set via inbound policies

Previously we used an stv1/standard APIM instance which had the following policy set on all APIs: <policies> <inbound> <base /> <set-query-parameter name="x-query-param" exists-action="override"> …

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,144 questions
asked 2024-10-01T15:00:08.5733333+00:00
Christopher Watford 1 Reputation point
commented 2024-10-17T18:03:24.86+00:00
Christopher Watford 1 Reputation point
2 answers

Maximum duration for Azure Api Management cache

Hi, Trying to find out if there's a maximum value for "duration" in the cache-lookup policy for Azure Api Management other than the max int value. Would you be able to confirm? Thanks

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,144 questions
asked 2021-12-09T07:33:03.317+00:00
Marco GG 1 Reputation point
answered 2024-10-17T17:10:14.0666667+00:00
Zach Peters 0 Reputation points
1 answer

API Management - Subscription Key Persisting

Our team has been using the API Management service for an existing API that uses an API subscription key. It has worked fine on that existing subscription. I began trying to setup a new Product-based subscription key for giving access to an external…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,144 questions
asked 2024-10-14T19:33:22.29+00:00
Nelson Nyland 26 Reputation points
commented 2024-10-17T12:42:25.63+00:00
Nelson Nyland 26 Reputation points
1 answer

Issue with adding custom domain

Hi, I am trying to add custom domain (subdomain-a.domain.net) to APIM (consumption). After I provide domain, certificate from .pfx file (wildcard certificate) and password (DNS is set up properly), when I click Save everything looks like OK, but…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,144 questions
asked 2024-10-14T21:45:33.2066667+00:00
Jakub Leszczyński 0 Reputation points
commented 2024-10-17T09:09:22.83+00:00
Jakub Leszczyński 0 Reputation points
1 answer One of the answers was accepted by the question author.

APIM traffic allowed only through Cloudflare WAF

APIM instance has two domains (built-in & custom ). Customer have associated the custom domain with a Cloudflare WAF, so all calls to the custom domin is coming through the WAF. Calls to the built-in domain is directly coming to APIM and we dont have…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,144 questions
asked 2024-10-15T12:19:57.61+00:00
Krishnan 20 Reputation points
accepted 2024-10-17T05:03:34.43+00:00
Krishnan 20 Reputation points
1 answer

How do I authenticate SYS Account to Graph API

How do I authenticate SYS Account to Graph API

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,144 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
asked 2024-10-16T11:07:13.07+00:00
Teague, Kevin 0 Reputation points
answered 2024-10-17T01:34:20.38+00:00
Yakun Huang-MSFT 5,415 Reputation points Microsoft Vendor
1 answer

externally query fabric table using postman

Hi, how can fabric data be retrieved externally by using postman?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,144 questions
asked 2024-10-10T12:17:21.5133333+00:00
Kirschke, Enrico 0 Reputation points
commented 2024-10-17T01:04:55.1166667+00:00
Khadeer Ali 170 Reputation points Microsoft Vendor
1 answer

Verifying If Approval Needed From Microsoft

To start off by giving some context here, me and my team are building a Salesforce managed package for one of our clients which includes use of Microsoft's Graph API. Using APIs to achieve below - We are using SharePoint web URL for previewing and…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,144 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,740 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
990 questions
asked 2024-10-16T12:08:16.9433333+00:00
Chad Hammond 0 Reputation points
answered 2024-10-16T21:43:16.88+00:00
Ryan Hill 28,286 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Invalid Client secret provided error

Hi, We had an App using Azure API Permissions involving Client Secrets which worked fine until the assigned time span ended. The client secret was updated; however, the app is not connecting completely with our Lansweeper setup. Lansweeper shows incoming…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,144 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,904 questions
asked 2024-10-15T21:07:01.63+00:00
Robert Kahler 21 Reputation points
commented 2024-10-16T13:32:45.5866667+00:00
Robert Kahler 21 Reputation points
1 answer

Azure API ARM template error: Either Value or Keyvault must be provided. (Code: ValidationError, Target: value)

I have configured an Azure API and I am currently trying to deploy it through ARM template. I have exported the Azure API as ARM template and then go to "Deploy a Custom template". The Azure API has multiple Logic Apps as backends and therefore…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,144 questions
asked 2024-10-15T16:10:22.6566667+00:00
Bill Winder 0 Reputation points
answered 2024-10-16T10:35:38.7+00:00
Bill Winder 0 Reputation points
1 answer

Azure API ARM template error: Operation references schema that does not exist.

I have configured an Azure API and I am currently trying to deploy it through ARM template. I have exported the Azure API as ARM template and then go to "Deploy a Custom template". The Azure API has multiple operations that reference a Schema…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,144 questions
asked 2024-10-15T15:56:31.3166667+00:00
Bill Winder 0 Reputation points
edited a comment 2024-10-16T10:33:21.86+00:00
Bill Winder 0 Reputation points