Skip to content

Commit 2e32d35

Browse files
Merge pull request #229314 from baanders/3-2-mic
ADT: Managed identity credential trivial edit
2 parents 3635640 + 03083b0 commit 2e32d35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/digital-twins/how-to-authenticate-client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ In an Azure function, you can use the managed identity credentials like this:
8686

8787
:::code language="csharp" source="~/digital-twins-docs-samples/sdks/csharp/authentication.cs" id="ManagedIdentityCredential":::
8888

89-
Leaving the parameter empty as shown above will return the credential for the function app's system-assigned identity, if it has one. To specify a user-assigned identity instead, pass the user-assigned identity's **client ID** into the parameter.
89+
While creating the credential, leaving the parameter empty as shown above will return the credential for the function app's system-assigned identity, if it has one. To specify a user-assigned identity instead, pass the user-assigned identity's **client ID** into the parameter.
9090

9191
### InteractiveBrowserCredential method
9292

@@ -122,7 +122,7 @@ When writing the Azure function, consider adding these variables and code to you
122122

123123
:::code language="csharp" source="~/digital-twins-docs-samples/sdks/csharp/adtIngestFunctionSample.cs" id="HTTP_client":::
124124

125-
* **Managed identity credentials.** Create a managed identity credential that your function will use to access Azure Digital Twins.
125+
* **Managed identity credential.** Create a managed identity credential that your function will use to access Azure Digital Twins.
126126

127127
:::code language="csharp" source="~/digital-twins-docs-samples/sdks/csharp/adtIngestFunctionSample.cs" id="ManagedIdentityCredential":::
128128

0 commit comments

Comments
 (0)