Skip to content

Instantly share code, notes, and snippets.

@SyntaxC4
Created September 23, 2013 09:49
Show Gist options
  • Save SyntaxC4/6668445 to your computer and use it in GitHub Desktop.
Save SyntaxC4/6668445 to your computer and use it in GitHub Desktop.
Explicitly Set PHP Version for a Windows Azure Web Site
Set-AzureWebsite -PhpVersion 5.3 -Name <site-name>
azure site set --php-version 5.3 <site-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment