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 ...
Query Azure Subscriptions using Resource Graph and Functions 2 minutes readI have been working on a pretty big project lately where I need to query information about many, and I mean many, subscriptions and their resources and then ...
Azure Cloud Shell - For Real! 3 minutes readA lot of people have published articles about Azure Cloud Shell and how to master it was covered by Microsoft’s Thomas Maurer and by many others at conferenc...