Skip to content

Commit

Permalink
verbiage tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwolfmsft committed Jan 30, 2024
1 parent 72b8cbb commit b242025
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Add the following key-value pairs to your _appsettings.json_ file to create an <
```

> [!NOTE]
> The `clientCertificateStoreLocation` and `additionallyAllowedTenants` values are optional. If no `clientCertificateStoreLocation` is specified, the default `CurrentUser` is used from the <xref:System.Fabric.X509Credentials.StoreLocation?displayProperty=nameWithType> enum.
> The `clientCertificateStoreLocation` and `additionallyAllowedTenants` key-value pairs are optional and are ignored if the key is set without an empty value. If no `clientCertificateStoreLocation` is specified, the default `CurrentUser` is used from the <xref:System.Fabric.X509Credentials.StoreLocation?displayProperty=nameWithType> enum.
### Create a `DefaultAzureCredential` type

Expand Down

0 comments on commit b242025

Please sign in to comment.