Skip to content

Commit 6281438

Browse files
committed
Metadata updated, minor Acrolinx fixes to improve score in includes
1 parent 61a1ba4 commit 6281438

4 files changed

+7
-7
lines changed

includes/digital-twins-bulk-delete-note.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: baanders
33
description: include file with a note about using the bulk delete API
44
ms.service: azure-digital-twins
55
ms.topic: include
6-
ms.date: 10/3/2023
6+
ms.date: 03/04/2025
77
ms.author: baanders
88
---
99

includes/digital-twins-defaultazurecredential-note.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ author: baanders
33
description: include file for adding a note about the known issue with DefaultAzureCredential
44
ms.service: azure-digital-twins
55
ms.topic: include
6-
ms.date: 2/21/2022
6+
ms.date: 03/04/2025
77
ms.author: baanders
88
---
99

1010
>[!NOTE]
11-
>There's currently a known issue affecting the `DefaultAzureCredential` wrapper class that may result in an error while authenticating. If you encounter this issue, you can try instantiating `DefaultAzureCredential` with the following optional parameter to resolve it: `new DefaultAzureCredential(new DefaultAzureCredentialOptions { ExcludeSharedTokenCacheCredential = true });`
11+
>There's currently a known issue affecting the `DefaultAzureCredential` wrapper class that might result in an error while authenticating. If you encounter this issue, you can try instantiating `DefaultAzureCredential` with the following optional parameter to resolve it: `new DefaultAzureCredential(new DefaultAzureCredentialOptions { ExcludeSharedTokenCacheCredential = true });`
1212
>
1313
>For more information about this issue, see [Azure Digital Twins known issues](../articles/digital-twins/troubleshoot-known-issues.md#issue-with-default-azure-credential-authentication-on-azureidentity-130).

includes/digital-twins-local-credentials-inner.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ author: baanders
33
description: include file for setting up local authentication for DefaultAzureCredential in Azure Digital Twins samples - without intro
44
ms.service: azure-digital-twins
55
ms.topic: include
6-
ms.date: 10/22/2020
6+
ms.date: 03/04/2025
77
ms.author: baanders
88
---
99

10-
With `DefaultAzureCredential`, the sample will search for credentials in your local environment, like an Azure sign-in in a local [Azure CLI](/cli/azure/install-azure-cli) or in Visual Studio or Visual Studio Code. For this reason, you should *sign in to Azure locally* through one of these mechanisms to set up credentials for the sample.
10+
With `DefaultAzureCredential`, the sample searches for credentials in your local environment, like an Azure sign-in in a local [Azure CLI](/cli/azure/install-azure-cli) or in Visual Studio or Visual Studio Code. For this reason, you should *sign in to Azure locally* through one of these mechanisms to set up credentials for the sample.
1111

12-
If you're using Visual Studio or Visual Studio Code to run code samples, make sure you're [signed in to that editor](/visualstudio/ide/signing-in-to-visual-studio) with the same Azure credentials that you want to use to access your Azure Digital Twins instance. If you're using a local CLI window, run the `az login` command to sign in to your Azure account. After this, when you run your code sample, you should be authenticated automatically.
12+
If you're using Visual Studio or Visual Studio Code to run code samples, make sure you're [signed in to that editor](/visualstudio/ide/signing-in-to-visual-studio) with the same Azure credentials that you want to use to access your Azure Digital Twins instance. If you're using a local CLI window, run the `az login` command to sign in to your Azure account. After signing in, when you run your code sample, you should be authenticated automatically.

includes/digital-twins-local-credentials-outer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: baanders
33
description: include file for setting up local authentication for DefaultAzureCredential in Azure Digital Twins samples - with intro
44
ms.service: azure-digital-twins
55
ms.topic: include
6-
ms.date: 10/22/2020
6+
ms.date: 03/04/2025
77
ms.author: baanders
88
---
99

0 commit comments

Comments
 (0)