Lessons with tag: azure

Found 33 results

Search Tips:

To OR search terms: "terraform aws"

To AND search terms: "+terraform +aws"

To filter or reject search terms: "-aws"

Terraspace Azure Network with the Terraform Registry Module

November 28, 2021
We'll build an Azure Network with a module from the Terraform Registry. Links: Terraform Registry Module: boltops-tools/network Github Repo: boltops-tools/terraform-azure-network
6:09
free lesson

Terraspace Azure Linux Virtual Machine with the Terraform Registry Module

November 29, 2021
We'll build an Azure Linux Virtual Machine with a module from the Terraform Registry. Links: Terraform Registry Module: boltops-tools/linux-virtual-machine Github Repo: boltops-tools/terraform-azure-linux-virtual-machine
6:07
free lesson

Terraspace Azure MySQL Database with azurerm_mysql_server Terraform Resource

November 29, 2021
We'll build an Azure MySQL Database with Terraspace and the azurerm_mysql_server Terraform resource. We'll build the project from scratch. Links: Terraform Docs: azurerm_mysql_server Github Repo: boltops-learn/terraspace-azure-mysql-database
7:54
free lesson

Terraspace Azure Linux Virtual Machine Scale Set with azurerm_linux_virtual_machine_scale_set

November 29, 2021
We'll build an Azure Linux Virtual Machine Scale Set with Terraspace and the azurerm_linux_virtual_machine_scale_set Terraform resource. We'll build the project from scratch. Links: Terraform Docs: azurerm_linux_virtual_machine_scale_set Github...
9:44

Terraspace Azure LB Load Balancer Connected to a Virtual Machine Scale Set

November 30, 2021
We'll build an Azure Load Balancer routing traffic to a Virtual Machine Scale Set with Terraspace and the basic Terraform resource building blocks like azurerm_lb. We'll build the project from scratch. Links: Terraform Docs: azurerm_lb Terrafor...
10:42

Terraspace AKS Cluster with azurerm_kubernetes_cluster Terraform Resource

November 30, 2021
We'll build an Azure Kubernetes Cluster with AKS. We'll build the Terraspace project from scratch based on the example in the Terraform docs. Links: Azure Docs: Azure Kubernetes Service (AKS) Terraform Docs: azurerm_kubernetes_cluster Github Re...
11:27

Azure MySQL Flexible Database with the Portal: Manually Create and Confirm By Connecting with the mysql Client

December 10, 2021
Create an Azure MySQL Flexible Database with the Portal. It's a good way to get started. It's also sometimes the preferred way to create DBs, since they are stateful.
6:28

Azure Network with the Portal: Basic Intro How to Manual Create Network with Additional Subnet

December 10, 2021
We'll build an Azure Network with the Portal. It's a great way to get started with Azure. It's also a good refresher.
6:43

Azure Linux Virtual Machine with the Portal: Form Options, UserData Script, and SSH Into VM to Confirm

December 10, 2021
Build an Azure Linux Virtual Machine with the Portal. It's a good way to get to know Azure. Useful paths: /var/lib/cloud/instance/user-data.txt /var/log/cloud-init-output.log
8:15

Azure Uniform Scale Sets with the Portal: Create and SSH Into VM And Confirm UserData Startup Script Runs

December 11, 2021
We'll build an Azure Uniform Scale Set with the Azure Portal. We'll cover and surface some useful info from the portal. Useful paths: /var/lib/cloud/instance/user-data.txt /var/log/cloud-init-output.log
11:15

Azure Flexible Scale Sets with the Portal: Create and SSH Into VM And Confirm UserData Startup Script Runs

December 11, 2021
We'll build an Azure Flexible Scale Set with the Azure Portal. We'll cover and surface some of the useful settings in the portal interface when you're getting started.
9:39

Azure Scale Sets and Load Balancer with the Portal: Apache Web Server UserData Script Example

