Skip to content

Commit 67dd5a8

Browse files
authored
Merge pull request #295711 from DENKEN02MSFT/ADTFreshnessTop40_Row31
ADT Freshness - row 31
2 parents 79fe67e + 054d987 commit 67dd5a8

8 files changed

+34
-35
lines changed

articles/digital-twins/how-to-manage-twin.md

Lines changed: 25 additions & 25 deletions
Large diffs are not rendered by default.
1005 Bytes
Loading

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-developer-interfaces.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
author: baanders
3-
description: include file for Azure Digital Twins - developer interfaces for managing instance
3+
description: Include file for Azure Digital Twins - developer interfaces for managing instance
44
ms.service: azure-digital-twins
55
ms.topic: include
66
ms.date: 02/27/2025
@@ -15,4 +15,3 @@ Other developer interfaces that can be used to complete these operations include
1515
* [Azure Digital Twins Explorer](../articles/digital-twins/concepts-azure-digital-twins-explorer.md)
1616
* [REST API](/rest/api/azure-digitaltwins/) calls
1717
* [Azure CLI](/cli/azure/dt) commands
18-

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

includes/digital-twins-visualization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
author: baanders
3-
description: include file for Azure Digital Twins - visualizing with Azure Digital Twins Explorer
3+
description: Include file for Azure Digital Twins - visualizing with Azure Digital Twins Explorer
44
ms.service: azure-digital-twins
55
ms.topic: include
66
ms.date: 02/27/2025

0 commit comments

Comments
 (0)