Skip to content

Commit e542acf

Browse files
author
Matthew Sebolt
authored
Update sql-database-backup-database-cli.md
1 parent 25c2ef0 commit e542acf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/sql-database/scripts/sql-database-backup-database-cli.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: CLI example-backup-Azure SQL database
33
description: Azure CLI example script to backup an Azure SQL single database to an Azure storage container
44
services: sql-database
55
ms.service: sql-database
6-
ms.subservice: backup
76
ms.custom:
87
ms.devlang: azurecli
98
ms.topic: sample
@@ -53,7 +52,7 @@ This script uses the following commands. Each command in the table links to comm
5352
| [az sql db show](/cli/azure/sql/db#az-sql-db-show) | Gets a SQL standalone or pooled database. |
5453
| [az sql db restore](/cli/azure/sql/db#az-sql-db-restore) | Restores a SQL standalone or pooled database. |
5554
| [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. |
5756

5857
## Next steps
5958

0 commit comments

Comments
 (0)