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.

Deployment options

Deployment options - Azure Tutorial

From the course: Automation with Azure Powershell and ARM Templates

Start my 1-month free trial

Deployment options

- [Instructor] So we wanna work with the deployment options. How do we work with templates? You know and what are the tools that we need and where can I find these examples of good templates? The deployment options for working with Azure Resource Manager is a restful endpoint that the services expose. We can talk to that service endpoint from a variety of different interfaces. PowerShell has a command lit library that you can install that will translate the PowerShell calls into those REST endpoints. You can do it also from .NET You can do it from the command line. You can do it from the Azure portal. You can even do it from Ruby. There's a variety of different ways we can get out there and actually use those services and be able to provision things using our templates. But where do we find templates? Well there's a really good example of templates to start from on GitHub that has been created. And it's a constantly growing library. There's over 600 templates that are there. Let's…

Contents