Skip to main content

Questions tagged [azure-api-management]

Azure API Management is a cloud hosted service that can add many capabilities to an existing HTTP API on any platform. This includes functions related to security, API key management, caching, documentation, and many other cross cutting policies.

azure-api-management
1 vote
0 answers
35 views

Using a different fallback URL in SignalR

I'm looking to implement SignalR through Azure API Management and the issue is that as of now Azure API Management doesn't support different types of APIs for the same suffix, meaning that I can't set ...
Nait's user avatar
  • 1,145
-1 votes
0 answers
29 views

How to generate a valid initial W3C traceparent header on azure APIM? [closed]

I’m trying to generate a W3C trace context traceparent header on azure APIM, if none exists yet. I tried to follow the approach suggested this answer. However this seems to be discarded by the ...
Rui Batista's user avatar
0 votes
0 answers
32 views

APIM Managed Developer Portal Deployment Stuck on Pending

I have a problem with the Developer Portal (Managed) in API Management Standard v2. I tried to publish a new version of the portal and it became "Pending" and did not get published after ...
tridy's user avatar
  • 1,236
0 votes
0 answers
16 views

istio virtual service with multiple root paths

i have been on this implementation for a few days now and for the life of me i cannot solve the issue and i am running out of ideas and knowledge, without talking about the level of frustration. i am ...
Nayden Van's user avatar
  • 1,399
0 votes
0 answers
49 views

Why can't the the Azure Self-hosted gateway deliver logs to event hub when using system assigned managed identity?

I've set the following policy for Azure API management API to send logs to an Event Hub: <policies> <inbound> <log-to-eventhub logger-id="xxx">@{ ...
zermelo's user avatar
0 votes
1 answer
56 views

Why I don't have the sub-menu for Azure Monitor Logs in API Management?

I'm trying to inspect Azure OpenAI requests and responses logs. As explained in the official Azure blog post "Implement logging and monitoring for Azure OpenAI models", Azure OpenAI doesn't ...
OfirD's user avatar
  • 10.2k
1 vote
1 answer
74 views

HostnameConfiguration configured with New Managed Certificate Request is not supported while activating APIM service

I'm trying to set up APIM with Bicep, including a custom-domain. Bicep: resource apiManagement 'Microsoft.ApiManagement/service@2023-05-01-preview' = { ... properties: { publisherEmail: '...' ...
Jeppe's user avatar
  • 2,147
0 votes
0 answers
45 views

Azure APIM missing subscription key error on single api call of larger set

I have a set of API calls that go through Azure APIM to reach our backend. All but one of the calls function as they should, given that the subscription key is included. However the function below, ...
R K's user avatar
  • 33
0 votes
1 answer
39 views

Increasing the connection Timeout time for Azure APIM connector in logic app

We have a logic app which uses Azure APIM connector to call a API in azure API management instance that call one of the backend service. Sometime when our backend server is too busy it takes few ...
Banuka Sonel's user avatar
0 votes
2 answers
68 views

Azure APIM named values using terraform

I have a terraform variable as given below variable "named_values" { type = map(object({ value = string secret = bool secret_id ...
mystack's user avatar
  • 5,268
0 votes
0 answers
47 views

Server error occured while using B2C on Azure API Management Develop portal

I want to add the ability to sign in or up for my APIM developer portal via any Microsoft account type (personal or corporate, work ...). I have uploaded SocialAndLocalAccounts custom policy from the ...
dev's user avatar
  • 25
0 votes
1 answer
57 views

Uploading large file using multipart/form-data from Azure APIM to Azure Blob Storage

I am using the below policy in Azure APIM for uploading large file (2 GB) to Azure Blob Storage. This works fine when I send it as binary (i.e. content type "application/octet-stream"). ...
Vivek Chandel's user avatar
1 vote
1 answer
54 views

Logging in Azure API Management Policy

Is it possible to do custom logging (request/responses/variables) in Azure API Management Policy layer? Usually, API requests and responses are logged in Azure App Insights/Azure Log Analytics once ...
Devender Sharma's user avatar
1 vote
0 answers
54 views

Upload large file via Azure App Gateway and Azure APIM to Azure Storage

We need to upload large files (1 GB and above) from an Angular web application to Azure Storage. We hosted a file upload API on Azure API Management, which invokes the Azure Storage REST API (PUT Blob)...
Tanmoy Sengupta's user avatar
0 votes
0 answers
31 views

B2C implementation on Azure APIM developer portal (Custom policy to allow multitenant)

I would like to setup b2c authorization on my Azure developer portal. I have deployed SocialAndLocalAccounts starter pack with my configurations (https://b2ciefsetupapp.azurewebsites.net/). Now, when ...
dev's user avatar
  • 25

15 30 50 per page
1
2 3 4 5
171