News

If you're creating the Azure Function with SQL Binding to an existing Azure Function project, then the extension prompts you whether you would like to include the password for the connection string in ...
I am trying to run an Azure Durable Function on ACA using an Azure SQL server as storage. Connection authentication must be done via Active Directory. The Connection string created by Aspire is as ...
// magic commands for SQL Server connection #r "nuget: Microsoft.DotNet.Interactive.SqlServer, *-*" Only then can the SQL connection string be used to create a Polyglot SQL subkernel.