Skip to content

Commit 8ea81f3

Browse files
committed
Fixes
1 parent 956fc86 commit 8ea81f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

AKS-Hybrid/aks-edge-workload-identity.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure Kubernetes Service (AKS) Edge Essentials is an on-premises Kubernetes impl
1717
- Deploy your application.
1818
- Example: Grant a pod in the cluster access to secrets in an Azure key vault.
1919

20-
For a conceptual overview of using Workload identity federation, see [Workload identity federation in Azure Arc-enabled Kubernetes](azure/azure-arc/kubernetes/conceptual-workload-identity.md).
20+
<!-- For a conceptual overview of using Workload identity federation, see [Workload identity federation in Azure Arc-enabled Kubernetes](/azure/azure-arc/kubernetes/conceptual-workload-identity.md). -->
2121

2222
> [!IMPORTANT]
2323
> These preview features are available on a self-service, opt-in basis. Previews are provided "as is" and "as available," and they're excluded from the service-level agreements and limited warranty. Azure Kubernetes Service Edge Essentials previews are partially covered by customer support on a best-effort basis.
@@ -149,7 +149,6 @@ az identity federated-credential show --name $FedIdCredentialName --resource-gro
149149
> [!NOTE]
150150
> After you add a federated identity credential, it takes a few seconds to propagate. Token requests made immediately afterward might fail until the cache refreshes. To prevent this issue, consider adding a brief delay after creating the federated identity credential.
151151
152-
153152
## Step 3: Deploy your application
154153

155154
When you deploy your application pods, the manifest should reference the service account created in the **Create Kubernetes service account** step. The following manifest shows how to reference the account, specifically the `metadata\namespace` and `spec\serviceAccountName` properties. Make sure to specify an image for `image` and a container name

0 commit comments

Comments
 (0)