How to create server on azure and host php,mysql site on that

我的梦境 提交于 2019-12-06 12:27:21

问题


I wanted to host PHP site on azure and following steps same as described here:

Create a PHP-MySQL web app in Azure App Service and deploy using Git https://azure.microsoft.com/en-us/documentation/articles/web-sites-php-mysql-deploy-use-git/

But, here I am not getting any Web app + MySQL under Web Apps option. May be I am missing any steps to enable php ?

So please can anybody guides me ?

---------------- Updated ------------- Step : 2 --------------

Thanks a lot to https://stackoverflow.com/users/793891/csharprocks to guide me how to create php subscription. But Now I am stuck that what to do next from here.

I have used same link but I think its to old link as I am not getting such steps.

because what I followed

(1)Login to the Azure Portal.

(2)Click the Marketplace.

(3)Click Web + Mobile, then Free trial(signup here).

(4) Got subscription confirmation mail from Microsoft,

but what to do next from here ?


回答1:


The Web App + MySQL option is found in the marketplace. In the preview portal, click on the New button, select Marketplace, then Web + Mobile. You'll see a list of options, one being Web App + MySQL.




回答2:


You also can create a Web App + MySQL in old manage portal. Click “NEW”=>”COMPUTE”=>”WEB APP”=>”CUSTOM CREATE” at the bottom navigation of the portal page to create a custom web app, we can create a MySQL database during the configuration.

Fill in the properties and at the DATABSE selection we select “create a new MySQL database”, then name it.

As Azure MySQL is provided by ClearDB, so mark the checkbox to agree the request.

Then you will succeed to create a Web app +MySQL service.



来源:https://stackoverflow.com/questions/32500493/how-to-create-server-on-azure-and-host-php-mysql-site-on-that

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!