Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
  • Loading branch information
alexwolfmsft and scottaddie authored Jan 26, 2024
1 parent 1a2275b commit 7f22d32
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The associated _appsettings.json_ file:
"Storage": {
"serviceUri": "<service_uri>",
"credential": "managedidentity",
"clientid": "<clientId>"
"clientId": "<clientId>"
}
```

Expand All @@ -64,7 +64,7 @@ The following credential types also support the `AdditionallyAllowedTenants` pro

### Create a `ManagedIdentityCredential` type

You can create both user-assigned and system-assigned managed identities using configuration values. Add the following configuration values to your _appsettings.json_ file to create an <xref:Azure.Identity.ManagedIdentityCredential?displayProperty=fullName>.
You can create both user-assigned and system-assigned managed identities using configuration values. Add the following configuration values to your _appsettings.json_ file to create an instance of <xref:Azure.Identity.ManagedIdentityCredential?displayProperty=fullName>.

#### User-assigned identities

Expand Down

0 comments on commit 7f22d32

Please sign in to comment.