February, 22, 2021
Project Bicep: Azure Infrastructure as Code 💪
Meet project Bicep, a Domain Specific Language (DSL) for deploying Azure resources. Anything that can be done in ARM can be done with Project Bicep.
Read MoreFebruary, 22, 2021
Project Bicep: Azure Infrastructure as Code 💪
Meet project Bicep, a Domain Specific Language (DSL) for deploying Azure resources. Anything that can be done in ARM can be done with Project Bicep.
Read MoreFebruary, 19, 2021
Getting Started with Azure Network Security Groups (NSGs)
In this guide, you will learn what Azure Network Security Groups are, and how they might help you manage your Azure environment more securely.
Read MoreFebruary, 15, 2021
Get Started with AWS Command Line Interface (CLI)
In this one hour training, CloudSkills Author David Cobb shows you how to hit the ground running with the AWS CLI, and shares some of his best tips.
Read MoreFebruary, 14, 2021
Azure Automation: Configuring Hybrid Worker Groups
In this guide, you will learn how to deploy a Hybrid Worker capable of executing an Azure cloud runbook to system of your choosing.
Read MoreFebruary, 01, 2021
Azure Automation: Managing Runbook Authentication and Modules
In this guide, you will learn how Azure Automation can authenticate and access Azure resources. We will also take a look at importing PowerShell modules to add cmdlets to our runbooks.
Read MoreJanuary, 29, 2021
Working With Azure Automation Tasks
In this post, you will create and configure an automation task to power off a virtual machine using the Azure Portal. When you're finished, you'll be able to create and configure automation tasks for resources in your environment.
Read MoreJanuary, 17, 2021
Azure Automation: Creating a PowerShell Runbook
Learn how to set up an Azure Automation Account and deploy your first PowerShell runbook. When you're finished, you will have the necessary skills to get started deploying runbooks in your Azure tenant.
Read MoreDecember, 09, 2020
Up and Running with Azure Arc and Kubernetes
Azure Arc allows you to centrally manage all types of environments, not just cloud. In this blog post, you're going to learn about what Azure Arc is and how to use it with Azure Kubernetes Services.
Read MoreNovember, 13, 2020
Getting Started with Terraform on AWS: Managing State
Terraform state is a critical component of Terraform and is crucial to understand when building automated solutions. This post will explain what you need to know about managing Terraform state.
Read MoreNovember, 09, 2020
Getting Started with Terraform on AWS: Deploying Resources
Terraform is rapidly changing the game for many companies running on AWS, Azure, GPC, and more. In this guide, written by Luke Orellana, you will use Terraform to deploy resources to AWS.
Read MoreAugust, 18, 2020
How to Get Started with Octopus Deploy
What is Octopus Deploy? In this blog post, you will learn all about getting an Octopus Deploy environment up and running so you can automate an entire workflow.
Read MoreAugust, 04, 2020
Getting Started with Terraform on Azure: Tips and Tricks
Infrastructure as Code is complex and requires you to jump through many hoops. In this guide we review some practical tips and tricks to be mindful of when developing infrastructure.
Read MoreJuly, 31, 2020
Building Azure Infrastructure with Terraform
In this video you'll see how to initialize your Terraform configuration directory using terraform init, how to create an execution plan, and how to modify infrastructure using terraform apply.
Read MoreJuly, 28, 2020
How to Build and Run a Python App in a Docker Container
Just getting started with containers? In this blog post, you will learn about what Docker actually is, and how you can build and run a Python Flask API inside a Docker container.
Read MoreJuly, 27, 2020
Getting Started with Azure Bastion
Microsoft has taken some of the capabilities of a jump host and rolled them into the Azure platform. In this guide, you will learn what Azure Bastion is, what it is not, and how to manage your Azure environment more securely.
Read MoreJuly, 18, 2020
How to Become a Certified Azure Solutions Architect | AZ-303 & AZ-304
In this livestream Mike Pfeiffer and Tim Warner explain what's going on with the new Azure Solutions Architect certification exams and provide tips for studying for AZ-303 and AZ-304.
Read MoreJuly, 17, 2020
How to Build and Deploy Docker Containers with Azure Pipelines
In this video Mike Pfeiffer shows you how to use the Azure DevOps Pipelines service to build and deploy Docker containers to Azure Web App for Containers in App Service.
Read MoreJuly, 10, 2020
How to Setup Azure AD Hybrid Identity
In my latest YouTube video I show you how to setup Azure AD Hybrid Identity from scratch. You’ll see how to register a custom domain with your Azure AD tenant and how to deploy and configure Azure AD Connect.
Read MoreJuly, 04, 2020
Azure Load Balancing Demystified
Have you ever been confused by all the load balancing options available in Azure? What's the difference between regional and global load balancing? Why are there so many load balancing services?
Read MoreJune, 26, 2020
Deploying to Azure App Service with GitHub Actions
Get started with GitHub Actions in this step-by-step tutorial on deploying to Azure App Service. This video will show you how to hit the ground running with GitHub Actions.
Read MoreJune, 17, 2020
Using Just In Time Access to Secure Azure VMs
Learn how to work with Just In Time Access with virtual machines in Azure so you can easily limit access to servers in your Azure environment.
Read MoreJune, 04, 2020
Managing Resource Tagging with Azure Policy - Part 2
Learn how to create a strategy for defining and managing resource tags with Azure Policy. This is the fourth post in an in-depth series on Azure Policy by Joe Fecht.
Read MoreMay, 28, 2020
Managing Resource Tagging with Azure Policy
Learn how to create a strategy for defining and managing resource tags with Azure Policy. This is the third post in an in-depth series on Azure Policy by Joe Fecht.
Read MoreMay, 19, 2020
Getting Started with Terraform on Azure: Testing
Writing tests for Terraform provides many benefits that make life easier as an infrastructure developer. Automated tests provide faster loop feedback. Learn how to write tests for Terraform code.
Read MoreMay, 08, 2020
Azure Functions: Deploying from VS Code and Azure DevOps
Learn how to create, configure and test Azure functions locally on your machine and then deploy them into an existing Azure function app using multiple methods.
Read MoreMay, 01, 2020
Azure Functions: Managing Authentication and Secrets
Learn how to securely provide Azure functions with role-based access to Azure resources and leverage password and secrets in your functions that are stored in Azure Key Vault.
Read MoreApril, 27, 2020
Getting Started with Terraform on Azure: Importing Existing Infrastructure
In this step-by-step guide, Luke Orellana walks us through the process of importing pre-existing Azure infrastructure into a Terraform state file.
Read MoreApril, 21, 2020
Azure Functions: Creating a PowerShell Event Based Function
Event-driven automation is one of the most compelling benefits to the cloud. Learn how to create a serverless function that gets triggered by Azure Event Grid and processed with PowerShell Core.
Read MoreApril, 20, 2020
Getting Started with Terraform on Azure: Functions, Expressions, and Loops
The HashiCorp configuration language (HCL) is both human-readable and machine-friendly enough to perform complex logic shown in this guide.
Read MoreApril, 17, 2020
Building and Deploying a REST API using Azure Functions and Azure DevOps Pipelines
Follow along with this project-focused tutorial and learn how to build and deploy a reference application with Azure Functions and Azure DevOps Pipelines.
Read MoreApril, 15, 2020
Azure Functions: An Introduction for DevOps Engineers
In this first part of a multi-part guide, you will review Azure Function App plans, deploy an Azure Function App, and setup a PowerShell-based webhook function.
Read MoreApril, 10, 2020
Lookup Azure Key Vault Secrets with Ansible
As companies become more security conscious, password rotation is often one of the first areas addressed. Learn how to solve this challenge with Ansible.
Read MoreApril, 09, 2020
How to Write Scripts that Combine Azure CLI with PowerShell
Azure CLI and PowerShell work well together right out of the box for all Azure services. How can we bring the two automation tools together?
Read MoreApril, 03, 2020
Configure a Windows Web Server with Ansible in Azure
The goal of this tutorial is to configure an Azure virtual machine as an IIS Web Server using Ansible. This is the fourth post in a series on Ansible and Azure.
Read MoreApril, 02, 2020
Managing Resources with Azure Policy
This is the second post in a series to help you become more familiar with Azure Policy. Learn how to make better parameters in policy definitions to simplify your assignments.
Read MoreMarch, 31, 2020
Continuous Integration (CI) with Azure Pipelines and .NET Core
In this guide you'll learn how to design and implement continuous integration (CI) for an ASP.NET Core web application using Azure Pipelines.
Read MoreMarch, 27, 2020
Connect to an Azure Windows Host with Ansible
In this tutorial you'll be provisioning a Windows Server virtual machine by using PowerShell and a custom script extension Deployed by Ansible to Azure.
Read MoreMarch, 25, 2020
We see a ton of articles and posts about getting started in PowerShell to Python, but how about from Python to PowerShell? In this blog post, you will learn a hands-on approach.
Read MoreMarch, 23, 2020
Introduction to Azure Blueprints
Learn how to get started with Azure Blueprints to use existing Azure services like Azure Policies, permissions and ARM templates to give you control of the rollout of your environment.
Read MoreMarch, 20, 2020
Deploy a Windows Virtual Machine to Azure with Ansible
By the end of the tutorial you'll understand how to use several of the Azure Ansible modules to deploy workloads to Azure.
Read MoreMarch, 16, 2020
Getting Started with Terraform on Azure: Modules
In Terraform, we can create modules to build re-usable components for creating production-grade Infrastructure as Code configurations.
Read MoreMarch, 13, 2020
In order to use Ansible with Azure, you must first define the connection settings between the Ansible server and Azure as an infrastructure platform. Learn how to connect Ansible to Azure.
Read MoreMarch, 11, 2020
Getting Started with Azure Policy
Learn how to get started with Azure Policy in this step-by-step guide and create, assign, and manage policies and enforce different rules and effects over your resources in Azure.
Read MoreMarch, 09, 2020
Feature Branch Workflow and Pull Requests: The Ultimate Guide
Learn how to implement the Git feature branch workflow and how to work with pull requests in this ultimate step-by-step guide.
Read MoreMarch, 07, 2020
Mastering Azure through Cloud Katas
In this blog post we will apply hands-on practice with the Azure Cloud through executing a series of short exercises revolving around VM creation, monitoring and ARM templating.
Read MoreMarch, 02, 2020
Getting Started with Terraform on Azure: Remote State
In this guide we will step you through the process of setting up remote state with an Azure Storage Account and Terraform Cloud.
Read MoreFebruary, 24, 2020
Deploy a Serverless ASP.NET App to Azure Container Instances from Cloud Shell
Learn how to create, build, and publish a .NET Core app inside a Docker container running on an Azure Container Instance.
Read MoreFebruary, 18, 2020
Building an Azure Cognitive Search Results page in Vue.js (Part 3)
Learn how to build and publish a Vue.js application to an Azure Storage static website using an Azure DevOps project and pipeline.
Read MoreFebruary, 10, 2020
Getting Started with Terraform on Azure: Variables
Hard coded values are an anti-pattern for IaC. Learn how to use variables in Terraform to allow your configurations to become more dynamic.
Read MoreFebruary, 07, 2020
Terraform on Azure: Create an Entire Development Environment
Create a development environment that you can spin up, destroy, and re-create any time you want with a few simple Terraform commands.
Read MoreFebruary, 04, 2020
Getting Started with Terraform on Azure: Provisioners
Learn how to work with Terraform provisioners which provide the ability to run additional steps or tasks when a resource is created or destroyed.
Read MoreJanuary, 30, 2020
Building an Azure Cognitive Search Results page in Vue.js (Part 2)
Learn how to build an Azure Cognitive Search Results page with Vue.js in part two of three in this step-by-step series by Pieter Jan Geutjens.
Read MoreJanuary, 27, 2020
Getting Started with Git and Azure DevOps: The Ultimate Guide
Once you've worked your way through part one of this guide you'll be able to work with Git, a distributed version control system.
Read MoreJanuary, 22, 2020
5 Tips for Troubleshooting Azure SQL Database Performance
Here in this guide, we will walk you through top 5 practical Tips or Tricks to validate and remediate performance issues with Azure SQL databases.
Read MoreJanuary, 16, 2020
Building an Azure Cognitive Search Results page in Vue.js (Part I)
Learn how to build an Azure Cognitive Search Results page with Vue.js in part one of three in this step-by-step series by Pieter Jan Geutjens.
Read MoreJanuary, 13, 2020
Getting Started with Terraform on Azure: Deploying Resources
Terraform is a great way to start your Infrastructure as Code journey in Azure. Learn how to get started in this step-by-step guide.
Read MoreJanuary, 06, 2020
Infrastructure Automation with Terraform and Azure DevOps Pipeline Templates
Infrastructure as Code is considered a best practice when managing infrastructure in the cloud.
Read MoreDecember, 31, 2019
Integrate an ASP.NET Core Web App with Azure Key Vault
In this guided hands-on lab you'll integrate an Azure Key Vault resource with an ASP.NET Core web app running in Azure App Service.
Read MoreApril, 12, 2019
Building a Multi-Region Web Application on AWS
In this video we'll take a look at how to build a multi-region web application on AWS.
Read MoreJanuary, 14, 2019
Build Your First CI/CD Pipeline using Azure DevOps
Continuous integration and continuous delivery (CI/CD) are considered by most to be the backbone of DevOps. Things start to get really interesting when you combine these practices with programmable infrastructure and CI/CD.
Read MoreJanuary, 03, 2019
Amplify Your IT Career by Building Infrastructure Development Skills
Anyone who wants to thrive in the tech industry in the coming years should learn the core principles of infrastructure development. Those who do will hold in-demand skills in a world where almost everything is software defined.
Read MoreDecember, 28, 2018
Build, Run, and Continuously Deploy Docker Containers on Azure App Service
If you're thinking about investing your time to pick up new skills, you can't go wrong with learning how to build, run, and manage containers.
Read MoreGet exclusive access to special trainings, updates on industry trends, and tips on how to advance your career in the tech industry.