Top "Azure-api-management" questions

Azure API Management is a cloud hosted service that can add many capabilities to an existing HTTP API on any platform.

Simplest way to add Basic authentication to web.config with user/pass

I'm setting up an Azure API Management with with an ASP.NET WebApi 2 app behind it. API Management recommends setting …

authentication iis web-config asp.net-web-api2 azure-api-management
API management URL is giving Missing subscription key Issue

I am new to API management. I have created a Basic WEB API & hosted to the API APP(App …

azure azure-api-management azure-api-apps
Azure Management REST API - "Authentication failed. The 'Authorization' header is provided in an invalid format."

I am desperately trying to move 2 classic storage accounts from my old MSDN subscription to my MPN subscription and I …

rest api azure azure-api-management
How to debug 500 error from Azure API Management call?

I have my API hooked up to Azure's API Management service. When I try to call one of my endpoints, …

azure azure-api-management
How to create an array in a for loop in Liquid?

I'm trying to create an array from a list of objects using Liquid syntax: {% for operation in menuItems %} {% assign words1 = …

arrays liquid azure-api-management
In Azure API Management can i use the subscription-key as part of Request headers instead of Query string parameter?

I am migrating a service to Azure API Management. This service is being called from mobile devices (native apps). Problem …

azure azure-api-management
View Request Body in Application Insights

I'm using Application insights with API-Management to monitor my API's. Application Insights is great tool but I'm not able to …

azure azure-application-insights azure-api-management
Azure API Management Import API always says: API with specified name already exists

I am trying to import an API I have into Azure API Management using swagger, should be fairly simple but …

azure azure-api-management
How to specify rewrite url for query string parameters in Azure API Management

I'm using the Azure API Management to transform the incoming query string into another query string. My transformation code is: &…

azure azure-api-management