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
@@ -17,8 +17,7 @@ Azure Cosmos DB's point-in-time restore feature helps you to recover from an acc
17
17
18
18
This article describes how to identify the restore time and restore a live or deleted Azure Cosmos DB account. It shows restore the account using [Azure portal](#restore-account-portal), [PowerShell](#restore-account-powershell), [CLI](#restore-account-cli), or an [Azure Resource Manager template](#restore-arm-template).
19
19
20
-
> [!NOTE]
21
-
> Currently in preview, the restore action for API for Table and Gremlin is supported via PowerShell and the Azure CLI.
20
+
22
21
23
22
## <aid="restore-account-portal"></a>Restore an account using Azure portal
24
23
@@ -107,7 +106,7 @@ Use the following steps to get the restore details from Azure portal:
107
106
108
107
## <aid="restore-account-powershell"></a>Restore an account using Azure PowerShell
109
108
110
-
Before restoring the account, install the [latest version of Azure PowerShell](/powershell/azure/install-az-ps) or version higher than 6.2.0. Next connect to your Azure account and select the required subscription with the following commands:
109
+
Before restoring the account, install the [latest version of Azure PowerShell](/powershell/azure/install-az-ps) or version higher than 9.6.0. Next connect to your Azure account and select the required subscription with the following commands:
111
110
112
111
1. Sign into Azure using the following command:
113
112
@@ -198,7 +197,7 @@ To restore Customer Managed Key (CMK) continuous account please refer to the ste
198
197
199
198
### <aid="get-the-restore-details-powershell"></a>Get the restore details from the restored account
200
199
201
-
Import the `Az.CosmosDB` module and run the following command to get the restore details. The restoreTimestamp will be under the restoreParameters object:
200
+
Import the `Az.CosmosDB` module version 1.10.0 and run the following command to get the restore details. The restoreTimestamp will be under the restoreParameters object:
@@ -391,8 +390,8 @@ Before restoring the account, install Azure CLI with the following steps:
391
390
392
391
1. Install the latest version of Azure CLI
393
392
394
-
* Install the latest version of [Azure CLI](/cli/azure/install-azure-cli) or version higher than 2.26.0.
395
-
* If you have already installed CLI, run `az upgrade` command to update to the latest version. This command will only work with CLI version higher than 2.11. If you have an earlier version, use the above link to install the latest version.
393
+
* Install the latest version of [Azure CLI](/cli/azure/install-azure-cli) or version higher than 2.46.0.
394
+
* If you have already installed CLI, run `az upgrade` command to update to the latest version. This command will only work with CLI version higher than 2.46.0. If you have an earlier version, use the above link to install the latest version.
396
395
397
396
1. Sign in and select your subscription
398
397
@@ -854,12 +853,12 @@ Use the following ARM template to restore an account for the Azure Cosmos DB API
0 commit comments