skip to Main Content

Sql bind in Azure Function

I'm trying to use Sql output binding functionalities for Azure function. Below is my current configuration. I'm using Visual Studio Code as IDE Found Python version 3.9.0 (py). Core Tools Version: 4.0.4736 Commit hash: N/A (64-bit) Function Runtime Version: 4.8.1.18957…

VIEW QUESTION

How to set the ComputeModel property to Serverless on an Azure SQL Database using PowerShell?

I'm restoring an Azure SQL Database (Serverless) from a deleted database backup using Get-AzSqlDeletedDatabaseBackup and Restore-AzSqlDatabase PowerShell commandlets. The restore works, but the tags and ComputeModel are not restored with the database. I've tried using Set-AzSqlDatabase: Set-AzSqlDatabase -ResourceGroupName $resourcegroupname -DatabaseName…

VIEW QUESTION
Back To Top
Search