<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Azure on Daniel Andrade</title><link>https://danielandrade.info/tags/azure/</link><description>Recent content in Azure on Daniel Andrade</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sun, 11 Jun 2023 15:01:08 +0100</lastBuildDate><atom:link href="https://danielandrade.info/tags/azure/index.xml" rel="self" type="application/rss+xml"/><item><title>Integrating Azure Databricks with Azure SQL Database using Private Endpoints</title><link>https://danielandrade.info/integrating-azure-databricks-with-azure-sql-database-using-private-endpoints/</link><pubDate>Sun, 11 Jun 2023 15:01:08 +0100</pubDate><guid>https://danielandrade.info/integrating-azure-databricks-with-azure-sql-database-using-private-endpoints/</guid><description>&lt;h1 id="integrating-azure-databricks-with-azure-sql-database-using-private-endpoints"&gt;&lt;strong&gt;Integrating Azure Databricks with Azure SQL Database using Private Endpoints&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;In today’s data-driven world, efficiently processing and analysing data is pivotal. Two essential tools that provide such capabilities are Azure Databricks and Azure SQL Database. Azure Databricks is an Apache Spark-based analytics platform optimised for the Azure cloud services platform, while Azure SQL Database is a managed relational database service provided by Microsoft’s cloud.&lt;/p&gt;
&lt;p&gt;This blog post explores how to integrate Azure Databricks with Azure SQL Database using Azure Private Link’s Private Endpoint feature.&lt;/p&gt;</description></item><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>A guide to Azure OpenAI Service – Full guide + code samples</title><link>https://danielandrade.info/a-guide-to-azure-openai-service-full-guide-code-samples/</link><pubDate>Mon, 20 Mar 2023 15:25:27 +0100</pubDate><guid>https://danielandrade.info/a-guide-to-azure-openai-service-full-guide-code-samples/</guid><description>&lt;h1 id="a-guide-to-azure-openai-service--full-guide--code-samples"&gt;&lt;strong&gt;A guide to Azure OpenAI Service – Full guide + code samples&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;Azure OpenAI Service is a cloud-based artificial intelligence platform developed by Microsoft that allows developers to easily build, deploy, and manage AI models. This platform provides access to powerful machine learning algorithms and pre-trained models to help you create various applications, from chatbots and natural language processing to image recognition.&lt;/p&gt;
&lt;p&gt;This post will guide you through getting started with Azure OpenAI Service. We will cover everything you need to know, from setting up your Azure account and creating a new project to using the service to make API calls. We will also provide some examples and working code you can copy/paste and run.&lt;/p&gt;</description></item><item><title>Getting started with Microsoft Defender for Cloud</title><link>https://danielandrade.info/getting-started-with-microsoft-defender-for-cloud/</link><pubDate>Thu, 16 Mar 2023 15:40:50 +0100</pubDate><guid>https://danielandrade.info/getting-started-with-microsoft-defender-for-cloud/</guid><description>&lt;h1 id="getting-started-with-microsoft-defender-for-cloud"&gt;&lt;strong&gt;Getting started with Microsoft Defender for Cloud&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;March 16, 2023&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Microsoft Defender for Cloud is a robust cloud-based security solution that helps organizations protect their cloud resources from various threats. With its advanced security features and easy-to-use interface, Microsoft Defender for Cloud is essential for any organization looking to secure their cloud environment. In this blog post, we will provide a comprehensive guide on how to get started with Microsoft Defender for Cloud and configure it for optimal security.&lt;/p&gt;</description></item><item><title>Setting up a reverse proxy in AKS</title><link>https://danielandrade.info/setting-up-a-reverse-proxy-in-aks/</link><pubDate>Fri, 27 Jan 2023 15:46:02 +0100</pubDate><guid>https://danielandrade.info/setting-up-a-reverse-proxy-in-aks/</guid><description>&lt;h1 id="setting-up-a-reverse-proxy-in-aks"&gt;&lt;strong&gt;Setting up a reverse proxy in AKS&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;January 27, 2023&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Azure Kubernetes Service (AKS) is a managed Kubernetes service that makes it easy to deploy and manage containerized applications on Azure. One important aspect of managing containerized applications is routing incoming traffic to the appropriate service. In this blog post, we will look at how to set up a reverse proxy in AKS to route incoming traffic to the appropriate service.&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>