Tag: Azure

Set up Workload Identity federation for ADO Connection
Set up Workload Identity federation for ADO Connection
Blog Posts

Application ID and client secret were the preferred way of authenticating Azure DevOps (ADO) to a Dataverse instance. For a few months, there has been a new way of doing this part, workload identity federation. This blog post will show you how to set up Workload Identity federation for ADO connection. The service connection we… READ MORE

Beginning Azure Synapse Analytics
Beginning Azure Synapse Analytics
Ebooks

About this chapter: Synapse SQL Synapse SQL is an important architectural component of Azure Synapse Analytics. This chapter will cover a lot of ground about Synapse SQL and many important topics about it. It will share start with an overview of Synapse SQL architecture components and then discuss Dedicated Synapse SQL Pool as well as… READ MORE

How to Sensitivity Labels: Workings and Configuring in 15 minutes
How to Sensitivity Labels: Workings and Configuring in 15 minutes
How Tos

Sensitivity Labels: Workings and Configuring in 15 minutes In 15 minutes Albert shows how Microsoft Purview Information Protection sensitivity labels work from the end users perspective and how these labels are configured.   STAY UP TO DATE Continue your learning and register for upcoming webinars here. Catch up on the latest blogs, eBooks, webinars, and… READ MORE

Getting to understand Azure Bicep Parameters
Getting to understand Azure Bicep Parameters
Blog Posts

Curious about Azure Bicep Parameters? Dive into this guide to simplify the Azure Bicep Parameters concepts. From hands-on examples to a clear explanation, we’ve got it all covered. Explore Bicep and make Azure management a breeze! 🚀! Introduction Remember that mysterious squiggly line we encountered in our previous article?, The one that had us wondering and… READ MORE

Set Azure Function timeout without republishing
Set Azure Function timeout without republishing
Blog Posts

A while ago I needed to change an Azure Function timeout but I wanted to avoid, if possible, to republish it. After a little while searching I discovered this page which explain how to overwrite the values specified in the host.json file with the values specified from the Azure configuration. The article states that if you specify… READ MORE

Azure Bicep: The Smart Way to Handle Azure Resources 🚀
Azure Bicep: The Smart Way to Handle Azure Resources 🚀
Blog Posts

Ever struggled with Azure Resource Manager (ARM) templates? These JSON files are essential for setting up your resources on Azure. Powerful? Absolutely. But let’s be honest, they can be a bit tough to read and manage. 🤔 Azure Bicep to the rescue! 🌟 Created by Microsoft, this domain-specific language (DSL) refines ARM templates to be… READ MORE