File tree Expand file tree Collapse file tree
azure-sql/managed-instance Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ Use one of the following methods to connect to the database in your managed inst
283283
284284# [PowerShell](#tab/azure-powershell)
285285
286- To delete an existing database from your managed instance, run the following PowerShell code with your values substituted for the parameters;
286+ To delete an existing database from your managed instance, run the following PowerShell code with your values substituted for the parameters:
287287
288288```powershell
289289$resourceGroupName = "<resource group name>"
@@ -295,7 +295,7 @@ Remove-AzSqlInstanceDatabase -Name $databaseName -InstanceName $managedInstanceN
295295
296296# [Azure CLI](#tab/azure-cli)
297297
298- To delete an existing database from your managed instance, run the following Azure CLI code with your values substituted for the parameters;
298+ To delete an existing database from your managed instance, run the following Azure CLI code with your values substituted for the parameters:
299299
300300```azurecli-interactive
301301az sql midb delete -g mygroupname --mi myinstancename -n mymanageddbname
You can’t perform that action at this time.
0 commit comments