Skip to content

Commit bf570e9

Browse files
authored
Update restore-account-continuous-backup.md
Added the updates for the restore without public network access.
1 parent 7b40013 commit bf570e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/restore-account-continuous-backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Restore-AzCosmosDBAccount `
151151
If `PublicNetworkAccess` is not set, restored account is accessible from public network, please ensure to pass Disabled to the `PublicNetworkAccess` option to disable public network access for restored account.
152152

153153
[NOTE]
154-
> For restoring with public network access disabled, you'll need to install the preview of powershell module of CosmosDB by executing `Install-Module -Name Az.CosmosDB -AllowPrerelease`. You would also require version x of the Powershell.
154+
> For restoring with public network access disabled, you'll need to install the preview of powershell module of CosmosDB by executing `Install-Module -Name Az.CosmosDB -AllowPrerelease`. You would also require version 5.1 of the Powershell.
155155
>
156156
**Example 2:** Restoring specific collections and databases. This example restores the collections *MyCol1*, *MyCol2* from *MyDB1* and the entire database *MyDB2*, which, includes all the containers under it.
157157

@@ -424,7 +424,7 @@ The simplest way to trigger a restore is by issuing the restore command with nam
424424
If `public-network-access` is not set, restored account is accessible from public network, please ensure to pass Disabled to the `public-network-access` option to disable public network access for restored account.
425425

426426
> [NOTE]
427-
> For restoring with public network access disabled, you'll need to install the preview of powershell module of CosmosDB by executing `az extension update --name cosmosdb-preview `. You would also require version x of the CLI.
427+
> For restoring with public network access disabled, you'll need to install the cosmosdb-preview 0.23.0 of CLI extension by executing `az extension update --name cosmosdb-preview `. You would also require version 2.17.1 of the CLI.
428428
429429

430430
#### Create a new Azure Cosmos DB account by restoring only selected databases and containers from an existing database account

0 commit comments

Comments
 (0)