You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/concepts-identity.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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.
4
4
author: kabharati
5
5
ms.author: kabharati
6
6
ms.reviewer: maghan
@@ -36,7 +36,7 @@ There are two types of managed identities:
36
36
- 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.
37
37
- By design, only that Azure resource can use this identity to request tokens from Microsoft Entra ID.
38
38
- 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.
40
40
41
41
42
42
-**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:
48
48
49
49
## How to enable System Assigned Managed Identity on your Flexible Server
50
50
51
-
## Azure Portal
51
+
## Azure portal
52
52
53
53
Follow these steps to enable System Assigned Managed Identity on your Azure Database for PostgreSQL flexible server instance.
54
54
@@ -65,9 +65,9 @@ Follow these steps to enable System Assigned Managed Identity on your Azure Data
65
65
5. A notification confirms that system assigned managed identity is enabled.
66
66
67
67
68
-
## ARM Template
68
+
## ARM template
69
69
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.
71
71
72
72
```json
73
73
{
@@ -85,7 +85,7 @@ Please use below ARM template to enable system assigned managed identity. You ca
85
85
}
86
86
```
87
87
88
-
Please use below ARM template to disable system assigned managed identity
88
+
Use below ARM template to disable system assigned managed identity
89
89
90
90
```json
91
91
{
@@ -108,7 +108,7 @@ You can verify the managed identity created by going to **Enterprise Application
108
108
109
109
1. Choose **Application Type == Managed Identity**
110
110
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.
112
112
1.
113
113

0 commit comments