You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-sql/database/deleted-logical-server-restore.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn about restoring a deleted logical server in Azure SQL Databas
5
5
author: WilliamDAssafMSFT
6
6
ms.author: wiassaf
7
7
ms.reviewer: dinethi, jaypatel, mathoma
8
-
ms.date: 03/24/2026
8
+
ms.date: 04/07/2026
9
9
ms.service: azure-sql-database
10
10
ms.subservice: backup-restore
11
11
ms.topic: how-to
@@ -100,9 +100,9 @@ Set-AzSqlServer `
100
100
101
101
### [Azure CLI](#tab/azure-cli)
102
102
103
-
Use the `retention-days` parameter for the [az sql server create](/cli/azure/sql/server#az-sql-server-create) and [az sql server update](/cli/azure/sql/server#az-sql-server-update) commands to configure soft delete retention for a new or existing server.
103
+
Use the `soft-delete-retention-days` parameter for the [az sql server create](/cli/azure/sql/server#az-sql-server-create) and [az sql server update](/cli/azure/sql/server#az-sql-server-update) commands to configure soft delete retention for a new or existing server.
104
104
105
-
The `retention-days` parameter is an integer between **0 and 7** where:
105
+
The `soft-delete-retention-days` parameter is an integer between **0 and 7** where:
106
106
- A value of `0` turns soft delete OFF. When the logical server is deleted, it can't be recovered.
107
107
- A value between `1` and `7` sets the number of days the server enters into a soft-deleted state when deleted. The server can be restored during the retention period.
0 commit comments