skip to Main Content

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