Can we have single application gateway for all VMSS created in different regions?Azure vmss without a load balancerCan I use single Application Instrumentation key used for all applications developed in different languages?Azure VMSS with Application gatewayDifference in Load balancing on Azure LoadBancer and Application Gateway?Azure Application Gateway with VMSSAzure VMSS with application gateway and NAT rulesCreating azure application gateway with azure cliazure single vpn gateway for connecting multiple resources in different azure aks clusterThe Image type for a Virtual Machine Scale Set may not be changedAzure VM Scale Sets Historical Data & Performance

Are neural networks prone to catastrophic forgetting?

For a hashing function like MD5, how similar can two plaintext strings be and still generate the same hash?

Is anyone advocating the promotion of homosexuality in UK schools?

What's the point of having a RAID 1 configuration over incremental backups to a secondary drive?

Why are all my yellow 2V/20mA LEDs burning out with 330k Ohm resistor?

Are randomly-generated passwords starting with "a" less secure?

What does 「はった」 mean?

Referring to different instances of the same character in time travel

If your plane is out-of-control, why does military training instruct releasing the joystick to neutralize controls?

Graduate student with abysmal English writing skills, how to help

Should disabled buttons give feedback when clicked?

How to memorize multiple pieces?

Matchmaker, Matchmaker, make me a match

Using Newton's shell theorem to accelerate a spaceship

What explains 9 speed cassettes price differences?

How to wire 3 hots / 3 neutrals into this new TR outlet with 2 screws?

JSON.serialize Question - Slack integration

Does throwing a penny at a train stop the train?

Integer Lists of Noah

Confirming the Identity of a (Friendly) Reviewer After the Reviews

Why can a destructor change the state of a constant object?

How to loop for 3 times in bash script when docker push fails?

How to tell someone I'd like to become friends without letting them think I'm romantically interested in them?

Cops: The Hidden OEIS Substring



Can we have single application gateway for all VMSS created in different regions?


Azure vmss without a load balancerCan I use single Application Instrumentation key used for all applications developed in different languages?Azure VMSS with Application gatewayDifference in Load balancing on Azure LoadBancer and Application Gateway?Azure Application Gateway with VMSSAzure VMSS with application gateway and NAT rulesCreating azure application gateway with azure cliazure single vpn gateway for connecting multiple resources in different azure aks clusterThe Image type for a Virtual Machine Scale Set may not be changedAzure VM Scale Sets Historical Data & Performance






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















Can we have single application gateway for all VMSS created in different regions?
If yes please share the possible options.










share|improve this question

















  • 1





    application gateways are based on single region just like load balancers. you need to use traffic manager or azure front door (in preview) services for cross region traffic distribution

    – Imran Arshad
    Mar 25 at 20:02


















0















Can we have single application gateway for all VMSS created in different regions?
If yes please share the possible options.










share|improve this question

















  • 1





    application gateways are based on single region just like load balancers. you need to use traffic manager or azure front door (in preview) services for cross region traffic distribution

    – Imran Arshad
    Mar 25 at 20:02














0












0








0








Can we have single application gateway for all VMSS created in different regions?
If yes please share the possible options.










share|improve this question














Can we have single application gateway for all VMSS created in different regions?
If yes please share the possible options.







azure azure-vm-scale-set






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 25 at 18:52









SachanSachan

367 bronze badges




367 bronze badges







  • 1





    application gateways are based on single region just like load balancers. you need to use traffic manager or azure front door (in preview) services for cross region traffic distribution

    – Imran Arshad
    Mar 25 at 20:02













  • 1





    application gateways are based on single region just like load balancers. you need to use traffic manager or azure front door (in preview) services for cross region traffic distribution

    – Imran Arshad
    Mar 25 at 20:02








1




1





application gateways are based on single region just like load balancers. you need to use traffic manager or azure front door (in preview) services for cross region traffic distribution

– Imran Arshad
Mar 25 at 20:02






application gateways are based on single region just like load balancers. you need to use traffic manager or azure front door (in preview) services for cross region traffic distribution

– Imran Arshad
Mar 25 at 20:02













1 Answer
1






active

oldest

votes


















1














As the comment mentioned, we could not have a single Application gateway for all VMSS created in a different region since Application Gateway is always deployed in a virtual network subnet and it directly supports to deploy the VMSS as the backends in the same region and virtual network as the Application gateway.



As a workaround, you could use a public IP address as the backend for communicating with instances outside of the virtual network as long as there is IP connectivity. Read more details about backend pools. So you may use a public-facing load balancer associated with the VMSS.



Furthermore, you also could use Traffic Manager to distribute traffic across multiple Application Gateways in different datacenters. Or use Azure Front Door Service provides a scalable and secure entry point for fast delivery of your global web applications.






