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...
What if I deployed this Azure ARM Template 4 minutes read “What happens if you deploy this change?” Sounds familiar? I guess every person that has written some sort of code has been asked this question before. ...
Using Microsoft Graph in Python 3 minutes readMicrosoft announced that it was going to deprecate the “Azure Active Directory Graph” APIs eventually. This week (June 2020) they announced a date: Start...
Managing Deployment Secrets with Azure Key Vault 3 minutes readSecrets (API keys, passwords, server names, access keys, user names, etc) are always part of any infrastructure / application deployment and always you get t...
How to not use master as default git branch 1 minutes readAs most people will be aware, GitHub, Gitlab and Azure DevOps announced that they will change the default behaviour of their git implementations. Instead of ...