Ignite 2019 Infrastructure as Code pre-day docs
Перейти к файлу
Brian Moore 8ed5415799
Merge pull request #4 from Azure/arm
updates
2019-10-29 09:02:17 -05:00
ARM Template updates 2019-10-29 08:59:58 -05:00
Ansible Dynamic inventory edits 2019-10-28 15:28:49 -07:00
Challenges updates 2019-10-28 10:52:38 -05:00
Terraform Corrections to Lesson 3 and the related code, minor typo fixes for Lesson 4 2019-10-27 23:15:24 -07:00
images Add cloudshell set up info 2019-10-25 16:28:32 -07:00
.DS_Store Repo structure for IaC workshop labs 2019-10-08 15:46:12 -07:00
.gitignore updated .gitignore & added sample iteration config 2019-10-16 10:41:03 -07:00
CODE_OF_CONDUCT.md Initial commit 2019-10-08 11:55:46 -07:00
Contrib.md Create Contrib.md 2019-10-22 20:03:37 -07:00
LICENSE Initial commit 2019-10-08 11:55:47 -07:00
LICENSE-CODE Initial commit 2019-10-08 11:55:48 -07:00
README.md Minor edit 2019-10-25 16:47:35 -07:00
SECURITY.md Initial commit 2019-10-08 11:55:49 -07:00

README.md

Ignite 2019 - Infrastructure as code with Terraform, Ansible, and ARM Pre-Day Workshop

Infrastructure as code (IaC) is an important pillar of modern DevOps and is used by most enterprise customers to safely and efficiently provision and manage their cloud solutions. HashiCorp Terraform and Red Hat Ansible are very popular technologies allowing the practice of IaC - they abstract infrastructure provisioning, making it faster and easier for teams to deploy cloud resources in a variety of scenarios such as hybrid and multi cloud environments. In this workshop, learn about the practice of infrastructure as code, get an overview of Terraform, Ansible, and Azure Resource Manager templates, as well as gain hands-on experience in using these to deploy and provision resources on Azure.

Walk throughs for this workshop can be found in the table below. During the workshop, you will pick a track or tool and work through each of the labs for that tool. If you have extra time during the workship or if you would like to come back and walk through the labs with the other tools after the workshop this table will enable you to do that.

Before you start

Go to launch URL, sign up and provide the activation code.

After you signed up, click the Launch Lab button which will take you automatically to the LabVM RDP in browser.

Setting up Cloud Shell in Azure portal

In the LabVM RDP browser:

  1. Click the link on the top left to go to Azure Portal

  2. Sign in using the Azure Credentials provided in the Environment Details tab

  3. Once signed in, go to Resource Groups under Favorites in the left rail. You should see two resource groups:

    • IoC-01-XXXXXX: this resource group contains all the AnsibleVM, LabVMs etc., lab resources. We recommend to put your Cloud Shell storage in this resource group as well.
    • IoC-02-XXXXXX: use this resource group for all assets created in the labs
  4. click >_ in the top bar Launch Cloud Shell

  5. Select Bash

  6. Since you have no storage mounted, click Show advanced settings to create a storage account in the 1st resource group. Launch Cloud Shell

  7. Specify the region as the same as your resource group. i.e. South Central US

  8. Under Resource group, make sure you select IoC-01-XXXXXX as the resource group, provide a unique name for each of your storage account and file share. E.g., you can prefix the name with the last 6 digits of your resource group.

Workshop Labs

Lab Name Ansible ARM Template Terraform
Basics Guide Guide Guide
Variables Guide Guide Guide
Helpers Guide Guide Guide
Security Guide Guide Guide
Reusability Guide Guide Guide

Contribution guide