-

Familiarize yourself with the Azure Runbook
Familiarize yourself with the Azure Runbook A Runbook in the context of Azure Automation is a collection of automated tasks or procedures written in code (PowerShell, Python, or graphical workflows) that allows you to automate repetitive or complex administrative tasks. Runbooks can be used to… [ Read More ]
-

Learn how to create Azure Automation Accounts
Learn how to create Azure Automation Accounts How to Create Automation Accounts in Azure An Automation Account in Azure is a container that holds all your automation resources, such as runbooks, schedules, variables, credentials, and configurations. Creating an automation account is the first step to… [ Read More ]
-

A Guide to Azure Automation
A Guide to Azure Automation Azure Automation is a cloud-based service provided by Microsoft Azure that helps you automate repetitive, time-consuming tasks and manage your Azure and non-Azure environments efficiently. It allows you to automate the deployment, monitoring, and management of resources in Azure, as… [ Read More ]
-

Familiarize yourself with the Azure CLI
Familiarize yourself with the Azure CLI The Azure Command-Line Interface (CLI) is a set of commands used to manage Azure resources. It's a cross-platform tool that provides a command-line interface for interacting with Azure services, making it easier to create, configure, manage, and monitor Azure… [ Read More ]
-

Hands-on Demo – Deploy a Bicep file from Azure Pipelines
Hands-on Demo – Deploy a Bicep file from Azure Pipelines In this demo, we'll show how to deploy an Azure resource using a Bicep file through Azure Pipelines. Azure Pipelines is a cloud service that automates the build and release process for your applications. By… [ Read More ]
-

Hands-on Demo – Deploy a Bicep file from GitHub Workflows
Hands-on Demo – Deploy a Bicep file from GitHub Workflows In this demo, we will show how to deploy an Azure resource using a Bicep file via GitHub Actions. GitHub Actions allow you to automate your workflows, and in this case, we will set up… [ Read More ]
-

Hands-on Demo – Create Bicep templates
Hands-on Demo – Create Bicep templates Let’s go step-by-step and create a simple Bicep template. This will demonstrate how to structure and define parameters, resources, outputs, and other features such as loops and conditions. We'll create a Bicep template to deploy an Azure Virtual Network… [ Read More ]
-
Azure Application Gateway – Implementation and Troubleshooting
To help with implementation or architecture for Azure Application Gateway, let me outline the process step by step and provide details for a simple use case. I'll also provide an option for a custom architecture diagram if needed. Implementation Plan for Azure Application Gateway Scenario:… [ Read More ]
-

Understanding Bicep File Structure and Syntax
Understanding Bicep File Structure and Syntax Bicep is a domain-specific language (DSL) for declaring Azure resources in a more readable and concise way than traditional ARM templates (JSON). It compiles into an ARM JSON template and is designed to be easier to author, read, and… [ Read More ]
-

Installing and Troubleshooting Azure Bicep
Installing and Troubleshooting Azure Bicep Bicep is a powerful tool for defining Azure resources using a simplified, declarative syntax. To start working with B Bicep, you need to install the Bicep CLI and possibly the VS Code extension to streamline your workflow. Below is a… [ Read More ]



















