Home > Software engineering >  Create a Service Principal for PostgreSql server
Create a Service Principal for PostgreSql server

Time:01-04

I wanted to know how we can create a service principal for Azure Postgresql. This is the enter image description here

Create a Service Principal for PostgreSQL server

CodePudding user response:

Issue was caused because of KeyVault -> Access Policy. permissions. replicated the same scenario.

Step1: created PostgreSQL single server

enter image description here

Step2:

Create key vault secret along with access policy permissions

enter image description here

Step2: Once after creation on key vault, we can observe the access policies were already embedded default if not, add respective access policies. enter image description here

  • Related