Skip to content

Commit 2479607

Browse files
authored
Update restore-account-continuous-backup.md
Removed extra spaces
1 parent ce46ff2 commit 2479607

1 file changed

Lines changed: 1 addition & 61 deletions

File tree

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

Lines changed: 1 addition & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Restore-AzCosmosDBAccount `
150150
-PublicNetworkAccess Disabled
151151
152152
```
153-
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.
153+
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.
154154

155155
> [!NOTE]
156156
> For restoring with public network access disabled, the minimum stable version of Az.CosmosDB required is 1.12.0.
@@ -413,16 +413,6 @@ The simplest way to trigger a restore is by issuing the restore command with nam
413413

414414
#### Create a new Azure Cosmos DB account by restoring from an existing account
415415

416-
417-
418-
419-
420-
421-
422-
423-
424-
425-
426416
```azurecli-interactive
427417
428418
az cosmosdb restore \
@@ -440,46 +430,6 @@ If `--public-network-access` is not set, restored account is accessible from pub
440430
> [!NOTE]
441431
> For restoring with public network access disabled, the minimum stable version of azure-cli is 2.52.0.
442432
443-
444-
445-
446-
447-
448-
449-
450-
451-
452-
453-
454-
455-
456-
457-
458-
459-
460-
461-
462-
463-
464-
465-
466-
467-
468-
469-
470-
471-
472-
473-
474-
475-
476-
477-
478-
479-
480-
481-
482-
483433
#### Create a new Azure Cosmos DB account by restoring only selected databases and containers from an existing database account
484434

485435
```azurecli-interactive
@@ -715,16 +665,6 @@ az cosmosdb mongodb restorable-resource list \
715665
--restore-timestamp "2020-07-20T16:09:53+0000"
716666
```
717667

718-
719-
720-
721-
722-
723-
724-
725-
726-
727-
728668
#### List all the versions of databases in a live database account
729669
The enumeration commands described below help you discover the resources that are available for restore at various timestamps. Additionally, they also provide a feed of key events on the restorable account, database, and graph resources. These commands only work for live accounts.
730670

0 commit comments

Comments
 (0)