CREATING A LIBRARY WEB APP USING AZURE APP SERVICE

What is Azure app service?
Azure App Service is a fully managed Platform as a Service (PaaS) offering from Microsoft Azure that allows you to build, deploy, and scale web apps, mobile back ends, and RESTful APIs in the programming language of your choi…


This content originally appeared on DEV Community and was authored by Adebayo Ebofin

What is Azure app service?
Azure App Service is a fully managed Platform as a Service (PaaS) offering from Microsoft Azure that allows you to build, deploy, and scale web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing infrastructure.

Here are step by step in creating a library web app using azure app service
a. In azure portal search for app services

Image description
b. At the drop down of + create select web App

Image description
c. create a New Resource Group( I named it webapprg)

Image description
d. Give your web app a name of your choice (libraryapp) also select code

Image description
e. Select your Runtime stack (I choose .NET 6 (LTS) which automatically selected window as operating system also select region

Image descriptionuploads.s3.amazonaws.com/uploads/articles/59vbr2em86aaevnnkqps.png)

Image description
f. Give your plan a name and click ok (libraryapplan)

Image description
g. Choose your pricing plan from drop down (I choose standard)

Image description

h. Add tag by clicking on tag write name and web app name (libraryapp), select review + create.
Image description
i. select create

Image description
j. Go to chatgpt to generate a code by typing sample HTML, CSS, JavaScript application for library all in one file

Image description

Image description

Image description

Image description
k. Go to library app created and select deployment center under deployment slot provided you are picking your code from any continuous deployment or manual deployment

Image description
l. In the search bar search for advance tools and select then click on the Go

Image description
m. Click on debug console and select CMD

Image description
n. Click on site

Image description
o. Click on wwwroot
Image description
p. Click on the pencil icon of hostingstart.html

Image description
q. Remove the default code
Image description
r. Paste code copy from chatgpt and click save
s. Go back to libraryapp created and click on default domain to view the library created

Image description

Image description


This content originally appeared on DEV Community and was authored by Adebayo Ebofin


Print Share Comment Cite Upload Translate Updates
APA

Adebayo Ebofin | Sciencx (2024-10-28T07:34:37+00:00) CREATING A LIBRARY WEB APP USING AZURE APP SERVICE. Retrieved from https://www.scien.cx/2024/10/28/creating-a-library-web-app-using-azure-app-service/

MLA
" » CREATING A LIBRARY WEB APP USING AZURE APP SERVICE." Adebayo Ebofin | Sciencx - Monday October 28, 2024, https://www.scien.cx/2024/10/28/creating-a-library-web-app-using-azure-app-service/
HARVARD
Adebayo Ebofin | Sciencx Monday October 28, 2024 » CREATING A LIBRARY WEB APP USING AZURE APP SERVICE., viewed ,<https://www.scien.cx/2024/10/28/creating-a-library-web-app-using-azure-app-service/>
VANCOUVER
Adebayo Ebofin | Sciencx - » CREATING A LIBRARY WEB APP USING AZURE APP SERVICE. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/10/28/creating-a-library-web-app-using-azure-app-service/
CHICAGO
" » CREATING A LIBRARY WEB APP USING AZURE APP SERVICE." Adebayo Ebofin | Sciencx - Accessed . https://www.scien.cx/2024/10/28/creating-a-library-web-app-using-azure-app-service/
IEEE
" » CREATING A LIBRARY WEB APP USING AZURE APP SERVICE." Adebayo Ebofin | Sciencx [Online]. Available: https://www.scien.cx/2024/10/28/creating-a-library-web-app-using-azure-app-service/. [Accessed: ]
rf:citation
» CREATING A LIBRARY WEB APP USING AZURE APP SERVICE | Adebayo Ebofin | Sciencx | https://www.scien.cx/2024/10/28/creating-a-library-web-app-using-azure-app-service/ |

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.