Skip to content

Instantly share code, notes, and snippets.

@domgreen
Created May 9, 2011 10:21
Show Gist options
  • Save domgreen/962332 to your computer and use it in GitHub Desktop.
Save domgreen/962332 to your computer and use it in GitHub Desktop.
Setting the OS Family in Azure to enable PowerShell v2
<ServiceConfiguration osFamily="2" osVersion="*" serviceName="CloudCore" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration">
<Role name="WebRole">
</Role>
</ServiceConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment