Lessons with tag: azure

Found 16 results

Search Tips:

To OR search terms: "terraform aws"

To AND search terms: "+terraform +aws"

To filter or reject search terms: "-aws"

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 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

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

Azure Pipelines with Pull Request Workflow and Approve Step (Advanced)

July 22, 2022
We'll cover how to set up more advanced Azure Pipelines: Pull Request Workflow: We'll use a Azure Branch Policy to trigger a terraspace plan on Pull Requests. You can fully restrict any git push to main and only permit PR changes or relax it a l...
18:32

Azure Pipelines CI with Terraspace

July 22, 2022
We'll cover how to set up Azure Pipelines CI with Terraspace. The pipelines: Branch Push Pipeline: Shows previews of changes using terraspace plan on TS_ENV=dev. Main Branch Pipeline: Automatically updates the infrastructure using terraspace up ...
22:41

BoltOps Tools