DevOpspertise

Everything related to DevOps and the cloud.

Microsoft Azure – Explore Alerts

Azure Alerts is an essential monitoring tool for your Azure workloads. In this blog post we will cover the fundamentals of Azure Alerts along with an end to end automated deployment.

Azure Pipelines – Route Table Creation

We will setup an Azure DevOps pipeline that runs on a schedule. The pipeline will execute a PowerShell script that looks for the latest ServiceTags file from Microsoft. The script will create a new Route Table and apply it to subnets specified.

Azure Pipelines – Network Security Group Backup

In some cases it could make sense to use some automated mechanism to export the NSGs on a regular basis for tracking/backup purposes. This blog will show you how to perform such a task.