From the course: Automation with Azure Powershell and ARM Templates

Unlock the full course today

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

Improvements

Improvements - Azure Tutorial

From the course: Automation with Azure Powershell and ARM Templates

Start my 1-month free trial

Improvements

- [Narrator] So now we've got a project that was created by default that has a number of different resources embedded within it. Inside the JSON is defines out the database it defines the hosting plan, and the number of the different alerts and metrics. But it's also missing a few things. One of the things that's not there is our application settings. We should be able to add that to our project as well as deploying code because right now if I was to go out and run the website I would see that there's no code there it's just the default holder for what that is. One of the other things that you might wanna do is to standardize the names of things. If you looked at what we created there is a number of places where we could improve that by pulling in a naming standards around that. And that's where the actual syntax of how the template structure is put together really is something that is worth knowing. And so, we're gonna talk about how we can improve this by taking advantage of the…

Contents