This is a Workshop for Infrastructure as Code on Azure.
Infrastructure as Code allows the management of your infrastructure including networks, virtual machines, platform services, and load balancers. Using tools for deployment and configuration management allows you to describe the desired Azure resources needed for an environment and ensures that consistent infrastructure is created and configured each time it is deployed.
This Workshop is focused on:
- Understanding Infrastructure as Code concepts
- Azure Resource Manager as an Infrastructure as Code provider for Azure
- Understanding other tools in the Azure for automation and infrastructure management.
- Integrating Infrastructure as code as part of a DevOps pipeline.
Attendees will learn basics of Infrastructure as Code and gain skills on deploying and managing Azure resources using tools such as ARM.
Practical examples in this workshop include the creation of some basic Azure Resources, however many others can be deployed using the same techniques.
This workshop is intended for:
- Sysadmins.
- Infrastructure architects.
- DevOps Engineers.
- SRE.
- Security Architects.
- Basic understanding of command line.
- No previous Azure experience required.
If you have no previous experience on Azure and want to read an overview, access this link:
The Power Point presentations used can be found: Infrastructure as Code
These are the challenges for the workshop, it is important to note that they have to be done in order of appearance, so it is important that you follow the order.
- Challenge 01 - Getting Started
- Challenge 02 - Creating an Azure Virtual Machine from the Azure Portal
- Challenge 03 - Creating an Azure Virtual Machine using an ARM template
- Challenge 04 - Creating multiple Azure Virtual Machines
- Challenge 05 - Creating an Azure Virtual Machine image using Azure Image Builder
- Challenge 06 - Using Bicep
- Challenge 07 - GitHub Actions
This workshop will require that you have access to an Azure Subscription with at least Contributor rights to create resources and the ability to generate a service principal for the subscription (you need permissions on you Azure AD tenant). If you do not currently have access you can create a trial account by going to https://azure.microsoft.com/free and registering for a 3-month trail.
Signing up for a trial requires:
- A unique Microsoft Live Account that has not registered for a trial for in the past. It is recommended that you do NOT use your corporate email.
- A Credit Card, used to verify identity and will not be charged unless you opt-in after the trial is over
If you are having issues with this access, please alert the instructor ASAP as this will prevent you from completing the challenges.
This workshop has been created by:
- Juan Manuel Servera- Microsoft
- Laura Nicolas- Microsoft
Other resources used:
Additional Resources can be found at: