Creating
an App Service
Inside
the Azure portal, I want to create a new App Service. So I'm going to come over
into App Service. I can see that I currently have no App Services in this
subscription, so I will click the add button
create an app Service is to select a starting
template that might include some pre-configured software. For example, if I
scroll down through the list of available templates here, I can see that I can
start with a WordPress site running on the Linux operating system and many
other options available. So when working with platform as a service features,
that we don't worry about the operating system. I can see there's Web App +
SQL, which will create an App Service for me plus give me an Azure SQL
instance, but I'm going to look for just the basic, most simple web application
and I click that, I come to another blade that opens where I can read through a
description of Web App and then click create.
First of all, I have to give my
App Service a name. Now, an App Service
name also forms part of a domain name that We can give to our users to reach my
web application. In other words, the name that We enter here like Acmecore will
be part of the name acmecore. azurewebsites. net, that anybody can use to reach
my web application.
After
filling the above information you will be redirected to below screen. Update
information and click on create.
Azure
will take few moments to create the application for you.
Once done
you will get below screen with your newly created application information.





Comments
Post a Comment