Create an App Service Application & Upload content on it

Baridiilo Poromon - Jul 10 - - Dev Community

Step 1: Azure Account: Ensure you have an active Azure account.

Step 2: Azure CLI: Install the Azure CLI on your local machine. You can download and install it from here.

Image description

Step 3: Open a terminal and log in to your Azure account with command: "az login"

Image description

Step 4: Create a resource group with command: "az group create --name YESAPPBP --location eastus"

Image description

Step 5: Create an App Service plan in the resource group. Use command: "az appservice plan create --name YESAPPPLAN --resource-group YESAPPBP"

Image description

Step 6: Create a web app within the App Service plan. Use command: "az webapp create --resource-group YESAPPBP --plan YESAPPPLAN --name YESAPPSERVICEAPP"

Image description

Step 7: Go to Azure and in the search type in App Services and you will see the created app. Click on the web app.

Image description

Step 8: In the search of your web app type in and click advanced tools and press go.

Image description

Step 9: In the debug console section, click CMD, site, wwwroot, and then edit the html on the page.

Image description

Step 10: Paste your html resume into the document and press save.

Image description

Step 11: Go back into Azure and on your web app page click the link under default domain and you should be redirected to a page that displays your resume.

Image description

. . . . . . . . . . . . . . . . . .
Terabox Video Player