Tag: Azure

Azure Logic Apps access to Function App with Managed Identity
Azure Logic Apps access to Function App with Managed Identity
Blog Posts

Azure Logic Apps is a workflow platform that enables the user to design a workflow almost without coding in most cases. Users can quickly implement business logic by integrating different services through the connectors, especially since it supports the Pay-as-you-go charging model (Consumption plan). However, one downside of the Consumption plan is that it doesn’t… READ MORE

Supercharge your AKS Deployments with GitOps and Flux V2
Supercharge your AKS Deployments with GitOps and Flux V2
Webinars

In this session, Geert Baeke looks at Flux V2 and Azure. He talks about best practices around structuring your git repositories, managing your deployments, and handling secrets. With GitOps you will supercharge your deployments to your Kubernetes clusters, wherever they are running.

Microsoft Azure Fundamentals Certification and Beyond eBook
Microsoft Azure Fundamentals Certification and Beyond eBook
Ebooks

This book will give you a solid understanding of cloud concepts and Microsoft Azure, starting by taking you through cloud concepts in depth, then focusing on the core Azure architectural components, solutions, and management tools. Download Chapter 9: Azure Governance – This chapter will outline various governance services in Azure, including resource tags, resource locks,… READ MORE

Building your Azure Policies (Azure DevOps) – Part 2
Building your Azure Policies (Azure DevOps) – Part 2
Blog Posts

As written in Part 1, policies are used to maintain the state. The Azure portal itself contains a lot of OOTB policies, but you also want to create and deploy your own. This part will go over how to deploy custom policy definitions using Azure DevOps. Script The script shared in part 1 is adjusted to read out… READ MORE

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 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