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
b. At the drop down of + create select web App
c. create a New Resource Group( I named it webapprg)
d. Give your web app a name of your choice (libraryapp) also select code
e. Select your Runtime stack (I choose .NET 6 (LTS) which automatically selected window as operating system also select region
uploads.s3.amazonaws.com/uploads/articles/59vbr2em86aaevnnkqps.png)
f. Give your plan a name and click ok (libraryapplan)
g. Choose your pricing plan from drop down (I choose standard)
h. Add tag by clicking on tag write name and web app name (libraryapp), select review + create.
i. select create
j. Go to chatgpt to generate a code by typing sample HTML, CSS, JavaScript application for library all in one file
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
l. In the search bar search for advance tools and select then click on the Go
m. Click on debug console and select CMD
o. Click on wwwroot
p. Click on the pencil icon of hostingstart.html
q. Remove the default code
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
This content originally appeared on DEV Community and was authored by Adebayo Ebofin
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/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.