Is there a way to configure the same domain for multiple Azure web applications (same domain, not subdomain)?
I would like to have http://myCustomDomain.com/WebApp and http://myCustomDomain.com/WebApi where the first is a website and the second is an API.
Thank!
For this you will need to use virtual directories:
, "" - Azure . " ". , , web.config .
https://blogs.msdn.microsoft.com/tomholl/2014/09/21/deploying-multiple-virtual-directories-to-a-single-azure-website/
http://www.microsofttrends.com/2015/02/02/publishing-to-azure-web-sites-with-multiple-virtual-applications/
DNS, webapp IP-, . DNS- - URL- ( 5-30 , ).
( IRules), , Azure Webapps. - , , .
Source: https://habr.com/ru/post/1664065/More articles:Sort 2d arrays containing numbers and strings - javascriptF # Visual Power Tools not working - code-formattingC ++ How to find the minimum number of elements from a vector that sums with a given number - c ++Why is the spatial complexity of the recursive workaround O (h) rather than O (n) - data-structuresUndo and migrate UserNotification (old UILocalNotification) starting from user date in iOS 10 - iosWhy is jQuery in the Angular controller bad? - javascriptЧто такое NSISEngine? - iosCounting recursive function calls - pythonCan I extract y-values (data labels) from within cross-validation in scikit-learn? - pythonPostgresql Npgsql.PostgresException in C # - c #All Articles