简体   繁体   English

将laravel应用程序部署到Azure

[英]Deploy a laravel app to Azure

I have my application developed with Laravel 5.1 & MySQL. 我的应用程序是使用Laravel 5.1和MySQL开发的。 I don't know how to move it to Microsoft Azure. 我不知道如何将其移至Microsoft Azure。

Can anyone tell me how to deploy to Azure? 谁能告诉我如何部署到Azure?

I am trying to figure out the costing too, but azure pricing calculator doesn't show MySQL & PHP in the list. 我也试图弄清楚成本,但是天蓝色的定价计算器没有在列表中显示MySQL和PHP。 Can anyone help with this too?? 任何人都可以帮忙吗?

Thanks!!! 谢谢!!!

Generally speaking, you can leverage Azure Web Apps of Azure App Services to host your PHP applications. 一般而言,您可以利用Azure App Services的Azure Web Apps托管PHP应用程序。 And the MySQL database service is provided by ClearDB on Azure. MySQL数据库服务由Azure上的ClearDB提供。 For dev or testing, they all provide free pricing tier. 对于开发或测试,它们都提供免费的定价层。

And you can refer to https://azure.microsoft.com/en-us/documentation/articles/app-service-web-php-get-started/#create-a-php-laravel-app-on-your-dev-machine for steps of how to build and deploy a laravel application to Azure Web Apps. 您可以参考https://azure.microsoft.com/zh-CN/documentation/articles/app-service-web-php-get-started/#create-a-php-laravel-app-on-your-开发机 ,了解如何构建laravel应用程序并将其部署到Azure Web Apps的步骤。

Any further concern, please feel free to let me know. 如有任何其他疑问,请随时告诉我。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM