Skip to content

Commit 8a0fad9

Browse files
committed
Update concepts-identity.md
1 parent 2e4e020 commit 8a0fad9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/postgresql/flexible-server/concepts-identity.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Identity
3-
description: Learn about Managed idenities in the Flexible Server deployment option for Azure Database for PostgreSQL - Flexible Server.
3+
description: Learn about Managed Idenities in the Flexible Server deployment option for Azure Database for PostgreSQL - Flexible Server.
44
author: kabharati
55
ms.author: kabharati
66
ms.reviewer: maghan
@@ -36,7 +36,7 @@ There are two types of managed identities:
3636
- A service principal of a special type is created in Microsoft Entra ID for the identity. The service principal is tied to the lifecycle of that Azure resource. When the Azure resource is deleted, Azure automatically deletes the service principal for you.
3737
- By design, only that Azure resource can use this identity to request tokens from Microsoft Entra ID.
3838
- You authorize the managed identity to have access to one or more services.
39-
- The name of the system-assigned service principal is always the same as the name of the Azure resource it is created for.
39+
- The name of the system-assigned service principal is always the same as the name of the Azure resource it's created for.
4040

4141

4242
- **User-assigned**. You may also create a managed identity as a standalone Azure resource. You can create a user-assigned managed identity and assign it to one or more Azure Resources. When you enable a user-assigned managed identity:
@@ -48,7 +48,7 @@ There are two types of managed identities:
4848

4949
## How to enable System Assigned Managed Identity on your Flexible Server
5050

51-
## Azure Portal
51+
## Azure portal
5252

5353
Follow these steps to enable System Assigned Managed Identity on your Azure Database for PostgreSQL flexible server instance.
5454

@@ -65,9 +65,9 @@ Follow these steps to enable System Assigned Managed Identity on your Azure Data
6565
5. A notification confirms that system assigned managed identity is enabled.
6666

6767

68-
## ARM Template
68+
## ARM template
6969

70-
Please use below ARM template to enable system assigned managed identity. You can use the 2023-06-01-preview or the latest available API.
70+
Use below ARM template to enable system assigned managed identity. You can use the 2023-06-01-preview or the latest available API.
7171

7272
```json
7373
{
@@ -85,7 +85,7 @@ Please use below ARM template to enable system assigned managed identity. You ca
8585
}
8686
```
8787

88-
Please use below ARM template to disable system assigned managed identity
88+
Use below ARM template to disable system assigned managed identity
8989

9090
```json
9191
{
@@ -108,7 +108,7 @@ You can verify the managed identity created by going to **Enterprise Application
108108

109109
1. Choose **Application Type == Managed Identity**
110110

111-
2. Provide your flexible server name in **Search by application name or Identity** as shown in below screenshot.
111+
2. Provide your flexible server name in **Search by application name or Identity** as shown in the screenshot.
112112
1.
113113
![Screenshot verifying system assigned managed identity.](./media/concepts-Identity/verify-managed-identity.png)
114114

0 commit comments

Comments
 (0)