This article covers the topics given below.

What is a Web App?

Web Application or Web app is a client–Server software Application in which the client or the client interface runs in a Web Browser. Common Web Applications are used as a Web Application.

e.g.

webmail, wikis, instant messaging services, Flipkart, Amazon.


Prerequisites

Development Environment Software Package

Create Web app

Step 1

Step 2

Step 3

Step 4

Create Azure resources

  1. Create the app Service dialog box, followed by clicking Add account and sign in your Microsoft Azure ID & Password. Click Manage your account subscription or if you are already signed in, skip that step.



  2. In your Web app project, give a unique name as uniquein net domain.
  3. Now, you need to enter to create a different project.



  4. The URL for your Application name plus .azurewebsites.net. For example, if the name is Logesh, the URL is logesh.azurewebsites.net.



  5. Click New button, which is next to the resource group box and enter your resource group name or if you have already have resource group, select any one.
  6. Click New button, which is next to the app Service plan but don’t create new app Service plan.
  7. To configure app Service plan, dialog and enter your plan name, if you are preferred.



  8. In the location, dropdown list, choose the location, which is close to you.

    (The setting specifies Azure datacenter and your Application will run at a speed for the closed location (Server and client possible) accessing).
  1. In the size-> drodown click.
  2. In the Configure app Service plan dialog box, click in the Create app Service dialog box, click create.


Azure Resources in Visual Studio

Build Azure Web Project

You may have your Web API Preview, click Next and click Preview button. Now, go to Azure Activity Application and the Application is created successfully and the local Browser automatically opens. See your Website and the link will be given below on the Activity dialog box and there is no authentication, so no databases are available.


Web Project is created

Conclusion