How to provision an Azure SQL Database with Active Directory authentication
Using Pulumi and its command provider to grant database permissions
DevOps
AzureWebJobsStorage, the secret you don't need in your Function App.
If you are using Azure Functions chances are you are using the setting AzureWebJobsStorage in your Function App configuration. And it is quite likely that the value of this setting which is a secret is stored in a non-secured way directly in your Function App configuration, available to anyone who has access to this configuration. But do not worry, we will see in this article how we can make your Function App more secure by removing this secret.
Development
How to connect to an Azure SQL Database from C# using Azure AD
Talking about Active Directory Default authentication mode for SqlClient.
DevOps
Automate configuration of Teams Tab SSO with PowerShell.
Creating a PowerShell script to configure SSO for the tab of a Teams application.