All Questions

Filter by
Sorted by
Tagged with
1 vote
2 answers
735 views

How should I link a backend solution to an IoT Hub

So, I am working on an IoT solution on Azure, we have been using a partner solution where we had the partner's devices linked to his cloud solution that exposes the data to us Via REST services. Right ...
Mohamed Kamel Bouzekria's user avatar
1 vote
1 answer
162 views

Trigger Azure Function based on incoming request to Azure Application Gateway

I have a web app deployed across two Azure Virtual Machines along with Azure Application Gateway. Now I want to shutdown both the Azure VMs and look for any incoming request and based on that incoming ...
santosh kumar patro's user avatar
1 vote
1 answer
1k views

Webhook listener/receiver security

We are looking at using webhooks from various vendors outside our network. They would publish the event to us. We would be the webhook listener/receiver, not pushing the events. We have done proof of ...
SliderBlues's user avatar
1 vote
1 answer
775 views

Azure Application Gateway is striping request body when it comes from APIGEE

When APIGEE is trying to hit API which is deployed in Azure as function app which has app gateway integrated, but when the request is coming it is stripping the request body. as the result we are ...
manasa's user avatar
  • 19
1 vote
0 answers
351 views

How to pass keys in Azure gateway application

I have configured app services as backend pool in application gateway and want to pass key to access that app services(function) through application gateway as the authorization level for that app ...
Aadhar's user avatar
  • 57
1 vote
1 answer
635 views

How to pass a key to a service app through Azure application's gateway?

I have configured an application gateway in the Azure portal and I have added a function app in the backend pool. The authorization level on one of the function in the function app is set to "...
Aadhar's user avatar
  • 57
1 vote
0 answers
536 views

Real MTLS (with client private key validation) in Azure

I'm trying to use MTLS to authenticate external clients to HTTP triggered Azure Functions. However, REAL client certificate authentication doesn't seem to exist in web apps (certificate validation is ...
cakelover's user avatar
  • 166
0 votes
1 answer
598 views

Azure Application Gateway - Route / and /* to different backend pools

I am trying to set up Azure Application Gateway for the first time and finally got parts of it running. My goal is to have some specific routes forwarded to a storage account and all other routes ...
JuliusMoehring's user avatar
0 votes
1 answer
190 views

Azure Application TLS version based redirection

I have an app service on azure which only supports TLS 1.2. Is there any way that I can redirect all the incoming traffic with TLS 1.0 to another app service which supports TLS 1.0? I don't want to ...
learningtocode's user avatar
0 votes
1 answer
779 views

Need to authenticate azure function app against Azure AD with configured application gateway

I Have configured a azure function app with authentication enabled to Azure Ad and placed behind the application gateway. Now this function app should be access only through application gateway public ...
satish's user avatar
  • 61
0 votes
1 answer
133 views

Azure Function App URL and API managment Gateway URL

I have set up a function app on azure, and I have also set up API management part. I want to get logs when I access the function app URL on a browser, However, Currently I am getting logs when I ...
Harry's user avatar
  • 1
0 votes
0 answers
184 views

Azure Application Gateway: Prevent a server from receiving new requests

I'm setting up API servers behing an Application Gateway on Azure. I'd like to roll out updates to each server one by one. However, before I do that, I'd like to ensure that all in-progress requests ...
user246392's user avatar
  • 2,693
0 votes
2 answers
604 views

Service Endpoint not working for Azure Functions Proxies, behind an Application Gateway

I'm using an Application Gateway (WAF) to route all traffic to a Proxy Function App (Premium EP1). The function app in turn takes URLs like the following and directs them to their correct Web API. (I ...
David C's user avatar
  • 684
-2 votes
1 answer
304 views

Azure Multi region DR : Custom Routing Policies in APIM[Premium) Vs Traffic Manager behind APIM

We have APIM premium, which comes with internal Traffic Manager for performance base routing . If APIM is integrated externally with the vnet in which we have our fnapp integrated, for multiregional ...
Reshma's user avatar
  • 29