Skip to content

Commit 70770bb

Browse files
authored
Apply suggestions from PR review
1 parent 98e2eb2 commit 70770bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/backup/backup-azure-afs-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ To create a backup policy that configures multiple backups a day, follow these s
197197
$schPol.ScheduleRunTimeZone=$timeZone.Id
198198
```
199199

200-
To Create a policy with daily schedule, run the following cmdlet:
200+
To create a policy with daily schedule, run the following cmdlet:
201201

202202
```azurepowershell
203203
$UtcTime = Get-Date -Date "2019-03-20 01:30:00Z"

articles/backup/backup-postgresql-ps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ $keyURI = "https://testkeyvaulteus.vault.azure.net/secrets/ossdbkey"
241241

242242
#### Backup vault
243243

244-
You need to connect the Backup vault to the PostgreSQL server, and then access the database via the keys present in the key vault. So, it requires access to the PostGreSQL server and the key vault. Access is granted to the Backup vault's MSI.
244+
You need to connect the Backup vault to the PostgreSQL server, and then access the database via the keys present in the key vault. So, it requires access to the PostgreSQL server and the key vault. Access is granted to the Backup vault's MSI.
245245

246246
[Read about the appropriate permissions](./backup-azure-database-postgresql-overview.md#set-of-permissions-needed-for-azure-postgresql-database-backup) that you should grant to the Backup vault's MSI on the PostgreSQL server and the Azure key vault, where the keys to the database are stored.
247247

0 commit comments

Comments
 (0)