Share via

Azure database for PostgreSQL single server DB backup in azure backup vault

veerabose chandran 260 Reputation points
2023-08-24T16:44:13.69+00:00

Hi Experts,

I've configured an Azure database for PostgreSQL single server DB backup in azure backup vault using key vault and secret (which has DB credential), but is it feasible to configure PostgreSQL backup without DB credential in secret and utilizing manage identities?

Thanks

Veera.

Azure Backup
Azure Backup

An Azure backup service that provides built-in management at scale.

Azure Database for PostgreSQL

Answer accepted by question author

Vahid Ghafarpour 23,605 Reputation points
2023-08-24T17:02:06.3066667+00:00

Managed identities provide a secure way for your services or applications running in Azure to authenticate to various services without exposing credentials in your code or configuration.

Enable a managed identity for the service or virtual machine that needs to perform the backup. This can be done through the Azure portal, Azure CLI, or ARM templates. The managed identity will act as the authentication mechanism for your service.

https://techcommunity.microsoft.com/t5/azure-database-for-postgresql/connect-from-function-app-with-managed-identity-to-azure/ba-p/1517032

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.