December 11, 2021
We'll build an Azure Flexible Virtual Machine Scale Sets with Load Balancer. We'll walk through useful debugging steps. This helps you in case things go wrong. The custom data script we'll use: #!/bin/bash whoami apt install apache -y
18:08

Azure AKS Cluster with the Portal: Create Cluster and Deploy App with kubectl

December 12, 2021
We'll create an AKS Cluster with the Azure Portal. We'll show how Azure creates the Kubernetes cluster resources under a different resource group with the prefix MC_. We'll explore and explain how AKS dog-foods it and uses a Uniform Virtual Mach...
13:31

Azure Windows Virtual Machine with the Portal: Form Options, RDP Into Box, and Delete VM

December 12, 2021
We'll build a Windows Virtual Machine with the Azure portal. We'll also connect to it, but downloading the RDF and using a Remote Desktop client.
6:06

Azure SQL Server with the Portal: Create and Use the Browser Query Editor To Connect and Test

December 12, 2021
We'll build a Microsoft SQL Server with the Azure Portal. We'll connect it via the Query Preview in the browser. Importantly, we'll explain the difference in the portal interfaces you'll use to see: databases database servers
8:02

Azure az config Set Default Resource Group

December 12, 2021
Covers a nice tip that sets the resource group default for all the az commands. This saves precious finger-typing energy :) Commands: az group list -o table az config set defaults.group=demo az network vnet list -o table az config set defaults.gr...
1:43

Azure Spot VM with the Portal

December 13, 2021
We'll create an Azure Spot Virtual Machine wth the Portal. Azure's Spot offering is different in that you'll need larger instance sizes for spot. We'll show you in the demo.
3:04

AWS EKS vs Azure AKS vs Google GKE

December 13, 2021
We'll cover the 3 different Kubernetes offerings from AWS, Azure and Google. We'll walk through each of their consoles, website interfaces, and explore how they work and compare. Repos used to create the 3 different clusters: https://github.com...
15:34

Azure Cloud Portal How to Add Shortcut Links to Menu

December 20, 2021
Shows you how to add shortcut links to the Azure Cloud menu. It's pretty simple once you know how to do it, but it wasn't quite obvious the first time using Azure.
1:41

Terraspace Azure Key Vault Secrets: How to Setup and Use

January 4, 2022
We'll show you how to use Azure Key Vault Secrets with Terraspace. This allows you to not store any secret information like passwords in your Terraform source code. Commands In the video, to focus on learning, we mainly use the Azure Portal Cons...
11:18

Terraspace Azure Plugin Data Protection and Security Features

January 5, 2022
Covers a feature request, implementation, and release of a feature for the terraspace_plugin_azurerm. Namely for the Azure Storage Account that Terraspace creates as part of the azurerm backend: Azure Storage Account Data Protection by enabling ...
5:13

EKS: Self-Managed Nodes vs Managed Node Group vs AWS Fargate

January 6, 2022
We'll cover the different EKS Nodes and what they mean. Essentially, EKS manages Kubernetes-as-a-Service but this mainly means the Kubernetes control plane. You still need to provide compute nodes to your EKS cluster so they have the capacity to ...
4:12

Terraspace Getting Started with Azure Cloud

January 9, 2022
We'll go through the Getting Started guide with Azure Cloud. It we'll create an Azure storage account, update it, and destroy it. Links: Terraspace Docs: Azure Cloud Getting Started
12:26

Azure Cloud Shell Introduction

January 24, 2022
Quick demo of how to use the Azure Cloud Shell. It's useful for quick ops on the go. All you need is a web browser. Some useful az commands to help explore the Cloud Shell: az group list az group list -o table az vm list -o table az network vnet ...
2:09

Terraspace Azure Armrest REST API Library

January 24, 2022
Talk about how the armrest library gem was written in order to handle the Azure Auth Chain. Environment Variables -> MSI -> CLI Related Links Terraspace Docs: Azure Auth Chain
7:12

BoltOps Tools