Skip to content

Commit 45d00b6

Browse files
authored
Improve clarity on identity types usage
1 parent 4d39a64 commit 45d00b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/integrate/get-started/authentication/service-principal-managed-identity.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ User-assigned managed identity:
7272

7373
When to use each type:
7474

75-
- **Service principals**: Cross-cloud deployments, continuous integration and continuous delivery (CI/CD) pipelines, applications outside Azure
76-
- **System-assigned managed identities**: Single Azure resource applications (Azure Functions, Azure App Service)
77-
- **User-assigned managed identities**: Multi-resource applications, shared identity scenarios
75+
- **Service principals**: Cross-cloud deployments, continuous integration and continuous delivery (CI/CD) pipelines, applications outside Azure.
76+
- **System-assigned managed identities**: Single Azure resource applications (Azure Functions, Azure App Service).
77+
- **User-assigned managed identities**: Multi-resource applications, shared identity scenarios.
7878

7979
## Implementation guide
8080

@@ -116,7 +116,7 @@ For system-assigned managed identity:
116116

117117
1. Go to your Azure resource, such as App Service or an Azure Functions app.
118118
1. Go to **Identity** > **System assigned**.
119-
1. Toggle the status to **On**.
119+
1. Switch the status to **On**.
120120
1. Select **Save** to save the configuration.
121121

122122
For user-assigned managed identity:

0 commit comments

Comments
 (0)