From the course: Automation with Azure Powershell and ARM Templates

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Create a demo application

Create a demo application - Azure Tutorial

From the course: Automation with Azure Powershell and ARM Templates

Start my 1-month free trial

Create a demo application

- [Instructor] So, if our goal is we wanna make an application that's going to be cloud aware, we want it to be configurable from the cloud, we want it to be able to use services that are in the cloud, we can use a variety of different types of starting points. I'm gonna create just a simple ASP.net web application. So, with an ASP.net web application, we'll call this my demo app, I can go out and create just a very simple MVC style application. I could turn on unit test, if you want. You can enable web forms. In fact, you could do it with any of these templates if you wanted to, but for what we're doing, I'm just gonna create a very simple MVC type of an application, and the goal is to be able to have this work with settings and be configurable from the cloud and be able to run in the cloud, and be able to add other features to it. So, when we start looking at it, the first thing I wanna do is to make sure that it runs, so we're gonna go out and just run the application. Click on the…

Contents