File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
articles/sql-database/scripts Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ title: CLI example-backup-Azure SQL database
3
3
description : Azure CLI example script to backup an Azure SQL single database to an Azure storage container
4
4
services : sql-database
5
5
ms.service : sql-database
6
- ms.subservice : backup
7
6
ms.custom :
8
7
ms.devlang : azurecli
9
8
ms.topic : sample
@@ -53,7 +52,7 @@ This script uses the following commands. Each command in the table links to comm
53
52
| [ az sql db show] ( /cli/azure/sql/db#az-sql-db-show ) | Gets a SQL standalone or pooled database. |
54
53
| [ az sql db restore] ( /cli/azure/sql/db#az-sql-db-restore ) | Restores a SQL standalone or pooled database. |
55
54
| [ az sql db delete] ( /cli/azure/sql/db#az-sql-db-delete ) | Removes an Azure SQL standalone or pooled database. |
56
- | [ az group delete] ( h /cli/azure/vm/extension#az-vm-extension-set) | Deletes a resource group including all nested resources. |
55
+ | [ az group delete] ( /cli/azure/vm/extension#az-vm-extension-set ) | Deletes a resource group including all nested resources. |
57
56
58
57
## Next steps
59
58
You can’t perform that action at this time.
0 commit comments