Skip to content

Commit b9fde73

Browse files
Merge pull request #8717 from MicrosoftDocs/main
Auto Publish – main to live - 2026-03-13 23:00 UTC
2 parents 70e369c + 2cae657 commit b9fde73

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

articles/javascript/ai/includes/get-started-securing-your-ai-app/clean-up-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
ms.custom: devx-track-js, devx-track-ts,
33
ms.topic: include
4-
ms.date: 11/08/2024
4+
ms.date: 03/13/2026
55
# Used as part of /developer/ai/get-started-securing-your-ai-app
66
---
77
1. Sign into the [GitHub Codespaces dashboard](https://github.com/codespaces).

articles/javascript/ai/includes/get-started-securing-your-ai-app/explore-sample-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
ms.custom: devx-track-js, devx-track-ts,
33
ms.topic: include
4-
ms.date: 11/08/2024
4+
ms.date: 03/13/2026
55
# Used as part of /developer/ai/get-started-securing-your-ai-app
66
---
77

@@ -29,7 +29,7 @@ function getChainedCredential() {
2929
}
3030
```
3131
* [ManagedIdentityCredential](/javascript/api/@azure/identity/managedidentitycredential) is attempted first. It's set up with the AZURE_CLIENT_ID environment variable in the production runtime and is capable of authenticating via user-assigned managed identity.
32-
* [AzureDeveloperCliCredential](/javascript/api/@azure/identity/azuredeveloperclicredential) is attempted second. It's set up when a develop signs in with Azure CLI `az login`.
32+
* [AzureDeveloperCliCredential](/javascript/api/@azure/identity/azuredeveloperclicredential) is attempted second. It's set up when a developer signs in with the Azure Developer CLI by using `azd auth login`.
3333

3434
>[!TIP]
3535
>The order of the credentials is important, as the first valid Microsoft Entra access token is used. For more information, check out the [ChainedTokenCredential Overview](/javascript/api/@azure/identity/tokencredential) article.

articles/javascript/ai/includes/get-started-securing-your-ai-app/get-help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
ms.custom: devx-track-js, devx-track-ts,
33
ms.topic: include
4-
ms.date: 11/08/2024
4+
ms.date: 03/13/2026
55
# Used as part of /developer/ai/get-started-securing-your-ai-app
66
---
77

articles/javascript/ai/includes/get-started-securing-your-ai-app/open-development-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
ms.custom: devx-track-js, devx-track-ts,
33
ms.topic: include
4-
ms.date: 11/12/2024
4+
ms.date: 03/13/2026
55
# Used as part of /developer/ai/get-started-securing-your-ai-app
66
---
77

articles/javascript/ai/includes/get-started-securing-your-ai-app/visual-studio-code-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
ms.custom: devx-track-js, devx-track-ts,
33
ms.topic: include
4-
ms.date: 11/08/2024
4+
ms.date: 03/13/2026
55
# Used as part of /developer/ai/get-started-securing-your-ai-app
66
---
77

0 commit comments

Comments
 (0)