Skip to content

Commit 3ba5047

Browse files
committed
updated note
1 parent 6f3a476 commit 3ba5047

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/workload-identity-migrate-from-pod-identity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This article focuses on migrating from a pod-managed identity to Azure Active Di
1212

1313
## Before you begin
1414

15-
- The Azure CLI version 2.40.0 or later. Run `az --version` to find the version, and run `az upgrade` to upgrade the version. If you need to install or upgrade, see [Install Azure CLI][install-azure-cli].
15+
The Azure CLI version 2.40.0 or later. Run `az --version` to find the version, and run `az upgrade` to upgrade the version. If you need to install or upgrade, see [Install Azure CLI][install-azure-cli].
1616

1717
## Migration scenarios
1818

@@ -41,7 +41,7 @@ If your cluster isn't using the latest version of the Azure Identity SDK, you ha
4141
- Once you verify the authentication transactions are completing successfully, you can [remove the pod-managed identity](#remove-pod-managed-identity) annotations from your application and then remove the pod-managed identity add-on.
4242

4343
> [!NOTE]
44-
> The migration sidecar is **not supported for production use**. This feature is meant to give you time to migrate your application SDK's to a supported version, and not meant to be a long-term solution.
44+
> The migration sidecar is **not supported for production use**. This feature is meant to give you time to migrate your application SDK's to a supported version, and not meant or intended to be a long-term solution.
4545
4646
- Rewrite your application to support the latest version of the [Azure Identity][azure-identity-supported-versions] client library. Afterwards, perform the following steps:
4747

@@ -118,7 +118,7 @@ az identity federated-credential create --name federatedIdentityName --identity-
118118
## Deploy the workload with migration sidecar
119119

120120
> [!NOTE]
121-
> The migration sidecar is **not supported for production use**. This feature is meant to give you time to migrate your application SDK's to a supported version, and not meant to be a long-term solution.
121+
> The migration sidecar is **not supported for production use**. This feature is meant to give you time to migrate your application SDK's to a supported version, and not meant or intended to be a long-term solution.
122122
123123
If your application is using managed identity and still relies on IMDS to get an access token, you can use the workload identity migration sidecar to start migrating to workload identity. This sidecar is a migration solution and in the long-term applications, you should modify their code to use the latest Azure Identity SDKs that support client assertion.
124124

0 commit comments

Comments
 (0)