Mar 7, 2025
In the world of cloud security, the principle of least privilege is paramount. However, managing who can assign roles in Azure can become challenging as organizations grow. While Azure RBAC provides granular access control, without proper governance, role assignments can proliferate unchecked. Enter Azure Policy - your gatekeeper for maintaining strict control over who can assign what roles to whom.
Mar 13, 2024
After working with Terraform for several years, I recently encountered a scenario where I needed to access Terraform outputs within my CI/CD pipeline. Despite my extensive experience with infrastructure as code, I had never needed to programmatically consume Terraform outputs until now.
Mar 4, 2023
As artificial intelligence (AI) continues to transform the way we work and live, more and more businesses are turning to powerful AI tools to improve their operations. One such tool is Azure OpenAI, a platform that provides access to cutting-edge AI models and technologies.
Dec 21, 2022
Azure Chaos Studio is a manage service offered by Microsoft as part of its Azure cloud platform that enables users to test the resilience and reliability of their systems by introducing controlled failures and disruptions. In this blog post, we will walk through the steps for using Azure Chaos Studio to test the resilience of your systems.
Dec 12, 2022
Dado el uso de Terraform para la definición de recursos, una necesidad que ha surgido en las tareas de gestión de los mismos, es la posibilidad de importar recursos de Azure que se encuentran fuera del estado que terraform mantiene al día. Gracias a esta necesidad llegamos a "Azure Terrafy".