Skip to content

Commit 2e80e9f

Browse files
Merge pull request #225783 from kabharati/patch-35
Update how-to-configure-sign-in-azure-ad-authentication.md
2 parents e82b371 + 22f3348 commit 2e80e9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/postgresql/flexible-server/how-to-configure-sign-in-azure-ad-authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can have multiple Azure AD admin users with Azure Database for PostgreSQL -
2323
## Prerequisites
2424

2525
- An Azure account with an active subscription. If you don't already have one, [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
26-
- One of the following roles: **Global Administrator**, **Privileged Role Administrator**, **Tenant Creator**.
26+
- One of the following roles: **Global Administrator**, **Privileged Role Administrator**, **Tenant Creator**,**Application Owner**.
2727
- Installation of the [Azure CLI](/cli/azure/install-azure-cli).
2828

2929
## Install the Azure AD PowerShell module
@@ -44,7 +44,7 @@ Account Environment TenantId TenantDomain
4444
<your account> AzureCloud <your tenant Id> <your tenant name>.onmicrosoft.com User
4545
```
4646

47-
Ensure that your Azure tenant has the service principal for the Azure Database for PostgreSQL Flexible Server. This only needs to be done once per Azure tenant. First, check for the existence of the service principal in your tenant with this command. The ObjectId value is for the Azure Database for PostgreSQL Flexible Server service principal.
47+
Ensure that your Azure tenant has the service principal for the Azure Database for PostgreSQL Flexible Server. This only needs to be done once per Azure tenant. First, check for the existence of the service principal in your tenant with this command. **The ObjectId value is for the Azure Database for PostgreSQL Flexible Server service principal.**
4848

4949
> [!NOTE]
5050
> The following script is an example of a created Azure App Registration you can use for testing. If you want to apply your ids, you need to use your own App Registration object and application id.
@@ -62,7 +62,7 @@ ObjectId AppId Displa
6262
```
6363

6464
> [!IMPORTANT]
65-
> If you are not a **Global Administrator**, **Privileged Role Administrator**, **Tenant Creator** you can't proceed past this step.
65+
> If you are not a **Global Administrator**, **Privileged Role Administrator**, **Tenant Creator**,**Application Owner** you can't proceed past this step.
6666
6767
### Grant read access
6868

0 commit comments

Comments
 (0)