share|improve this answer























  • Thanks. Suppoese I have added 3 Application gateway in traffic manager. Is there any way I can send request to specific application gateway dynamically. From my application I will select which application gateway I would like to serve the request,?

    – Sachan
    Mar 26 at 2:44











  • Check the Traffic Manager routing methods to determine how to route network traffic to the various service endpoints.

    – Nancy Xiong
    Mar 26 at 2:53











  • i have gone through the routing methods but my problem is still not resolved. I need custom routing method where problematically i should be able to redirect the request to specific application gateway.

    – Sachan
    Mar 27 at 12:10











  • Well, the traffic manager works at the DNS level. Simply, If you have two healthy backends behind it, TM help client to select the endpoints based on the routing rules like Priority, Performance, Geographic and so on. when one backend is not healthy, TM will help client redirect to another healthy endpoint. Is this what you expect?

    – Nancy Xiong
    Mar 28 at 2:01












  • Azure Front Door Service is now GA and a layer 7 global traffic management service. For your requirements as seen from this thread, AFD seems like the right choice.

    – SharadAg
    Apr 29 at 15:53










Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55344675%2fcan-we-have-single-application-gateway-for-all-vmss-created-in-different-regions%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1














As the comment mentioned, we could not have a single Application gateway for all VMSS created in a different region since Application Gateway is always deployed in a virtual network subnet and it directly supports to deploy the VMSS as the backends in the same region and virtual network as the Application gateway.



As a workaround, you could use a public IP address as the backend for communicating with instances outside of the virtual network as long as there is IP connectivity. Read more details about backend pools. So you may use a public-facing load balancer associated with the VMSS.



Furthermore, you also could use Traffic Manager to distribute traffic across multiple Application Gateways in different datacenters. Or use Azure Front Door Service provides a scalable and secure entry point for fast delivery of your global web applications.






share|improve this answer























  • Thanks. Suppoese I have added 3 Application gateway in traffic manager. Is there any way I can send request to specific application gateway dynamically. From my application I will select which application gateway I would like to serve the request,?

    – Sachan
    Mar 26 at 2:44











  • Check the Traffic Manager routing methods to determine how to route network traffic to the various service endpoints.

    – Nancy Xiong
    Mar 26 at 2:53











  • i have gone through the routing methods but my problem is still not resolved. I need custom routing method where problematically i should be able to redirect the request to specific application gateway.

    – Sachan
    Mar 27 at 12:10











  • Well, the traffic manager works at the DNS level. Simply, If you have two healthy backends behind it, TM help client to select the endpoints based on the routing rules like Priority, Performance, Geographic and so on. when one backend is not healthy, TM will help client redirect to another healthy endpoint. Is this what you expect?

    – Nancy Xiong
    Mar 28 at 2:01












  • Azure Front Door Service is now GA and a layer 7 global traffic management service. For your requirements as seen from this thread, AFD seems like the right choice.

    – SharadAg
    Apr 29 at 15:53















1














As the comment mentioned, we could not have a single Application gateway for all VMSS created in a different region since Application Gateway is always deployed in a virtual network subnet and it directly supports to deploy the VMSS as the backends in the same region and virtual network as the Application gateway.



As a workaround, you could use a public IP address as the backend for communicating with instances outside of the virtual network as long as there is IP connectivity. Read more details about backend pools. So you may use a public-facing load balancer associated with the VMSS.



Furthermore, you also could use Traffic Manager to distribute traffic across multiple Application Gateways in different datacenters. Or use Azure Front Door Service provides a scalable and secure entry point for fast delivery of your global web applications.






share|improve this answer























  • Thanks. Suppoese I have added 3 Application gateway in traffic manager. Is there any way I can send request to specific application gateway dynamically. From my application I will select which application gateway I would like to serve the request,?

    – Sachan
    Mar 26 at 2:44











  • Check the Traffic Manager routing methods to determine how to route network traffic to the various service endpoints.

    – Nancy Xiong
    Mar 26 at 2:53











  • i have gone through the routing methods but my problem is still not resolved. I need custom routing method where problematically i should be able to redirect the request to specific application gateway.

    – Sachan
    Mar 27 at 12:10











  • Well, the traffic manager works at the DNS level. Simply, If you have two healthy backends behind it, TM help client to select the endpoints based on the routing rules like Priority, Performance, Geographic and so on. when one backend is not healthy, TM will help client redirect to another healthy endpoint. Is this what you expect?

    – Nancy Xiong
    Mar 28 at 2:01












  • Azure Front Door Service is now GA and a layer 7 global traffic management service. For your requirements as seen from this thread, AFD seems like the right choice.

    – SharadAg
    Apr 29 at 15:53













1












1








1







As the comment mentioned, we could not have a single Application gateway for all VMSS created in a different region since Application Gateway is always deployed in a virtual network subnet and it directly supports to deploy the VMSS as the backends in the same region and virtual network as the Application gateway.



As a workaround, you could use a public IP address as the backend for communicating with instances outside of the virtual network as long as there is IP connectivity. Read more details about backend pools. So you may use a public-facing load balancer associated with the VMSS.



Furthermore, you also could use Traffic Manager to distribute traffic across multiple Application Gateways in different datacenters. Or use Azure Front Door Service provides a scalable and secure entry point for fast delivery of your global web applications.






share|improve this answer













