1,697 questions with Azure API Management tags

Sort by: Updated
0 answers

APIM developer portal no longer displaying request body properties on the Operation Details page

Up until quite recently this was working fine, but now when you browse to the operation details page of an endpoint from within the api developer portal, the schema properties are not displayed for a requests body. As you can see, the example json is…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,697 questions
asked 2024-03-28T14:06:38.82+00:00
Andy J 0 Reputation points
0 answers

backup azure APIM through power shell gives error forbidden.

Hi Team, we are trying to use service backup and restore in Azure API Management using PowerShell, just following doc gives error: Backup-AzApiManagement : Operation returned an invalid status code 'Forbidden'. I tried to use storage key based and user…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,697 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
1,962 questions
asked 2024-03-28T12:15:27.6333333+00:00
VANI GUNDRAJU, KRUPA (EXTERN) 0 Reputation points
2 answers

How to validate OpenApi json spec and avoid errors on importing stage?

Hi Hoping You are doing well. I have simple question. In the documentation (https://learn.microsoft.com/en-us/azure/api-management/api-management-api-import-restrictions) it is mentioned that Azure has more strict requirements and some limitations for…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,697 questions
asked 2024-03-27T19:19:23.5433333+00:00
sergei lozenkov 0 Reputation points
edited an answer 2024-03-28T11:31:17.35+00:00
sergei lozenkov 0 Reputation points
1 answer

Is there a way to ingest logs about custom data from APIM to log analytics workspace?

Hi team, I would like to know if there is a way to ingest custom logs from APIM to log analytics workspace other than what's already being ingested? Thanks:)

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,697 questions
asked 2024-03-28T09:58:58.9133333+00:00
Smruti Ranjan Nayak 61 Reputation points Microsoft Employee
edited an answer 2024-03-28T10:55:58.4666667+00:00
JananiRamesh-MSFT 20,256 Reputation points
1 answer

Is it possible to use both self-hosted and managed default gateways in one APIM instance?

Is there a way to have a self hosted gateway in APIM used by specific apis where as other apis can continue to use the default gateway?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,697 questions
asked 2024-03-28T09:52:15.3+00:00
Smruti Ranjan Nayak 61 Reputation points Microsoft Employee
edited an answer 2024-03-28T10:34:08.1033333+00:00
JananiRamesh-MSFT 20,256 Reputation points
1 answer

If no availability zone is selected in a region during provisioning of APIM, where do units of an APIM get deployed in that region? Is there a default zone in every region?

If no availability zone is selected in a region during provisioning of APIM, where do units of an APIM get deployed in that region? Is there a default zone in every region?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,697 questions
asked 2024-03-28T09:43:19.1+00:00
Smruti Ranjan Nayak 61 Reputation points Microsoft Employee
answered 2024-03-28T10:18:40.61+00:00
JananiRamesh-MSFT 20,256 Reputation points
1 answer

APIM Validate JWT Policy giving error when require-signed-tokens="false" to skip the signature validation

Hi I am using APIM to validate JWT Tokens and this is how my policy looks . <validate-jwt header-name="Authorization" failed-validation-httpcode="401" failed-validation-error-message="Unauthorized"…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,697 questions
asked 2024-03-15T13:09:42.2633333+00:00
commented 2024-03-28T06:05:34.2733333+00:00
JananiRamesh-MSFT 20,256 Reputation points
1 answer

Self Hosted API gateway communication with configuration endpoint in private mode

Hello Community I found this post https://learn.microsoft.com/en-us/answers/questions/921919/azure-apim-self-hosted-gateway-new-stv2-configurat that is now a bit dated. I have a similar use case, with an Azure APIM that I would like to deploy in private…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,697 questions
Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
565 questions
asked 2024-03-20T09:51:58.3366667+00:00
Niccolo Giulianelli 0 Reputation points
commented 2024-03-28T05:38:19.0333333+00:00
JananiRamesh-MSFT 20,256 Reputation points
0 answers

How to convert xml response to json in azure apim?

Need to convert one api response to json from xml response. Unable to convert xml to json in apim outbound policy. Methods tried - var xmlResponse= context.Response.Body.As<String>(preserveContent: true); --it forms into an encoded string. var…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,697 questions
asked 2024-03-25T13:36:35.74+00:00
Bhargav Pasarla 120 Reputation points
commented 2024-03-28T05:36:52.45+00:00
JananiRamesh-MSFT 20,256 Reputation points
0 answers

How to fix SSO & Deeplink on APIM Developer Portal?

On developer portal upon session expiry , we are unable to silent login. User is required to manually sign out ,sign in and then navigate to last accessed page to continue working with the developer portal. Also, deeplink for unauthenticated user does…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,697 questions
asked 2024-03-27T05:26:59.5566667+00:00
Mohanan Pradeep Kumar 0 Reputation points
commented 2024-03-28T05:14:49.25+00:00
JananiRamesh-MSFT 20,256 Reputation points
0 answers

Is there any current downtime on API Management services?

Hi, is there any current downtime on API Management services? We are trying to deploy APIM on a Consumption Plan on the West Europe region and while using Terraform we're getting the following…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,697 questions
asked 2024-03-27T10:28:55.41+00:00
Robert Boseanu 5 Reputation points
edited the question 2024-03-27T11:52:38.3833333+00:00
ManoharLakkoju 455 Reputation points Microsoft Vendor
1 answer

Cannot enable client authentication- APIM Standard v2

Hi, I am trying to enable Request client certificate on our apim instance. It throws the below error "API operation Microsoft.ApiManagement/service/locations/networkstatus/read is not supported for API Management service in StandardV2 tier. Please…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,697 questions
asked 2024-02-01T16:55:48.37+00:00
Mahesh Chandak 0 Reputation points
commented 2024-03-26T17:11:23.71+00:00
JananiRamesh-MSFT 20,256 Reputation points
1 answer

Unable to pass the set-body in Send-response POST method

Hi Team, I'm trying to get the bearer token and set variables as needed . Then want to send request to the backend with the variables set above in send-request body. I cannot see the body attached this post send-request But when i use same set-body in…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,697 questions
asked 2024-03-21T22:02:30.9566667+00:00
Pothiraj, Saranya-ADM 0 Reputation points
commented 2024-03-26T13:56:36.2866667+00:00
Pothiraj, Saranya-ADM 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure APIM - Policy - Set-Body - System.DateTime.UtcNow not retrieved

Hi I'm using the Set-body policy to set some attributes One of them needs to have he datetime of the operation The operation runs well but the UpdatedDateTime attribute always gets an empty string . what is wrong on my C#…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,697 questions
asked 2022-11-18T18:35:09.707+00:00
juni dev 336 Reputation points
commented 2024-03-26T10:33:35.1566667+00:00
CL Špaček, Václav 0 Reputation points
2 answers One of the answers was accepted by the question author.

BUG: Cannot enable Azure Monitor for a API despite I have already set up Diagnostic settings

Hello, As shown in the above pictures, I have already set up the "Diagnostic Settings" under my API Management Service. However, I can not enable "Azure Monitor" for my API, it keeps asking me to enable diagnostic…

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,740 questions
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,697 questions
asked 2022-09-15T20:10:18.823+00:00
Henry Zhang 186 Reputation points
commented 2024-03-26T09:40:08.3433333+00:00
Jin Jianqiao 0 Reputation points
0 answers

What is the x-apim-inline property added to definitions when importing OpenAPI spec?

When importing a simple OpenAPI spec into an APIM API, it is adding the x-apim-inline property with the value true to most of the imported Definitions. It is even creating definitions to basics types such as string or integer in order to add this…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,697 questions
asked 2024-03-21T20:36:52.4133333+00:00
Benjamin Talmard 0 Reputation points
commented 2024-03-26T08:38:45.19+00:00
JananiRamesh-MSFT 20,256 Reputation points
1 answer One of the answers was accepted by the question author.

Need clarifications on API management STV1 migration

Required some clarifications upon migration from Stv1 to Stv2 platform version(API management service). By using old subnet we can migrate the process? or definitely need to change the new subnet? In my case we are using Vnet injected(Internal) API…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,697 questions
asked 2024-03-05T16:36:35.5433333+00:00
Pardeep 60 Reputation points
commented 2024-03-25T16:17:53.9566667+00:00
Pardeep 60 Reputation points
2 answers

Is it possible to Authenticate user from AWS Cognito in Azure API Management using Open Id Connect

I want to use existing AWS Cognito user pool to authenticate users in azure api management. Is this integration possible.

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,697 questions
asked 2021-07-21T06:46:55.167+00:00
Ritesh Yadav 1 Reputation point
edited the question 2024-03-25T16:12:35.5166667+00:00
Pramod Valavala 20,511 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

API Management - how to automatically refresh API definition

When I add a new http method to my app service and deploy it, how do I get API Management to automatically reflect the change? For example, I create a new HTTP GET method, and delete a different existing HTTP GET method. When I deploy the app…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,697 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,688 questions
asked 2020-07-21T19:35:17.073+00:00
Greg Yvkoff 151 Reputation points
edited the question 2024-03-25T16:10:52.77+00:00
Pramod Valavala 20,511 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

AWS to Azure API Calls

i am looking to create direct integration between AWS and Azure so that i can send API calls from AWS lambda to Azure to provision resources on Azure directly (ex: create Azure budget, bucket etc), any idea what is the most efficient way to do that?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,697 questions
asked 2021-11-08T14:40:04.64+00:00
Mabrouk, Abdelrahman, Vodafone 21 Reputation points
edited the question 2024-03-25T16:10:30.33+00:00
Pramod Valavala 20,511 Reputation points Microsoft Employee