jim
jim

Reputation: 9138

Deploy PHP to Azure Website

I have come across many tutorials on deploying a PHP website as an Azure Website via a Visual Studio Cloud Project. They all seem out of date and I can't seem to get any working.

My aim is to take an Expression Engine powered site with MySQL db and deploy to Azure using Visual Studio.

The problems I have encountered are:

Any guidance would be greatly appreciated.

Thanks

Upvotes: 1

Views: 1767

Answers (1)

sabbour
sabbour

Reputation: 5009

You don't really need Visual Studio to deploy a PHP site to Azure Websites. Check this tutorial: http://azure.microsoft.com/en-us/documentation/articles/web-sites-php-create-web-sites/

You can deploy the site using FTP or source control.

Upvotes: 2

Related Questions