Skip to content

Commit c17562f

Browse files
addressed PM comments
1 parent 72a252c commit c17562f

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

articles/backup/backup-postgresql-cli.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,9 +429,7 @@ az dataprotection backup-policy show -g ossdemorg --vault-name ossdemovault-1 -
429429
}
430430
```
431431

432-
## Trigger an on-demand backup using command
433-
434-
Trigger an on-demand backup using the [az dataprotection backup-instance adhoc-backup](/cli/azure/dataprotection/backup-instance#az_dataprotection_backup_instance_adhoc_backup) command.
432+
To trigger an on-demand backup, use the [az dataprotection backup-instance adhoc-backup](/cli/azure/dataprotection/backup-instance#az_dataprotection_backup_instance_adhoc_backup) command.
435433

436434
```azurecli
437435
az dataprotection backup-instance adhoc-backup --name "ossrg-empdb11" --rule-name "Monthly" --resource-group testBkpVaultRG --vault-name TestBkpVault

articles/backup/backup-postgresql-ps.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,6 @@ Name : Default
291291
ObjectType : AzureRetentionRule
292292
```
293293

294-
## Trigger an on-demand backup
295-
296294
To trigger an on-demand backup, use the [Backup-AzDataProtectionBackupInstanceAdhoc](/powershell/module/az.dataprotection/backup-azdataprotectionbackupinstanceadhoc?view=azps-5.7.0&preserve-view=true) command.
297295

298296
```azurepowershell-interactive

articles/backup/quick-backup-postgresql-database-portal.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Azure Database for PostgreSQL is a managed service that you use to run, manage,
1818
Before you start back up of Azure PostgreSQL database:
1919

2020
- Identify or [create a Backup Vault](tutorial-postgresql-backup.md#create-a-backup-vault) in the same region where you want to back up the Azure Database for PostgreSQL server instance.
21-
- Check that Azure Database for PostgreSQL server is named in accordance with naming guidelines for Azure Backup.
21+
- Check that Azure Database for PostgreSQL server is named in accordance with naming guidelines for Azure Backup. [Learn more](../postgresql/tutorial-design-database-using-azure-portal.md#create-an-azure-database-for-postgresql)
2222
- [Create secrets in the key vault](backup-azure-database-postgresql.md#create-secrets-in-the-key-vault).
2323
- [Grant privileges to database users using PowerShell scripts](backup-azure-database-postgresql.md#run-powershell-script-to-grant-privileges-to-database-users).
2424
- [Allow access permissions for the relevant key vault](backup-azure-database-postgresql-overview.md#access-permissions-on-the-azure-key-vault-associated-with-the-postgresql-server).
@@ -129,5 +129,6 @@ To trigger an on-demand backup (that's not in the schedule specified in the poli
129129

130130
## Next steps
131131

132-
- [Restore Azure Database for PostgreSQL server](restore-azure-database-postgresql.md)
133-
- [Manage Azure Database for PostgreSQL server](manage-azure-database-postgresql.md)
132+
> [!div class="nextstepaction"]
133+
> [Restore Azure Database for PostgreSQL server](restore-azure-database-postgresql.md)
134+
> [Manage Azure Database for PostgreSQL server](manage-azure-database-postgresql.md)

articles/backup/tutorial-postgresql-backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This tutorial shows you how to back up Azure Database for PostgreSQL server runn
2424
Before you back up your Azure Database for PostgreSQL server:
2525

2626
- Identify or create a Backup Vault in the same region where you want to back up the Azure Database for PostgreSQL server instance.
27-
- Check that Azure Database for PostgreSQL server is named in accordance with naming guidelines for Azure Backup.
27+
- Check that Azure Database for PostgreSQL server is named in accordance with naming guidelines for Azure Backup. [Learn more](../postgresql/tutorial-design-database-using-azure-portal.md#create-an-azure-database-for-postgresql)
2828
- [Create secrets in the key vault](backup-azure-database-postgresql.md#create-secrets-in-the-key-vault).
2929
- [Allow access permissions for the relevant key vault](backup-azure-database-postgresql-overview.md#access-permissions-on-the-azure-key-vault-associated-with-the-postgresql-server).
3030
- [Provide database user's backup privileges on the database](backup-azure-database-postgresql-overview.md#database-users-backup-privileges-on-the-database).

0 commit comments

Comments
 (0)