All Questions
Tagged with azure-application-gateway azure-traffic-manager
19
questions
11
votes
1
answer
12k
views
Assign Static Public Address to Azure Container Instance deployment
Context
Working on a project to deploy a restful API application and seperate TCP service to an Azure Container Instance. The TCP service requires a static Ipv4 address due to legacy reasons.
...
4
votes
6
answers
6k
views
Azure Traffic Manager with Application Gateway backends
We have an architecture whereby we have a traffic manager in front of two Azure application gateways and configured based on Priority (closer proximity has higher priority). We are using Application ...
4
votes
2
answers
8k
views
Azure Traffic Manager monitoring status is 'degraded' for Azure Application Gateway
Azure Traffic Manager monitoring status for Endpoints(Azure Application Gateway/WAF)is degraded. Web app behind the Application gateway is healthy and able to access through Traffic Manager.
Any help ...
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
2
answers
497
views
Can Azure Traffic Manager redirect clients based on SSL version?
I want all clients to be able to access my server regardless of how old or unpatched they are.
This means I need to support ancient versions of SSL. I want these users to access sales and marketing ...
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
1k
views
Azure traffic manager route by URL pattern
We have web apps hosted on two data centers for high availability and we used traffic manager with round robin routing method to route traffic to either of the two data centers.
Now per business ...
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
291
views
Using Traffic manager, how to mitigate the service unavailability issue caused by TTL
I am using traffic manager to load balance our traffic to services hosted on different data center.
The problem is, when client request to traffic manager, traffic manger response with a IP with TTL ...
1
vote
1
answer
1k
views
Azure Traffic manager gives SSL error while App gateway URL works while using Azure App gateway ingress controller on AKS
We are going multi-region for our project and there is a need for us to use an Azure traffic manager to route traffic to each region. Our setup looks like below where our app gateway is exposed via a ...
1
vote
1
answer
2k
views
Multi-site web apps with traffic manager and appllication gateway
I have this azure set up.
2 LOB App Service (web apps) on same region say, contoso.com and Fabrikam.com. I have 3 different regions gloabally with same apps.
Traffic manager will manage these regions....
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
897
views
How to route specific port traffic on one domain to multiple Azure App Services?
How would one route a domain's port traffic to multiple AppServices (not VMs):
https://www.example.com:80 (Website) --> AppService A
https://www.example.com:2000 (WebService) --> AppService B ...
0
votes
1
answer
148
views
Is there a solution to load balance public ips but with the front end as private IP in azure?
The requirement is the customer is having 2 SAAS services for SMTP for which Microsoft has provided public IP.
The customer wants to make those services available for users within the organization ...
0
votes
1
answer
388
views
How to send all traffic to a certain path with a application gateway (azure)
I'm struggling to find a way of sending all traffic into a app gw to a certain website path.
Say my website is, stackoverflow.devops.com.
I have a App Service backend with the domain stackoverflow....
0
votes
1
answer
578
views
Azure Traffic Manager Custom Header Settings for Application Gateway with Multiple Sites
I'm facing some issues getting the correct custom header in Traffic Manager to check health for multiple sites behind an Application Gateway. These applications are on a single listener in the ...
0
votes
2
answers
1k
views
DNS configuration for Web App Custom Domains with Application Gateway + Traffic Manager for end to end SSL
I have to configure App Gtwy between Traffic Manager and Azure Web apps. I have a custom domain for my web app and uploaded certs (pfx and cer) in App gateway. Added App Gtwy endpoint in Traffic ...
0
votes
1
answer
2k
views
How to configure CNAME for Application Gateway and Traffic Manager
I have this setup:
Traffic Manager Profile -> Application Gateway(piblic ip - xx.x.x.x) -> (based on host name redirect to backendpool) -> Redirect to webapp1 and webapp2.
How would I define a CNAME ...
-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 ...