Playing with Azure App Service | Scribe

    Playing with Azure App Service

    • Hafeez Baig |
    • 10 steps |
    • 51 seconds
    information ordinal icon

    Refer to this guide to learn how to create your first Azure Web App Service\ <https://scribehow.com/shared/Creating_your_first_Azure_Web_App_using_App_Service__1uKwDuAVQ96UuJLJydwJLg>

    1

    Sign in into the **Microsoft Azure Portal**

    2

    Type **App Services** in the search bar and click on the **App Services** to view the App Services dashboard

    information ordinal icon

    **What is Azure App Service?**\ \ Azure App Service is a fully managed platform-as-a-service (PaaS) offering in Microsoft Azure that enables developers to build, deploy, and scale web applications and APIs quickly and easily.

    3

    On the **App Service** wizard, clcik on the Name **my-first-web-application-in28minutes**

    4

    **my-first-web-application-in28minutes** wizard will open, click on the **Overview** option from the left bar

    5

    Locate the **Default domain** section on the right side and click on the copy widget

    6

    Open the new tab in any browser and paste the copied link

    7

    You can view the **NGINX** default web site

    8

    To view the **Logs** for the App Service. Go back to the Azure Portal and click on the **Activity log** from the left bar

    9

    Click on the **Scale up (App service plan)** option to Scale up your Azure App Service

    information ordinal icon

    **What is Scale up (App Service plan)?**\ \ Scale-up in the context of an Azure App Service plan refers to increasing the resources allocated to the plan to handle higher levels of traffic or workload demands. This typically involves upgrading to a higher pricing tier that offers more CPU, memory, and other resources to support the application's requirements.

    10

    Click on the **Scale out (App service plan)** option to Scale out your Azure App Service

    information ordinal icon

    **What is Scale out (App Service plan)?**\ \ Scale out in the context of an Azure App Service plan refers to increasing the number of instances (or replicas) of the application running under the plan to handle higher levels of traffic or workload demands. This involves adding more virtual machine instances to distribute the incoming requests across multiple servers, thereby improving the application's performance and availability.

    information ordinal icon

    Congratulations on completing this lab and exploring Azure App Service! Good Job!