Is traffic between applications on the same azure website charged? -


let's assume following scenario:

1 website on hostname http://test.azurewebsites.com 2 virtual directories (applications) (test1 & test2)

if make call inside codebase of http://test.azurewebsites.com/test1 towords webservice hosted on http://test.azurewebsites.com/test2

  • are charged traffic
  • will run through load balancer or on same machine?

the request run through load balancer, since request going same data-center not incur cost.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -