---
title: "Recording available: ARM template deployment scripts"
description: "Learn about Azure infrastructure as code, ARM templates, Bicep and Deployment scripts in our Livestreams. Signup and watch recordings"
date: 2020-10-23
updated: 2025-01-07
author: Martin Ehrnst
section: azure
categories: [Azure, DevOps]
tags: [ARM, Azure, Deployment scripts, Infrastructure as code]
url: "https://adatum.no/azure/recording-available-arm-template-deployment-scripts/"
canonicalUrl: "https://adatum.no/azure/recording-available-arm-template-deployment-scripts"
---

[Sign up for our next livestream; How to deploy resources using CI/CD](https://tiny.cc/armtstreams)

[In our Infrastructure as code live stream series](https://tiny.cc/armtstreams), Marcel Zehner and I covered a new feature in the Azure IAC space. Namely [deployment scripts](https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/deployment-script-template?WT.mc_id=AZ-MVP-5003437&tabs=CLI). With deployment scripts for Azure, you can run PowerShell or Bash (CLI) scripts within your ARM templates. 

You may have heard of [Custom script extension for Azure Windows VMs](https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/custom-script-windows?WT.mc_id=AZ-MVP-5003437), this is sort of the same thing. Making you able to call external systems during deployment, or perform the last-mile configuration to your infrastructure.

### Deployment scripts recording

You can find all our recordings on [youtube ](http://tiny.cc/armtvideos)and all code examples on [github](https://tiny.cc/armtrepo)

###
