Forum Discussion

rozeboosje's avatar
rozeboosje
Copper Contributor
May 11, 2023

Creating a Server with current nuget packages?

I want to programmatically create an Azure SQL Server and I found an example piece of code online static void CreateServer() { // Create a SQL Database management client SqlManagementClient...