As the comment mentioned, we could not have a single Application gateway for all VMSS created in a different region since Application Gateway is always deployed in a virtual network subnet and it directly supports to deploy the VMSS as the backends in the same region and virtual network as the Application gateway.



As a workaround, you could use a public IP address as the backend for communicating with instances outside of the virtual network as long as there is IP connectivity. Read more details about backend pools. So you may use a public-facing load balancer associated with the VMSS.



Furthermore, you also could use Traffic Manager to distribute traffic across multiple Application Gateways in different datacenters. Or use Azure Front Door Service provides a scalable and secure entry point for fast delivery of your global web applications.







share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 26 at 2:38









Nancy XiongNancy Xiong

5,9471 gold badge2 silver badges11 bronze badges




5,9471 gold badge2 silver badges11 bronze badges












  • Thanks. Suppoese I have added 3 Application gateway in traffic manager. Is there any way I can send request to specific application gateway dynamically. From my application I will select which application gateway I would like to serve the request,?

    – Sachan
    Mar 26 at 2:44











  • Check the Traffic Manager routing methods to determine how to route network traffic to the various service endpoints.

    – Nancy Xiong
    Mar 26 at 2:53











  • i have gone through the routing methods but my problem is still not resolved. I need custom routing method where problematically i should be able to redirect the request to specific application gateway.

    – Sachan
    Mar 27 at 12:10











  • Well, the traffic manager works at the DNS level. Simply, If you have two healthy backends behind it, TM help client to select the endpoints based on the routing rules like Priority, Performance, Geographic and so on. when one backend is not healthy, TM will help client redirect to another healthy endpoint. Is this what you expect?

    – Nancy Xiong
    Mar 28 at 2:01












  • Azure Front Door Service is now GA and a layer 7 global traffic management service. For your requirements as seen from this thread, AFD seems like the right choice.

    – SharadAg
    Apr 29 at 15:53

















  • Thanks. Suppoese I have added 3 Application gateway in traffic manager. Is there any way I can send request to specific application gateway dynamically. From my application I will select which application gateway I would like to serve the request,?

    – Sachan
    Mar 26 at 2:44











  • Check the Traffic Manager routing methods to determine how to route network traffic to the various service endpoints.

    – Nancy Xiong
    Mar 26 at 2:53











  • i have gone through the routing methods but my problem is still not resolved. I need custom routing method where problematically i should be able to redirect the request to specific application gateway.

    – Sachan
    Mar 27 at 12:10











  • Well, the traffic manager works at the DNS level. Simply, If you have two healthy backends behind it, TM help client to select the endpoints based on the routing rules like Priority, Performance, Geographic and so on. when one backend is not healthy, TM will help client redirect to another healthy endpoint. Is this what you expect?

    – Nancy Xiong
    Mar 28 at 2:01












  • Azure Front Door Service is now GA and a layer 7 global traffic management service. For your requirements as seen from this thread, AFD seems like the right choice.

    – SharadAg
    Apr 29 at 15:53
















Thanks. Suppoese I have added 3 Application gateway in traffic manager. Is there any way I can send request to specific application gateway dynamically. From my application I will select which application gateway I would like to serve the request,?

– Sachan
Mar 26 at 2:44





Thanks. Suppoese I have added 3 Application gateway in traffic manager. Is there any way I can send request to specific application gateway dynamically. From my application I will select which application gateway I would like to serve the request,?

– Sachan
Mar 26 at 2:44













Check the Traffic Manager routing methods to determine how to route network traffic to the various service endpoints.

– Nancy Xiong
Mar 26 at 2:53





Check the Traffic Manager routing methods to determine how to route network traffic to the various service endpoints.

– Nancy Xiong
Mar 26 at 2:53













i have gone through the routing methods but my problem is still not resolved. I need custom routing method where problematically i should be able to redirect the request to specific application gateway.

– Sachan
Mar 27 at 12:10





i have gone through the routing methods but my problem is still not resolved. I need custom routing method where problematically i should be able to redirect the request to specific application gateway.

– Sachan
Mar 27 at 12:10













Well, the traffic manager works at the DNS level. Simply, If you have two healthy backends behind it, TM help client to select the endpoints based on the routing rules like Priority, Performance, Geographic and so on. when one backend is not healthy, TM will help client redirect to another healthy endpoint. Is this what you expect?

– Nancy Xiong
Mar 28 at 2:01






Well, the traffic manager works at the DNS level. Simply, If you have two healthy backends behind it, TM help client to select the endpoints based on the routing rules like Priority, Performance, Geographic and so on. when one backend is not healthy, TM will help client redirect to another healthy endpoint. Is this what you expect?

– Nancy Xiong
Mar 28 at 2:01














Azure Front Door Service is now GA and a layer 7 global traffic management service. For your requirements as seen from this thread, AFD seems like the right choice.

– SharadAg
Apr 29 at 15:53





Azure Front Door Service is now GA and a layer 7 global traffic management service. For your requirements as seen from this thread, AFD seems like the right choice.

– SharadAg
Apr 29 at 15:53








Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.



















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55344675%2fcan-we-have-single-application-gateway-for-all-vmss-created-in-different-regions%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript