Using Console
Using CLI
<resource_group_name>
with the name of the resource group where your database server is located and <server_name>
with the name of your database server.Step 3: If you want to enable automatic tuning for all the database servers in your subscription, run the following command:<subscription_id>
with the ID of your subscription.Step 4: After running the above command, automatic tuning will be enabled for your SQL database servers, and Azure will automatically tune your database to improve its performance.That’s it! You have successfully remediated the misconfiguration “Enable Automatic Tuning For SQL Database Servers” for AZURE using AZURE CLI.Using Python