Monday, September 14, 2020

Azure App Services

 Description: Azure App service allows us to host different applications like Dotnet, Nodejs, PHP, Java, Python, HTML. Microsoft Azure Web Sites is a platform as a service (PAAS) which allows publishing Web apps running on multiple frameworks and written in different programming languages

Procedure: 

  • Open Azure Portal by open portal.azure.com 
  • Navigate to App Services and create new App Services
  • Fill all require details like Runtime, Platform, Region and Windows Plan


  • Review and create web app 
  • Once you create it will provide you full details of web app


  • To upload data you need to add ftp configuration. Open Deployment Center and Enable FTP
  • Set password for FTP user and password

  • Upload your code and browse your site







No comments:

Post a Comment