<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>DevOps on Daniel Andrade</title><link>https://danielandrade.info/tags/devops/</link><description>Recent content in DevOps on Daniel Andrade</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Thu, 08 Jun 2023 15:22:15 +0100</lastBuildDate><atom:link href="https://danielandrade.info/tags/devops/index.xml" rel="self" type="application/rss+xml"/><item><title>Terraform – Using Azure KeyVault Secrets During Deployments</title><link>https://danielandrade.info/terraform-using-azure-keyvault-secrets-during-deployments/</link><pubDate>Thu, 08 Jun 2023 15:22:15 +0100</pubDate><guid>https://danielandrade.info/terraform-using-azure-keyvault-secrets-during-deployments/</guid><description>&lt;h1 id="terraform--using-azure-keyvault-secrets-during-deployments"&gt;&lt;strong&gt;Terraform – Using Azure KeyVault Secrets During Deployments&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;Terraform has become one of the most prominent tools in the DevOps world. It is an open-source Infrastructure as Code (IaC) software tool that enables users to define and provide data centre infrastructure using a declarative configuration language. This blog post focuses on how to use Azure KeyVault secrets during Terraform deployments.&lt;/p&gt;
&lt;h2 id="what-is-azure-keyvault"&gt;What is Azure KeyVault?&lt;/h2&gt;
&lt;p&gt;Azure KeyVault is a cloud-based service for managing cryptographic keys and other secrets securely. It eliminates the need to store sensitive data in configuration files or code, thereby improving the security posture of your applications.&lt;/p&gt;</description></item><item><title>Back up Azure Conditional Access Policies with PowerShell and Azure DevOps</title><link>https://danielandrade.info/back-up-azure-conditional-access-policies-with-powershell-and-azure-devops/</link><pubDate>Thu, 03 Nov 2022 15:51:46 +0100</pubDate><guid>https://danielandrade.info/back-up-azure-conditional-access-policies-with-powershell-and-azure-devops/</guid><description>&lt;h1 id="back-up-azure-conditional-access-policies-with-powershell-and-azure-devops"&gt;&lt;strong&gt;Back up Azure Conditional Access Policies with PowerShell and Azure DevOps&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;November 3, 2022&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I’ve been playing a lot with Azure Policies lately. One of my lastest requirements was to be able to export my company’s CA policies.&lt;/p&gt;
&lt;p&gt;Below you can find my implementation to &lt;strong&gt;automatically back up&lt;/strong&gt; my policies. I’m also leveraging Azure DevOps pipelines as I wanted something that’s &lt;strong&gt;free, would run on a schedule&lt;/strong&gt; and &lt;strong&gt;save files to a Blob Container&lt;/strong&gt;. That’s a very simple implementation and works very well for my needs.&lt;/p&gt;</description></item></channel></rss>