Skip to content

Commit d92df1b

Browse files
minor changes
1 parent 312108a commit d92df1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/backup/restore-postgresql-database-ps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ $OssRestoreFromArchiveReq = Initialize-AzDataProtectionRestoreRequest -Datasourc
102102

103103
#### Restore as files
104104

105-
Fetch the URI of the container, within the storage account to which permissions were assigned as detailed [above](#setting-up-permissions). For example, a container named **testcontainerrestore** under a storage account **testossstorageaccount** with a different subscription.
105+
Fetch the URI of the container, within the storage account to which permissions were assigned as detailed [above](#set-up-permissions). For example, a container named **testcontainerrestore** under a storage account **testossstorageaccount** with a different subscription.
106106

107107
```azurepowershell-interactive
108108
$contURI = "https://testossstorageaccount.blob.core.windows.net/testcontainerrestore"

0 commit comments

Comments
 (0)