Create PHP WebApp In Windows Azure

Requirements

  • Filezilla FTP
  • Azure Account
  • Internet
  • System

Introduction

Azure Web app Service is one of the Cloud Services.

Azure Web Service makes it easy to deploy the Web Applications and the database in the Azure Cloud. In Azure, the Web app is created. Afterwards, go to the Filezilla FTP software to deploy PHP Web app to the Cloud.

The open source PHP language SI supports Azure Cloud. Azure is one of the easy ways of hosting the Web apps in the Cloud.

Filezilla is used for hosting Web apps in the Azure Cloud

The steps, given below, help to create the PHP Azure Web app and host PHP Web apps and databases.

Steps

  • Go to Azure portal
  • Create the Web app Services.
  • Create PHP Application
  • Download the Filezilla software
  • Host the Web app via Filezilla FTP. 
Steps

Go to portal.azure.com(sign in). 

sign in

Click New.

Select Web+Mobile.
 
Select Web app.

Web+Mobile

Give a Webapp name uniqe(Ex:sample).

Resource group name uniqe(Ex:web).
 
Next Create.

Create

Go to Notification (Deployments succeeded).

Notification

Go to the Browser.
 
Type Webapp address.

browser

Write PHP code from Notepad ((Ex:hello world).

php code

Save from the desktop(Ex:index.php)(index is default page in PHP).

save

Go to Azure portal.

Select your Webapp.
 
Go to all the settings.
 
Select deployement credentials.
 
Give username and password.

settings

Go to Notification(successfully reset deployement credentials). 

Notification

Go to your Webapp.

See your app details (FTP host name and FTP Deployment username). 

webapp

Download Filezilla FTP client software.

Next, copy and paste FTP host name and FTP Deployment username from Filezilla tool.(required)

files

After quick connect, go to the site folder.
 
Next, move your project to site folder.

Go to Azure portal. Select your Webapp URL and run it.
Next Recommended Reading Create Master Page Template In PHP