
Azure Application Gateway - OCSP Stapling (SSL)
Nov 29, 2018 · I have provisioned an Azure Application Gateway (WAF). In my DNS server, I have created a CNAME record pointing my custom hostname to the DNS name of the Azure App Gateway …
Azure Application Gateway returns 502 - social.msdn.microsoft.com
Dec 18, 2018 · Our platform has an Azure Application Gateway configured with a number of back services hosted in an AKS cluster using the Azure Application Gateway ingress controller. One of the …
Use Azure Application Gateway (with WAF) to protect servers using ...
Aug 24, 2018 · Has anyone successfully configured an Application Gateway to protect servers running Shibboleth SSO? I'm attempting to set this up but running into trouble. So far, I've been able to get …
Azure Application Gateway SSL Offloading with Multiple Certificates
Feb 28, 2016 · It is possible with application gateway SSL offloading to have multiple ssl certificates. You have to configure the certificates and upload them multiple times.
Application Gateway inspect request body limit
Feb 3, 2020 · I have read posts online that when using Azure application gateway there is a 128kb request body limit. I know that there is no way you can increase this as it is a limit set by microsoft. …
Application Gateway WAF to Azure web app without redirection
Jul 10, 2018 · Application Gateway now supports the ability for users to overwrite the incoming HTTP host header based on the back-end HTTP settings. This capability enables support for multi-tenant …
Application Gateway Backend Health-unable to view "does not have ...
Jan 15, 2018 · Application gateway is networking resource. You can use network contributor role or use custom roles and give permissions to read/write application gateways and let us know.
Forced Tunneling, Vnet to Vnet (Resource Manager)
Nov 20, 2015 · I have two Vnets in Azure that both have been configured with Virtual Gateways for Vnet-to-Vnet connectivity. Each Vnet has two subnets: 'Front', where a single VM is located, and …
Cannot ping Public IP of Azure Virtual machine from Local machine ...
Dec 31, 2014 · To access an Azure VM, you need to use an endpoint with the public IP address together. The public port in an endpoint is used by the Azure load balancer to communicate with the …
How to validate users on AD in azure application
Apr 14, 2013 · In my application, the alias that users input on UI is validated on AD directly. After moving the application to azure, it no longer runs in our corp domain, is it still possible to connect to AD? If …