The az configure --defaults group=[resource-group] sql-server=[server-name] command executes without giving the user a result/ feedback that it was run successfully
Either the command line should show that the keystrokes are successfully saved, or an alert in the documentation that say the command will execute without any further feedback, or an easier way to explain what we are doing.
Open Azure Cloud Shell (Make sure you have an Azure SQL logical server resource)
Run az configure --defaults group=[resource-group] sql-server=[server-name] replacing [server-name] with the name of the Azure SQL logical server you created and [resource-group] with the resource group you used for your server.
Thank you for submitting this issue! The team will review your issue, tag with the appropriate tags, and comment with any additional questions on information needed. :sparkles:
Describe the bug
The
az configure --defaults group=[resource-group] sql-server=[server-name]
command executes without giving the user a result/ feedback that it was run successfullyWhat happened?
https://learn.microsoft.com/training/modules/provision-azure-sql-db/4-connect-add-data?wt.mc_id=studentamb_47773#get-information-about-your-azure-sql-database On the first step here, I executed the
az configure --defaults group=[resource-group] sql-server=[server-name]
command but got no feedback that it was executed successfully. Associated with #199 it was very confusing.What did you expect to happen?
Either the command line should show that the keystrokes are successfully saved, or an alert in the documentation that say the command will execute without any further feedback, or an easier way to explain what we are doing.
How would you reproduce the bug?
az configure --defaults group=[resource-group] sql-server=[server-name]
replacing [server-name] with the name of the Azure SQL logical server you created and [resource-group] with the resource group you used for your server.Did this happen via Desktop and/or Smartphone?
Desktop
Operating System
Windows 11
What browsers are you seeing the problem on?
Microsoft Edge
Version
No response
Device
No response
What is your current role?
Student Ambassador
What technical topic is this bug related to?
AI/Data Science/Machine Learning
Relevant log output
No response