All Questions
Tagged with azure-application-gateway azure-service-fabric
13
questions
15
votes
4
answers
5k
views
Azure Application Gateway with Service Fabric
Currently I have a Service Fabric cluster with 2 stateless services hosting Asp Web APIs. While creating the cluster also appropriate Azure Load Balancers got created.
Now I would like to add ...
6
votes
3
answers
5k
views
Why should I use the Service Fabric Reverse Proxy instead of the Azure App Gateway to talk to SF Cluster?
It's a long question and there are trade-offs, I'm sure. The documentation in this area:
Doesn't give me enough to answer the question above confidently.
So, they say:
"Azure Application Gateway ...
4
votes
2
answers
2k
views
Azure Multiple Public IPs on a Virtual Machine Scale Set with Resource Manager
We try to migrate our Platform from classical IIS hosting to a service fabric micro service architecture. So fare we learned that a service fabric lives in a virtual machine scale set and uses Load ...
2
votes
1
answer
2k
views
How can I add support for IPv6 to and Azure application Gateway knowing that it does not support it
I am not a system administrator or network administrator thus I having hard time trying to figure it out a work around to support IPv6 on an Azure Service Fabric Cluster without using the Load ...
1
vote
2
answers
639
views
Distributed App Services in Azure - API Management, Service Fabric, ASE, Application Gateway?
I plan to have a number of Azure App Service API Apps, some of which should be accessible publicly (two client apps), through a single root URL and these are to connect to internal services that are ...
1
vote
0
answers
811
views
azure application gateway 502 errors with service fabric
I have a service fabric with multiple web apps / APIs running on multiple ports. For example:
http://cluster.centralus.cloudapp.azure.com:9012/app1
http://cluster.centralus.cloudapp.azure.com:9013/...
0
votes
2
answers
166
views
Block "Junk" Requests to Azure Service Fabric WebAPI Service
I have a WebAPI service deployed on Azure Service Fabric, and I want to block malicious/junk requests as early as possible - ideally not hitting my service at all (to avoid being hammered and to not ...
0
votes
1
answer
661
views
Azure Application Gateway - check health on subset of backend nodes
I have a service fabric cluster that hosts some number of identical applications. The application has two main components - a stateless service that hosts web api (it listens on unique port number) ...
0
votes
1
answer
151
views
Azure App Gateway returns 502 with Private LB and Service Fabric
We have a multi-tenant application running on Service Fabric behind a public and private load balancer. Each tenant gets a copy of the app running on a different port in Service Fabric.
Application ...
0
votes
2
answers
742
views
Redirecting Service Fabric URL's
I have deployed APIs on Service fabric behind the reverse proxy feature so my frontend application is available at https://something.anything.com:19081/Applicationtype/servicename. I want it to be ...
0
votes
1
answer
464
views
Use Service Fabric Reverse Proxy with Azure Application Gateway
Is it possible to use Azure Application Gateway to route incoming traffic to a URL/Port and append a path? I want to do this so can use Service Fabric reverse proxy lookup.
i.e. I have a listener on ...
0
votes
1
answer
72
views
Service Fabric: Addressing stateless services externally using the fabric:/ address scheme.
My company would like the ability to deploy many public facing stateless service instances to our nodes without having to specify a port number for the service.
It seems that Service Fabric already ...
0
votes
0
answers
134
views
How Azure Application gateway is using for multitenant Application
Here We want to redirect application gateway to https we don't want to manually enter https to get on SSL.
We use the gateway for fabric we want all application on fabric using SSL.