Category: Azure

According to Microsoft, Azure is an ever-expanding set of cloud services to help your organisation meet business challenges. It’s the freedom to build, manage, and deploy applications on a massive, global network using various tools and frameworks.

From DevOps to business analytics to the Internet of Things, Azure is designed to have users up and running quickly with a scalable, cost-effective solution that works with your existing investments.

This cloud computing service is a big part of Microsoft’s business, and it competes with similar services from Amazon and Google.

Therefore, our Azure Category is full of handy tips, tricks and advise. Check out some of the Step by Step blogs or learn with our eBooks, How To videos and Webinars.

Govern Azure Virtual Network (VNet) CIDR Ranges with Azure Policy
Govern Azure Virtual Network (VNet) CIDR Ranges with Azure Policy
Blog Posts

With everything becoming more cloudified, things can get a little more complicated when you need to Govern Azure. That is especially so for networking, even more so if you’re using hybrid networking and connecting your cloud networks to your on-premises networks, either through Site-to-Site (S2S) VPN, or ExpressRoute. If you’re responsible for the network, you want to… READ MORE

Azure Subscription Migrations
Azure Subscription Migrations
Blog Posts

April 2020 – Update Since I originally created this blog post back in January 2019 there have been a fair few changes to Azure Subscription Migrations, especially in the EA to CSP migration space. So I thought it was about time that I gave this article a bit of a refresh! A lot of the… READ MORE

Azure Sentinel – Monitor Servers using Sysmon
Azure Sentinel – Monitor Servers using Sysmon
Blog Posts

In this post, I’m showing how to connect Windows servers to Azure Sentinel, install Sysmon, how to parse those events, and what to do with them. After all, Sentinel is a cloud-native SIEM, but luckily, it’s not cloud-only. Setting up Azure Sentinel This step is quite simple. Sentinel is basically just a solution that builts… READ MORE

How to Deploy Azure Resource Manager (ARM) templates with GitHub Actions
How to Deploy Azure Resource Manager (ARM) templates with GitHub Actions
Blog Posts

In my previous post, I showed you how to connect a GitHub Action workflow to your Azure Subscription using the Azure login (azure/login) action. This article will show you how to deploy Azure Resource Manager (ARM) templates using GitHub Actions. Our demo will implement the Azure infrastructure deployment of the whiteducksoftware/sample-mvc application using a GitHub Action workflow. The… READ MORE

Getting Started with Azure Service Fabric
Getting Started with Azure Service Fabric
Blog Posts

I have been experimenting with container orchestrators to help me deploy a microservices-style hobby project I have been working on (more on this in a separate blog post) to the cloud. If there’s one thing I learnt from this project, there are a lot of moving parts to it and might not be easy to… READ MORE