HOW TO CREATE AN APP SERVICE APPLICATION WITH AZURE

App Service Web Apps lets you quickly build, deploy, and scale enterprise-grade web, mobile, and API apps running on any platform. Meet rigorous performance, scalability, security and compliance requirements while using a fully managed platform to perform infrastructure maintenance. I will run you through the Steps to create a web app service on Azure portal 1, Launch the Azure portal and search for and select App services from the search bar. 2, Click on +Create Tab select Web app you might need to wait for some seconds for it to open 3, To Create a Web App service you will need 3 vital things which are; A Resource group Empty web app A plan Give your Resource group a name and select all that applies. 4, Review and Create 5, Create on the next tab and let it validate 6, Click on Go to Resource Now we have our Web app created and it comes with a default domain we can click on the default domain, it will show us an empty web app that needs to be uploaded with content To upload content into the app we will need to type and select advance tools in the search bar area and click on the Go to, this will take us to another page on the Kudu+ app click on the Debug tab and select CMD select site Select Root folder Select the pencil icon Remove every code on the tab and input your own java script code

Feb 24, 2025 - 00:35
 0
HOW TO CREATE AN APP SERVICE APPLICATION WITH AZURE

App Service Web Apps lets you quickly build, deploy, and scale enterprise-grade web, mobile, and API apps running on any platform. Meet rigorous performance, scalability, security and compliance requirements while using a fully managed platform to perform infrastructure maintenance.

I will run you through the Steps to create a web app service on Azure portal

1, Launch the Azure portal and search for and select App services from the search bar.
App service
2, Click on +Create Tab select Web app you might need to wait for some seconds for it to open
Web app
3, To Create a Web App service you will need 3 vital things which are;

  • A Resource group

  • Empty web app

  • A plan

Give your Resource group a name and select all that applies.
Resource group

Plan
4, Review and Create
Create
5, Create on the next tab and let it validate
validation
6, Click on Go to Resource
Resource

Now we have our Web app created and it comes with a default domain
Domain
we can click on the default domain, it will show us an empty web app that needs to be uploaded with content
Image

To upload content into the app we will need to type and select advance tools in the search bar area and click on the Go to, this will take us to another page
advance tools
on the Kudu+ app click on the Debug tab and select CMD select site
CMD
site
Select Root folder
Root folder
Select the pencil icon
pencil
Remove every code on the tab and input your own java script code
code