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.

Connect Azure DevOps to Microsoft Sentinel
Connect Azure DevOps to Microsoft Sentinel
Blog Posts

Did you know you can connect Azure DevOps audit logs to Microsoft Sentinel and create detection rules and automated responses? You might have heard me speak at the Microsoft Scottish Summit (2022) about this topic and wanted to read more about it or implement this in your organisation. This blog post will walk you through… READ MORE

Azure Monitor for the Enterprise
Azure Monitor for the Enterprise
Webinars

Monitoring your cloud and hybrid workloads, networks, connectivity, applications, and more, is not trivial. Should you continue using the existing monitoring platform and tools or replace them? Should you extend with cloud-native capabilities? How do you design the monitoring platform and how do you enable monitoring cross workloads like web apps, containers, VMs, and more?… READ MORE

Azure Cosmos DB Hierarchical Partition Keys
Azure Cosmos DB Hierarchical Partition Keys
Blog Posts

Selecting a partition key for your Cosmos DB is one of the most important choices you need to make for your Cosmos DB project. You really need to take your time and have a plan for your project. Where is this application will be in 1 year? 5 years? How much data are you planning… READ MORE

Track changes to Azure resources
Track changes to Azure resources
Blog Posts

Changes to your Azure resources are quite common, and they are difficult to identify. Until now. Microsoft recently released (in preview) the ability to detect change events using Azure Resource Graph. Meaning you do not have to decipher the administrative events in the activity log of your resources. Much like the change tracking solution for Azure VMs.… READ MORE

Taking Your Azure Active Directory Security to the Next Level
Taking Your Azure Active Directory Security to the Next Level
Blog Posts

What if I told you just using multi-factor authentication (MFA) wasn’t enough anymore? The Lapsus$ hacking group, who were at least partially made up of a group of teenagers in the UK, took a very targeted hacking approach. They used password stuffing to try to breach the password credentials of power users within organizations they were targeting.… READ MORE

Azure Functions Isolated Worker - Sending multiple messages
Azure Functions Isolated Worker – Sending multiple messages
Blog Posts

The new Azure Functions SDK for Isolated Worker (process) has been introduced around .NET 5. While it’s still in flux despite being GA-ed, it’s gaining more and more popularity. And yet, there are still some sharp edges you should be careful with and validate that everything you’re using with the older SDK, In-Process, is offered… READ MORE

Creating Azure Functions using VSCode Editor and Python
Creating Azure Functions using VSCode Editor and Python
Blog Posts

Azure Functions can be defined as the cloud services that are available on the Azure portal providing updated infrastructure and resources that are needed for running the applications. It is used to build web APIs, respond to database changes, process IoT streams, manage message queues, and more. In this article, we will explore how to… READ MORE