All Questions
Tagged with azure-application-gateway azure-front-door
26
questions
15
votes
1
answer
9k
views
What is the difference between API Gateway provided by Azure API Management and Azure Application Gateway?
I'm new to Azure and I skimmed through Azure official documentation.
What I would like to understand is the difference and similarities
between the API Gateway provided by Azure API Management and ...
6
votes
1
answer
4k
views
should I choose azure application gateway or load balancer or front door or traffic manager?
I have a SaaS web app developed with Angular 8 and Asp.net Core Web API. I have deployed web api to a azure web app and deployed angular front-end web app to another azure web app as well.
The users ...
4
votes
2
answers
9k
views
Azure Front Door in the front of Application Gateway
I've deployed Azure Front Door in the front of Application Gateway.
Now I want to route all traffics through Front Door and restrict direct access to Application Gateway's public IP address.
How to do ...
3
votes
3
answers
811
views
Azure Load Balancing Solutions. Direct Traffic to Specific VMs
We are having difficulties choosing a load balancing solution (Load Balancer, Application Gateway, Traffic Manager, Front Door) for IIS websites on Azure VMs. The simple use case when there are 2 ...
2
votes
1
answer
2k
views
Azure: Route subdomain traffic to different backend port
I have multiple sites hosted on the same machine in Azure on different ports:
foobar.com:8000
foobar.com:8001
foobar.com:8002
etc
I would like to address these by subdomain using a reverse proxy;
...
2
votes
1
answer
932
views
Problems using App Gateway as Origin with Azure Frontdoor Premium (Preview)
I am trying to deploy n Azure Frontdoor Premium Resource (preview) with application gateway as the origin, it will send traffic to app gateway via the private link service, however I am facing this ...
2
votes
1
answer
2k
views
azure application gateway behind azure front door multiple websites domains ssl
Infrastructure]1
Info picture - all servers should have the same configurations and websites and ports.
The goal is that on all virtual servers in VMSS are running the different websites ( www.xxx.com ...
1
vote
2
answers
2k
views
How to redirect traffic hosted on an azure endpoint (DNS/static IP) to different external IP address
Question: How do I host an endpoint in azure which allows me to redirect internet traffic at will between azure and aws services?
I am hosting two kubernetes clusters - one in Azure and the other in ...
1
vote
1
answer
1k
views
How to set up Azure Front Door (Standard/Premium) to forward HTTP requests to Static Web App
I want to be able to forward all request to an endpoint configured in Azure Front Door (e.g. mydomain.com/foo/bar) to a Static Web App (silly-name-1a2b3c.azurestaticapps.net).
I need the request to be ...
1
vote
1
answer
313
views
Can I add Microsoft Azure WAF as an standalone resource rather than using Application Gateway or Front Door?
I have an App Service (SSL and Custom domain configured at App Service level) for which I would like to add Azure WAF protection as a layer that sits in front of the App Service. I learned that I can ...
0
votes
2
answers
1k
views
Azure front door to support multiple web app by path under same domain
I have a question about azure front door potential for this. So I have 2 web site running by Azure App Services and I need then under same domain name but different path of URL like this:
App Service ...
0
votes
1
answer
471
views
Azure: Route traffic from different subdomains and URLs to different backend ports
I have multiple sites hosted on the same machine in Azure on different ports:
contoso.com:8000
contoso.com:8001
contoso.com:8002
contoso.com:8003
and single sites hosted on separate machines:
foo....
0
votes
1
answer
1k
views
Can Azure function communicate with Azure Application Gateway?
I have two regions with virtual machines deployed.
West Europe
Cental US
Data Flow
User types www.somethingdotcom in browser.
Request goes to Azure front door
Azure front door sends a request to a ...
0
votes
1
answer
19
views
Connect Azure front door with APIM and Azure Web App
We are planning to use Azure Front door for Azure App Service (web app) and planning to use APIM which may not need to expose externally or to public directly. Only the Azure Web app is going to call ...
0
votes
1
answer
528
views
Azure FrontDoor Premium, using rule engine to rewrite HTTP response based on returned 301
I am currently migrating an environment from Azure Application Gateway V2 with WAF to Azure FrontDoor Premium. I had to address an application behavior in the Application Gateway Rule Engine. ...
0
votes
1
answer
246
views
Azure REST API throws "WAF Policy does not have any valid Primary Rule Set attached to it." error
The Azure REST API that I'm trying to call to update my WAF policy is throwing an error saying the policy doesn't have any valid primary rule set attached to it. This is the API I'm trying to hit - ...
0
votes
1
answer
703
views
Azure Front Door in the front of Application Gateway Ingress Controller
I deployed an AKS with Application Gateway Ingress Controller(AGIC) and mapped my custom domain to it and it worked fine.
Now I want to add the Azure Front Door Classic in front of the Application ...
0
votes
1
answer
854
views
Azure Front Door Rule Regex
I am trying to create a rule in Azure Front Door to match the first folder in the request path and then use that to set a request header to the back-end origin group.
https://myfd.azurefd.net/**config*...
0
votes
1
answer
669
views
How to configure custom type Azure FrontDoor with Application Gateway in backend?
I need to configure azure Front door and at backed we having two Application Gateway and while hitting Front Door endpoint traffic not reaching to Application Gateway.
while we have tried with WebApp ...
0
votes
1
answer
1k
views
Azure Front Door with Azure Application gateway
I am trying to setup an architecture where I have a static website stored on Azure storage and an App Container that serves the API. I would like to serve both from the same domain, but with a ...
0
votes
1
answer
975
views
How to use the Azure Front Door hostname as domain name for the backend website hosted on Virtual Machine
We have a solution with Azure Front Door then an Application Gateway with a Virtual Machine as the back-end. We would like to use the Azure Front Door 'Frontend host' *.azurefd.net also as domainname/...
0
votes
1
answer
816
views
Azure: Use App Gateway for Custom B2C Domain instead of Front Door
I have an Azure Front Door providing a custom domain for Azure AD B2C.
Is it possible to use an Azure Application Gateway for that purpose instead?
It seems like the main difference is just the global ...
0
votes
1
answer
162
views
AKS (Azure Kubernetes Service) and SQL
We have built an AKS cluster with various pods to suit our architecture. One of those pods is a SQL Server, the SQL provides the back end store for an API but we have a requirement to expose read only ...
0
votes
1
answer
518
views
Filter out Azure Front Door health probe requests from Application Gateway metrics
I've deployed AFD in front of several application gateways (for geolocation load balancing, specifically), now my Application Gateway metrics are bombarded by requests from AFD, and I'd like to filter ...
0
votes
1
answer
258
views
Azure switch application gateway by frontdoor because bandwidth is not enough is a good idea?
We have deployed our website recently using an application gateway but the bandwidth (125 CU) isn't enough to handle the very high traffic of the website.
We are thinking about switching the ...
0
votes
0
answers
221
views
Load Balancing in Azure - Subdomains AND SignalR
I am creating a standard multi-tenant site that has the following structure:
example.com
tenant1.example.com
tenant2.example.com
The hosting is Azure web apps. Tenants are generated dynamically (...