Skip to content

Commit 003d023

Browse files
authored
Update restore-account-continuous-backup.md
fixed the url link
1 parent bec6f23 commit 003d023

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
@@ -154,7 +154,7 @@ Restore-AzCosmosDBAccount `
154154
155155
156156
```
157-
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. Setting DisableTtl to $true ensures TTL is disabled on restored account,this ensure restore action sets [DefaultTimeToLive](https://learn.microsoft.com/azure/cosmos-db/nosql/time-to-live) on container to null on the restored account, and not providing parameter restores the account with TTL enabled if it was set earlier.
157+
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. Setting DisableTtl to $true ensures TTL is disabled on restored account,this ensure restore action sets [DefaultTimeToLive](time-to-live.md) on container to null on the restored account, and not providing parameter restores the account with TTL enabled if it was set earlier.
158158

159159
> [!NOTE]
160160
> For restoring with public network access disabled, the minimum stable version of Az.CosmosDB required is 1.12.0.
@@ -430,7 +430,7 @@ az cosmosdb restore \
430430
431431
```
432432

433-
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 prevent public network access for restored account. Setting disable-ttl to to $true ensures TTL is disabled on restored account, which ensures restore action sets [DefaultTimeToLive](https://learn.microsoft.com/azure/cosmos-db/nosql/time-to-live) on container(s) to null on the restored account, and not providing this parameter restores the account with TTL enabled if it was set earlier..
433+
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 prevent public network access for restored account. Setting disable-ttl to to $true ensures TTL is disabled on restored account, which ensures restore action sets [DefaultTimeToLive](time-to-live.md) on container(s) to null on the restored account, and not providing this parameter restores the account with TTL enabled if it was set earlier..
434434

435435
> [!NOTE]
436436
> For restoring with public network access disabled, the minimum stable version of azure-cli is 2.52.0.

0 commit comments

Comments
 (0)