Skip to main content

Posts

Showing posts with the label Cloud

Introducing Azure app services

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...