azure-api-management Questions
3
Solved
I'm using the Azure API Management to transform the incoming query string into another query string.
My transformation code is:
<policies>
<inbound>
<rewrite-uri template="api/p...
Armagh asked 9/7, 2018 at 21:17
3
Solved
I've previously been using the validate-jwt policy successfully in a lot of projects. I would like to try out the new validate-azure-ad-token policy instead.
I changed one of my policies from:
<...
Claver asked 9/12, 2022 at 8:18
3
Solved
I have done some googling but couldn't get a confirmed answer for this:
Does Azure API management service provides a Static IP address? If not, how do i configure it?
Reason i am asking is becaus...
Upbraiding asked 23/3, 2016 at 2:7
4
Solved
I have added my REST api service in Azure API Management. I have followed all the steps given in this link Azure APIM.
API works fine in local. It also works when accessed through published URL.
...
Lananna asked 4/11, 2016 at 17:12
4
I have create an Azure API Management Service and connected my APIs. I added CORS policies to them.
I checked the Calculate effective policy and the result is this policy
<policies>
<in...
Knowledgeable asked 24/4, 2021 at 14:50
6
I have an Azure API Management, added a logic app as back end API. Now I want to enable basic authentication for the API Management so that when client will call the logic app url which is protecte...
Versieversification asked 25/3, 2018 at 18:33
2
Solved
When defining an Azure API Management policy in a Bicep or ARM template, the format of the policy value may be set to rawxml (and rawxml-link) or xml (and xml-link). I know what the link formats ar...
Blamable asked 8/12, 2021 at 16:50
9
When I try to create an API in APIM by using Create from Function App, I fill out the fields and click Create. The operation provides the wait dots and comes back in five seconds and says
Could ...
Backhouse asked 16/1, 2019 at 22:9
4
I have 2 Azure Websites (ASP.NET MVC 5 and ASP.NET WebApi 2). The MVC website has some jQuery which tries to post CORS request to the WebApi. It works just fine if it connects directly to the WebAp...
Classic asked 15/11, 2015 at 12:28
2
Solved
In my Azure API Management Policy I am checking for some headers and do certain actions depending on what is found.
How do I throw an error when none of the conditions are matched (i.e. in the oth...
Offwhite asked 13/8, 2019 at 19:21
3
Solved
Microsoft has released a new developer portal for Azure API Management.
I'm looking for a way to export all the files and configurations from an API Developer portal and be able to import it to an...
Barbecue asked 5/12, 2019 at 17:59
2
I want to generate your-256-bit-secret value in jwt.io
JWT.IO SECRET IMAGE
I want to use that key as Issuer signing key in API Management policies. But I'm not getting how to create that key.
Pl...
Socket asked 16/2, 2020 at 16:13
4
The Flag Ocp-Apim-Tracehas been set to true.
The API Response displays this information under the Trace Tab:
Trace location was not specified in the response or trace log is not
available.
...
Partida asked 29/3, 2018 at 23:56
4
Solved
I have an Azure function running on a timer every few minutes that after a varied amount of time of running will begin to fail every time it runs because of an external API and hitting the restart ...
Schexnayder asked 10/1, 2019 at 11:25
2
Solved
I am desperately trying to move 2 classic storage accounts from my old MSDN subscription to my MPN subscription and I keep hitting a brick wall as move is only supported for these through REST APIs...
Mochun asked 2/10, 2016 at 23:47
1
I am deploying my azure apim terraform code for Azure APIM.
resource "azurerm_api_management_subscription" "test" {
api_management_name = upper("${lower(local.apim_name)}...
Kilmarx asked 19/5, 2023 at 6:28
1
I'm trying to do the following:
I have an API in APIM that receives an certain header with a key that is set in a APIM named value. For example:
http://apimSomeUrl.com/apiName/whatever
request head...
Attired asked 10/5, 2023 at 14:46
2
Solved
Is it a must that Subscription Key sent as part of the request when call through API Managment? is there a way to disable this option?
Maki asked 17/7, 2018 at 8:6
4
Solved
I have the same question as this guy: can I run my SignalR hub through the Azure API management service?
I cannot seem to configure it in the service: it only allows me to forward HTTP/HTTPS tra...
Achitophel asked 12/6, 2015 at 6:37
4
Solved
I am trying to obtain a token through postman using the following tutorial:
https://learn.microsoft.com/en-us/azure/healthcare-apis/access-fhir-postman-tutorial
I have successfully filled out the c...
Tivoli asked 18/2, 2021 at 15:14
6
Solved
I have my API hooked up to Azure's API Management service. When I try to call one of my endpoints, I get the following error:
{
"statusCode": 500,
"message": "Internal server error",
"activityI...
Radiate asked 24/10, 2017 at 22:10
2
Solved
I've created an app service using a bicep resource shown below
name: '${appName}'
location: location
kind: 'linux,container,fnapp'
properties: {
serverFarmId: servicePlan.id
siteConfig: {
li...
Unloose asked 6/7, 2022 at 10:1
1
Context: While manually deploying a backend service in AZURE,
I am prompted to select the type: custom, azure or service fabric.
How can I declare via terraform the type (I would like to select Az...
Ella asked 27/4, 2022 at 15:5
2
Solved
I am trying to get the subscription keys for my products as well as default subscription key using cli. I have gone through the documentation https://learn.microsoft.com/en-us/cli/azure/apim/api?vi...
Hialeah asked 5/10, 2021 at 5:59
4
Solved
I'm using Azure API management which internally access my python Flask web service. Azure API works good for GET operations. For POST, when I make jquery AJAX call, the request is converted into OP...
Sinusoidal asked 25/9, 2015 at 17:2
1 Next >
© 2022 - 2024 — McMap. All rights reserved.