From the course: Azure Infrastructure as Code with ARM, Bicep, Terraform, and Pulumi
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Solution: Deploy web app from script - Azure Tutorial
From the course: Azure Infrastructure as Code with ARM, Bicep, Terraform, and Pulumi
Solution: Deploy web app from script
(upbeat music) - [Instructor] Taking the hint, I want to be able to go out and create a web app and deploy it. There's an AZ web app help, and if you look at that, there's a couple of different commands and things I can do with it. I can do authentication, I can manage configuration, but there's a command down here called "Up" and the AZ web app Up will create a web app for me and deploy it into a infrastructure. I can use this command and let's take a look at that by doing AZ web app up help. And this will show me what I have to do in order to make that work. And there's some good examples of how this would deploy. Now I have a dot net application. It's in my source folder. So what we're going to do is we're going to go in and we're going to create a script. Take our script that is going to test arm, and I'm going to do this in PowerShell and we'll make it happen here. We'll go ahead and I'm going to do a couple things. One is that we've got the resource group, we've created it, and…
Contents
-
-
-
-
(Locked)
Getting started with Azure CLI2m 17s
-
Demo: Exploring Azure CLI5m 21s
-
(Locked)
Bash vs. PowerShell with Azure CLI2m 4s
-
(Locked)
Demo: Powershell scripting basics5m 51s
-
(Locked)
Demo: Bash scripting basics3m 46s
-
(Locked)
IaC coding patterns2m 20s
-
(Locked)
Challenge: Deploy web app from script19s
-
(Locked)
Solution: Deploy web app from script3m 43s
-
(Locked)
-
-
-
-
-