Questions tagged [azure-application-gateway]

834 questions
-1
votes
1 answer

Terraform Dynamic block for Application Gateway

I have the following list of objects defined as a local: agw_configs = [ { env = "dev" function = "events" backend_pool_fqdn = "dev.servicebus.windows.net" cookie_based_affinity …
-1
votes
1 answer

Application Gateway vs Front Door

I am working on following architecture. We are following hub and spoke topologies We are looking at having two Application Gateways (1 in the Hub and 1 in the Lab) a. They really need an App Gateway in the HUB? b. And Whether customer can…
Akshay
  • 11
  • 4
-1
votes
1 answer

Azure Public IP address disappear after 1 month

I created some azure network infrastructure to connect 3 different appservices under the same domain. After creation of public IP address added it to DNS (outside of azure). For like one or maybe two months it was working perfectly fine, but after…
-1
votes
1 answer

Intermittent certificate error when accessing server URL

I have an application running in a k8s cluster in AzureChinaCloud behind an ingress (internal load balancer) which in turn sits behind an application gateway with a public ip. The DNS point the URL to the public ip and all nslookups are giving back…
-1
votes
1 answer

Azure Application Gateway Wildcard listener not resolving to correct URL when specific URL entered in browser without http:// prefix

I'm using azure Application Gateway WAF v2 and and starting to experiment with wildcard listeners. I have multiple wildcard listeners configured (one per client) with 3 or 4 different URLs per wilcard HTTPS listener. i.e. abc.domain.com …
Chris Butler
  • 394
  • 2
  • 12
-1
votes
1 answer

Adding SSL Certificate to azure bicep resource Code

Here is my cert code portion Getting Certs code : resource certificateName_resource 'Microsoft.Web/certificates@2021-02-01' = { name: certificates_name location: resourceGroup().location properties: { keyVaultId: kv_externalid …
Abkade
  • 1
  • 2
-1
votes
1 answer

Unhealthy backend health of server, under application gateway -> backend health status for the server is showing as unhealthy

under the status it shows , unhealthy. I have configured the https setting and connected it with the health-probe for my server. Also configured the ports in NSG. Please let me know if anyone knows the solution for the same
-1
votes
1 answer

Mobile App connect to backend on premmise using Azure VPN

I have a mobile app, that I want to use to securely consume an API endpoint that is located on premise server. Is it possible to do it using Azure Application Gateway and VPN? And what VPN? is it site to site or point to site?
user2818430
  • 5,853
  • 21
  • 82
  • 148
-1
votes
1 answer

Can an AGIC contact an App GW in a different Azure subscription?

An Ingress controller that would contact an Application Gateway in another Azure Subscription. Is this even possible?
-1
votes
3 answers

Office 365 Online Exchange (Calendars)- Access to OData is disabled

You can see in the request URL that it's addressing the URL of Office 365 https://outlook.office365.com/api/v1.0/users/{user-email}/calendarview Request: GET /api/v1.0/users/testuser@testapp.onmicrosoft.com/calendarview HTTP/1.1 Host:…
Aproram
  • 348
  • 1
  • 3
  • 16
-1
votes
1 answer

1 Application gatway hosting multiple websites on 1 backend VMSS

i'm looking for the following configuration : enter image description here The backend pool is azure vmss there are 2 websites and both websites are running on vmss SSL termination should be active and application gateway SSKU v1 mutual…
-1
votes
2 answers

Azure Application gateway ARM template issue with pickHostNameFromBackendAddress and hostname in backendHttpSettingsCollection

Getting issue in ARM template while configuring backendHttpSettingsCollection. I can not use pickHostNameFromBackendAddress for both condition (true, false ), If we select True then it is throwing eror for hostname, I tried applying json('null'),…
-1
votes
1 answer

Setup SSL in azure application gateway

I setup an application gateway at Azure with two VMs. Now, I'm trying to install a SSL certificate into one domain name. I upload the .cer file and I received a message that this certificate has been installed. But when I try to access the website…
-1
votes
2 answers

Azure Application Gateway 502 Error due to NSG

I have my VMSS deployed in the subnet "APPSubet" and I have my application Gateway Deployed in subnet "appgatewaysubnet", in my "APPSubet" I have an NSG which allows traffic from PIP of the application gateway into "appsubnet", but I keep getting…
Sanath Shetty
  • 484
  • 1
  • 7
  • 24
-1
votes
2 answers

Azure application gateway unhealthy threshold

What does the unhealthy threshold in the Azure Application Gateway configuration represent
1 2 3
55
56