Using Console
Using CLI
<resource-group-name>
and <server-name>
with the actual names of the resource group and server that you identified in step 3.Using Python
DefaultAzureCredential
class.SqlManagementClient
class.sql_client
instance to get a list of all the SQL servers in your subscription.delete
method of the FirewallRulesOperations
class.<resource-group-name>
with the name of the resource group containing your SQL servers.