Created
May 9, 2011 10:21
-
-
Save domgreen/962332 to your computer and use it in GitHub Desktop.
Setting the OS Family in Azure to enable PowerShell v2
This file contains 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
<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