Automating Role Assignment Cleanup in Azure with PowerShell 2 minutes readAs an Azure administrator, maintaining a clean and secure environment is crucial. One aspect of keeping Azure organized is managing role assignments. Over ti...
How to use terraform to quickly deploy a decent Azure network 2 minutes readWhile I still #heart Pulumi, I still come across terraform in most engagements with customers. Here, I want to give you a quick way of deploying a decent “Ge...
Azure Static Web App - Build Production 1 minutes readFor a side-project I am using Azure Static Web Apps (SWA). They are intended to simplify the deployment and management of serverless applications, ensuring t...
Azure MFA - Enhanced Context with Number Matching 1 minutes readMulti-factor authentication (MFA) is one of the best ways to protect your identity in an online world. Microsoft even claims that using MFA blocks 99.9% of a...
Azure Static Web Apps - What happened to my Storage? 2 minutes readI recently started developing a new SaaS application and while I was looking for hosting options for this application people pointed me towards Azure Static ...
Azure Service Bus PowerShell Module 1 minutes readI recently worked with Azure Service Bus again. Service Bus was the messaging system of the microservice we were building for a customer. As part of that des...
Cosmos DB - Defender for Cloud 1 minutes readFor our cloud security product ARGOS we use Azure Cosmos DB as our backend database. Of course, I made sure we had all the common security practices applied....
How To Update Millions of Azure Cosmos DB Documents 3 minutes readWhen working with large data sets you sometimes end up having interesting issues. For example, at ARGOS Cloud Security we recently had to add a property to a...
Advanced Insights on Azure Functions - meet Genie 2 minutes readI feel like this feature that I am going to talk about here is a real hidden gem and I am not sure how I missed this. I honestly cannot tell you how long it ...
Testing ARM and AWS Templates 2 minutes readAre you already using infrastructure as code (IaC) templates like Azure Resource Manager (ARM) templates or AWS CloudFormation to describe your cloud infrast...