Container Orchestration Simplified with Managed Kubernetes

Build with an Azure free account. Get USD200 credit for 30 days and 12 months of free services.
Start free todayTelmo Sampaio joins Scott Hanselman to discuss Azure Building Blocks 2.0 (azbb), which is an open-source command line tool and set of Azure Resource Manager templates designed to simplify deployment of Azure resources. It enables you to use infrastructure as code in Azure without worrying about the complexity of ARM resources.
For more information, see:
Follow @SHanselman Follow @AzureFriday Follow @telmo_sampaio
Where do we share our "recipes"?
@fastboxster: at this point, feel free to look at https://github.com/mspnp/template-building-blocks/tree/master/scenarios and add your own scenarios/recipes.
How would I go about using azbb from Azure Automation Runbooks? And from plain old Powershell?
@BrandtLassen: azbb is a command line utility based in node.js (at this time). You can run it from within a PowerShell script, as long as the package for azbb is correctly installed.