Create an App Service Application & Upload content on it

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.

Step 3: Open a terminal and log in to your Azure account with command: “az lo…


This content originally appeared on DEV Community and was authored by Baridiilo Poromon

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


This content originally appeared on DEV Community and was authored by Baridiilo Poromon


Print Share Comment Cite Upload Translate Updates
APA

Baridiilo Poromon | Sciencx (2024-07-10T03:13:02+00:00) Create an App Service Application & Upload content on it. Retrieved from https://www.scien.cx/2024/07/10/create-an-app-service-application-upload-content-on-it/

MLA
" » Create an App Service Application & Upload content on it." Baridiilo Poromon | Sciencx - Wednesday July 10, 2024, https://www.scien.cx/2024/07/10/create-an-app-service-application-upload-content-on-it/
HARVARD
Baridiilo Poromon | Sciencx Wednesday July 10, 2024 » Create an App Service Application & Upload content on it., viewed ,<https://www.scien.cx/2024/07/10/create-an-app-service-application-upload-content-on-it/>
VANCOUVER
Baridiilo Poromon | Sciencx - » Create an App Service Application & Upload content on it. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/07/10/create-an-app-service-application-upload-content-on-it/
CHICAGO
" » Create an App Service Application & Upload content on it." Baridiilo Poromon | Sciencx - Accessed . https://www.scien.cx/2024/07/10/create-an-app-service-application-upload-content-on-it/
IEEE
" » Create an App Service Application & Upload content on it." Baridiilo Poromon | Sciencx [Online]. Available: https://www.scien.cx/2024/07/10/create-an-app-service-application-upload-content-on-it/. [Accessed: ]
rf:citation
» Create an App Service Application & Upload content on it | Baridiilo Poromon | Sciencx | https://www.scien.cx/2024/07/10/create-an-app-service-application-upload-content-on-it/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.