Skip to content

Instantly share code, notes, and snippets.

@gbellmann
Created July 27, 2015 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gbellmann/b979212d3f17895e63db to your computer and use it in GitHub Desktop.
Save gbellmann/b979212d3f17895e63db to your computer and use it in GitHub Desktop.
<ServiceConfiguration name="CloudService" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="4" osVersion="*" schemaVersion="2014-06.2.4">
<Role name="CloudService.Web" vmName="WebInst">
<Instances count="2"/>
<ConfigurationSettings>
...
</ConfigurationSettings>
<Certificates>
...
</Certificates>
</Role>
</ServiceConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment