Jump to content
  • entries
    142
  • comments
    0
  • views
    87480

Azure Start Point | Your first Web App


proximagr

737 views

 Share

Azure Start Point | Your first Web App
In this post series we will go through some basic steps on how to start with Microsoft Azure. For start we will create a Web App.
If you don’t have an Azure Subscription, you can easily create a free trial by just going to https://azure.microsoft.com/en-us/free/
Let’s create our first Web App. Go to the Azure Portal by navigating to https://portal.azure.com and click “+ Create a resource”
img_5b03ce4ac1565.png
At the search box write “Web App” and press enter
img_5b03cf5e0eec3.png
At the search results. click the “Web App” and at the next screen just press “Create”
img_5b03cf900c262.png
The “Web App Create” wizard will open.img_5b03cfe7a443b.pngEnter a name for the App. This will be the Public name of your App. Azure by default provides the domain *.azurewebsites.net for free.
So in my example the prowebdev.azurewebsites.net will be the URL of my App
Select the Azure Subscription that will used to bill the Web App and a Resource Group. The Resource Group is used to organize the resources and provide role based access control among other.
OS: Select the Operating System platform that will host your Web App. This can be Windows, Linux or a Docker Container. For the test I will select Windows.
As you can see the wizard has selected an App Service Plan by default with a random name and location. The App Service Plan is actually the Web Server that will host out Web App. Click on the “App Service Plan/Location”
Add a name for the Web Server, select the Location that is nearest to you (or your clients) and the Pricing Tier.
img_5b03d9ed65448.pngBy pressing OK you will return to the Web App create wizard and press Create. Now you can monitor the creating process of the App form the “Notifications” option at the top right of the portal, it is the button that has a ringing bell image. First you will see the “Deployment in progress…” message and as soon as the App is ready you will see the “Deployment completed” message.img_5b03daafd0ea5.pngimg_5b03dafd6605a.png
Now if you go to the Resource group you will see two resources. The App Service and the App Service Plan. In high level, the App Service Plan is the web server and the App Service is the Web Application.
img_5b05bb84116f0.png
Now click the App Service and at its blade you can see your applications URL.
img_5b05bcbb72165.png
Click the URL and you will see the Demo page
img_5b05bcea62a55.png
[/url]share_save_171_16.png
The post Azure Start Point | Your first Web App appeared first on Apostolidis IT Corner.



Source

 Share

0 Comments


Recommended Comments

There are no comments to display.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...