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.
1,429 questions
Azure Database for PostgreSQL
{count} votes

Accepted answer
  1. Vahid Ghafarpour 22,955 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

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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