Created
August 19, 2011 07:50
-
-
Save chgeuer/1156278 to your computer and use it in GitHub Desktop.
CSDEF file with virtual applications in a web role
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<WebRole name="Cloud.WebRole" vmsize="Small"> | |
<Sites> | |
<Site name="Web"> | |
<VirtualApplication name="App1" physicalDirectory="..\Site.App1" /> | |
<VirtualApplication name="App2" physicalDirectory="..\Site.App2" /> | |
<VirtualApplication name="App3" physicalDirectory="..\Site.App3" /> | |
<VirtualApplication name="App4" physicalDirectory="..\Site.App4" /> | |
<Bindings> | |
<Binding name="HttpPort80" endpointName="HttpPort80" /> | |
<Binding name="HttpsPort443" endpointName="HttpsPort443" /> | |
</Bindings> | |
</Site> | |
</Sites> | |
... | |
</WebRole> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment