Skip to content

Commit 2a0df68

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into clu-qs-update
2 parents 83f4cbf + 1007abe commit 2a0df68

File tree

51 files changed

+1083
-196
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1083
-196
lines changed

articles/aks/csi-secrets-store-identity-access.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@ ms.custom: devx-track-azurecli
1010

1111
# Provide an identity to access the Azure Key Vault Provider for Secrets Store CSI Driver
1212

13-
The Secrets Store CSI Driver on Azure Kubernetes Service (AKS) provides a variety of methods of identity-based access to your Azure key vault. This article outlines these methods and how to use them to access your key vault and its contents from your AKS cluster. For more information, see [Use the Secrets Store CSI Driver][csi-secrets-store-driver].
13+
The Secrets Store CSI Driver on Azure Kubernetes Service (AKS) provides a variety of methods of identity-based access to your Azure key vault. This article outlines these methods and how to use them to access your key vault and its contents from your AKS cluster. For more information, see [Use the Secrets Store CSI Driver][csi-secrets-store-driver].
1414

15-
## Use Azure AD workload identity (preview)
15+
Currently, the following methods of access are available:
16+
17+
- Azure AD Workload identity (preview)
18+
- User-assigned managed identity
19+
20+
## Access with an Azure AD workload identity (preview)
1621

1722
An [Azure AD workload identity][workload-identity] is an identity used by an application running on a pod that can authenticate itself against other Azure services that support it, such as Storage or SQL. It integrates with the capabilities native to Kubernetes to federate with external identity providers. In this security model, the AKS cluster acts as token issuer where Azure Active Directory uses OpenID Connect to discover public signing keys and verify the authenticity of the service account token before exchanging it for an Azure AD token. Your workload can exchange a service account token projected to its volume for an Azure AD token using the Azure Identity client library using the Azure SDK or the Microsoft Authentication Library (MSAL).
1823

@@ -154,7 +159,7 @@ Azure AD workload identity (preview) is supported on both Windows and Linux clus
154159
EOF
155160
```
156161
157-
## Use the CSI Secret Store addon user-assigned managed identity
162+
## Access with a user-assigned managed identity
158163
159164
1. To access your key vault, you can use the user-assigned managed identity that you created when you [enabled a managed identity on your AKS cluster][use-managed-identity]:
160165

articles/azure-arc/kubernetes/extensions.md

Lines changed: 39 additions & 44 deletions
Large diffs are not rendered by default.

articles/azure-functions/durable/durable-functions-instance-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ async def main(req: func.HttpRequest, starter: str, instance_id: str) -> func.co
10111011
If you have an orchestration failure for an unexpected reason, you can *rewind* the instance to a previously healthy state by using an API built for that purpose.
10121012

10131013
> [!NOTE]
1014-
> This API is not intended to be a replacement for proper error handling and retry policies. Rather, it is intended to be used only in cases where orchestration instances fail for unexpected reasons. For more information on error handling and retry policies, see the [Error handling](durable-functions-error-handling.md) article.
1014+
> This API is not intended to be a replacement for proper error handling and retry policies. Rather, it is intended to be used only in cases where orchestration instances fail for unexpected reasons. Orchestrations in states other than `Failed` (e.g., `Running`, `Pending`, `Terminated`, `Completed`) cannot be "rewound". For more information on error handling and retry policies, see the [Error handling](durable-functions-error-handling.md) article.
10151015
10161016
Use the `RewindAsync` (.NET) or `rewind` (JavaScript) method of the [orchestration client binding](durable-functions-bindings.md#orchestration-client) to put the orchestration back into the *Running* state. This method will also rerun the activity or sub-orchestration execution failures that caused the orchestration failure.
10171017

articles/cognitive-services/language-service/concepts/migrate-language-service-latest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: aahill
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
10-
ms.topic: article
10+
ms.topic: conceptual
1111
ms.date: 08/08/2022
1212
ms.author: aahi
1313
ms.custom: ignite-fall-2021

articles/cognitive-services/language-service/concepts/multilingual-emoji-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: aahill
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
10-
ms.topic: article
10+
ms.topic: conceptual
1111
ms.date: 11/02/2021
1212
ms.author: aahi
1313
ms.custom: ignite-fall-2021

articles/cognitive-services/language-service/conversational-language-understanding/concepts/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: aahill
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
10-
ms.topic: overview
10+
ms.topic: conceptual
1111
ms.date: 10/11/2022
1212
ms.author: aahi
1313
ms.custom: language-service-clu

articles/cognitive-services/language-service/conversational-language-understanding/concepts/evaluation-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: aahill
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
10-
ms.topic: overview
10+
ms.topic: conceptual
1111
ms.date: 05/13/2022
1212
ms.author: aahi
1313
ms.custom: language-service-clu, ignite-fall-2021

articles/cognitive-services/language-service/conversational-language-understanding/concepts/none-intent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: aahill
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
10-
ms.topic: overview
10+
ms.topic: conceptual
1111
ms.date: 05/13/2022
1212
ms.author: aahi
1313
ms.custom: language-service-clu

articles/cognitive-services/language-service/conversational-language-understanding/how-to/migrate-from-luis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: aahill
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
10-
ms.topic: conceptual
10+
ms.topic: how-to
1111
ms.date: 09/08/2022
1212
ms.author: aahi
1313
ms.custom: language-service-clu, ignite-fall-2021

articles/cognitive-services/language-service/conversational-language-understanding/includes/resource-creation-language-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: aahill
55
manager: nitinme
66
ms.service: cognitive-services
77
ms.subservice: language-service
8-
ms.topic: how-to
8+
ms.topic: include
99
ms.date: 05/13/2022
1010
ms.author: aahi
1111
---

0 commit comments

Comments
 (0)