1,770 questions with Azure API Management tags

Sort by: Updated
0 answers

Move all content of an API Management resource to a new instance

Hi! We want to move our current API Management resource to a new location, and therefore create a whole new instance. Ideally, we’d like to transfer all the content from our existing instance (including APIs, policies, users, products, and subscription…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,770 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
953 questions
asked 2024-05-06T11:35:37.1933333+00:00
sast 21 Reputation points
1 answer

How to connect to Azure Storage account via OAuth2.0 from Azure APIM?

Step1: Created an application in Microsoft Entra ID under "App registrations". Step2: Recorded the following details: Client ID Client secret Access token URL Step3: For the Storage Account, added a role assignment and grant access to the…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,770 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,717 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,437 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,575 questions
asked 2024-04-08T03:41:19.2533333+00:00
Vijay 0 Reputation points
commented 2024-05-06T11:17:07.2766667+00:00
Vijay 0 Reputation points
3 answers One of the answers was accepted by the question author.

'The Migration API is temporarily disabled due to internal issues.'

I'm trying to help a customer plan a platform upgrade, is there any kind of ETA as to when the migration API will be available again?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,770 questions
asked 2024-05-02T07:12:10.8133333+00:00
John Strand 6 Reputation points
accepted 2024-05-06T09:09:15.8833333+00:00
John Strand 6 Reputation points
1 answer

How to mask or hide OCP apim subscription key from being displayed in azure portal

Can we hide/mask OCP apim subscription key which is called from KeyVault to display in azure portal apim policies.

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,126 questions
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,770 questions
asked 2024-04-24T16:34:48.1166667+00:00
Nagender Tipparna 0 Reputation points
edited the question 2024-05-06T04:29:23.61+00:00
tbgangav-MSFT 10,386 Reputation points
0 answers

azure apim policy script to parse the tabular data and assign local variable value for given query parameters

I have data configuration data like below. In the azure inbound policy, i wanted to assign local variables primary and secondary with value from the configuration for the given zone and model. eg, For query parameters zone: RNPCI, Model:GPT-35-TURBO,…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,770 questions
asked 2024-05-05T16:43:25.94+00:00
Muthusamy, Kandasamy 0 Reputation points
1 answer One of the answers was accepted by the question author.

AAD Signin Azure APIM Developer Portal, prepopulate email or avoid signup dialog.

We have enabled Azure AD as a Sign-in option for APIM Developer Portal. When the user tries to sign-in via AAD for the first time, he is prompted with a Complete Sign up page, with an ability to edit his name and enter an email address of choice. We…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,770 questions
asked 2022-06-06T18:52:48.53+00:00
Kumar 111 Reputation points
commented 2024-05-03T19:28:33.1866667+00:00
Tony 0 Reputation points
1 answer

Developer portal with custom domain does not work from remote computer?

Currently I have an API management instance with a developer portal with a custom domain. I can access this developer portal on my main computer as well as a secondary laptop that I have. However, when I try to access it from my remote computer, I cannot…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,770 questions
asked 2024-05-03T17:23:39.2966667+00:00
hampton123 1,055 Reputation points
answered 2024-05-03T17:34:19.1766667+00:00
Bruce (SqlWork.com) 56,846 Reputation points
1 answer One of the answers was accepted by the question author.

How to assign custom domain to developer portal in API Management portal?

Currently I have a custom domain on my API endpoint in API Management. It is for the gateway endpoint. I want to assign the domain of the developer portal to a separate domain. However, it does not work when I follow the steps outlined here. For…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,770 questions
asked 2024-05-01T16:31:35.47+00:00
hampton123 1,055 Reputation points
accepted 2024-05-03T16:48:46.56+00:00
hampton123 1,055 Reputation points
0 answers

How to perform additional rate limiting on successive invalid API requests

I am currently rate-limiting the use of a B2B API using the following inbound API policy <rate-limit-by-key calls="5000" renewal-period="60" counter-key="@(context.Request.IpAddress + context.Operation.Id)" /> It…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,770 questions
asked 2024-05-03T11:18:50.7433333+00:00
Alan Lawlor 0 Reputation points
1 answer

APIM recommendation with service endpoints

With respect to this article, I would like to understand what is the latest recommendation when it comes to APIM networking Art: https://learn.microsoft.com/en-us/azure/api-management/api-management-using-with-vnet?tabs=stv2 Can you suggest why private…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,770 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,159 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.
469 questions
asked 2024-05-03T07:36:28.02+00:00
Pulin Gupta 0 Reputation points
answered 2024-05-03T08:38:49.9533333+00:00
Ben Gimblett 3,410 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure APIM Rate limiting for IP address

Hi All, I am trying to set rate limit based on IPAddress i found the below one but this is not working in my case since i have App Gateway and APIM reciving App Gateway backend Ip as IPAddress is their anyway i can get IPAddress from App Gateway and set…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,770 questions
asked 2024-04-30T09:45:37.92+00:00
Amoghavarsh Patil 40 Reputation points
accepted 2024-05-03T04:31:40.2366667+00:00
Amoghavarsh Patil 40 Reputation points
1 answer

stv1 retirement in Azure Gov

In the left menu, under Settings, there is no select Platform migration even though I'm on stv1 in Azure Gov. Does this mean I have to do a side-by-side migration??

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,770 questions
asked 2024-05-02T16:26:03.3966667+00:00
Plunkett, Christopher 5 Reputation points
answered 2024-05-03T00:24:54.6366667+00:00
Ryan Hill 25,981 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

V2 SKU - Support for External Virtual Network injection

VNet injection is detailed as "currently unavailable" in the v2 sku - https://learn.microsoft.com/en-us/azure/api-management/v2-service-tiers-overview#limitations Are there plans to support this, and if so when?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,770 questions
asked 2024-05-02T10:12:36.3833333+00:00
Stuart Shevlin 20 Reputation points
accepted 2024-05-02T19:50:24.7933333+00:00
Stuart Shevlin 20 Reputation points
0 answers

Access APIM through Private Endpoint using public App Gateway

I disabled public access in my APIM and trying to make it publicly available through Application Gateway (with public IP), but I'm getting 403 as requests are originating from a public IP: { "statusCode": 403, "message":…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,770 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
962 questions
asked 2024-04-30T13:13:02.18+00:00
Vasiliy Grinko 20 Reputation points
edited a comment 2024-05-02T17:25:00.96+00:00
JananiRamesh-MSFT 21,471 Reputation points
1 answer

After changing developer portal custom domain, requests are no longer accepted in-portal with old custom domain

Hi, recently I added a new gateway custom domain to my API management service. Requests sent to this new API domain were successful. However, when I tried to add a second custom domain to the user portal, the first domain and the second domain both did…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,770 questions
asked 2024-05-01T20:55:50.1366667+00:00
hampton123 1,055 Reputation points
commented 2024-05-02T13:30:07.3366667+00:00
hampton123 1,055 Reputation points
2 answers One of the answers was accepted by the question author.

How to access a <send-request> reponse variable in azure apim policies

I am trying to add a oauth2 callout to my azure apim policy. I do a <send-request> <send-request mode="new" response-variable-name="tokenResponse" timeout="20" ignore-error="false"> …

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,770 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
797 questions
asked 2024-05-02T08:07:33.0066667+00:00
Hendriks, Hugo 20 Reputation points
accepted 2024-05-02T10:32:11.8933333+00:00
Hendriks, Hugo 20 Reputation points
0 answers

How can I customize CORS policy response

Hi, We're testing the CORS policy and need to know if it's possible to customize the response code/body. <cors allow-credentials="false" terminate-unmatched-request="true"> <allowed-origins> <origin>origin…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,770 questions
asked 2024-05-02T06:55:44.5566667+00:00
Lily 116 Reputation points
2 answers

What are the Policies available for GraphQL API in Azure API management?

I've been delving into policies for my GraphQL API within Azure API Management (APIM), and I've noticed that certain policies such as mocking and caching appear to be disabled. This has left me wondering whether these policies are not supported for…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,770 questions
asked 2024-04-24T10:41:21.13+00:00
Arpan Banerjee 5 Reputation points
commented 2024-05-02T05:44:13.7733333+00:00
JananiRamesh-MSFT 21,471 Reputation points
1 answer One of the answers was accepted by the question author.

Retrieve video transcript from Azure Video Indexer using API

What API can I use to retrieve the transcript of a video from the Video Indexer portal? I'm looking for guidance on how to do this programmatically.

Azure AI Video Indexer
Azure AI Video Indexer
An Azure video analytics service that uses AI to extract actionable insights from stored videos.
46 questions
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,770 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,856 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,606 questions
asked 2024-05-01T14:23:59.8933333+00:00
Vishnoi, Astha 140 Reputation points
commented 2024-05-02T05:28:38.0533333+00:00
navba-MSFT 17,280 Reputation points Microsoft Employee
1 answer

Does ApiManagementGatewayLogs support non-english logs for exporting?

I am trying to develop a way to display ApiManagementGatewayLogs on my own server for cost calculation purposes. However, I am encountering issues where if an API title or userID contains anything other than English, it goes blank. Does that mean…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,812 questions
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,770 questions
asked 2024-04-12T05:42:50.5133333+00:00
Jeff Wang 0 Reputation points
answered 2024-05-01T13:59:57.6466667+00:00
Monalla-MSFT 11,876 Reputation points