Skip to content

Commit 25b2edf

Browse files
committed
Add link to tutorial
1 parent 00703d8 commit 25b2edf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/containers/managed-identity.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: ghogen
1111
---
1212
# Use managed identity with Bridge to Kubernetes
1313

14-
If your AKS cluster uses [managed identity](/azure/active-directory/managed-identities-azure-resources/overview) security features to secure access to secrets and resources, Bridge to Kubernetes need some special configuration to ensure it can work with these features. An Azure Active Directory (AD) token needs to be downloaded to the local machine to ensure that local execution and debugging is properly secured, and this requires some special configuration in Bridge to Kubernetes. This article shows how to configure Bridge to Kubernetes to work with services that use managed identity.
14+
If your AKS cluster uses [managed identity](/azure/active-directory/managed-identities-azure-resources/overview) security features to secure access to secrets and resources, Bridge to Kubernetes needs some special configuration to ensure it can work with these features. An Azure Active Directory (AD) token needs to be downloaded to the local machine to ensure that local execution and debugging is properly secured, and this requires some special configuration in Bridge to Kubernetes. This article shows how to configure Bridge to Kubernetes to work with services that use managed identity.
1515

1616
## How to configure your service to use managed identity
1717

@@ -57,6 +57,8 @@ Whenever you use Bridge to Kubernetes on a service, the Azure AD token is downlo
5757

5858
## Next steps
5959

60+
Now that you've configured Bridge to Kubernetes to work with your AKS cluster that uses managed identity, you can debug as normal. See [bridge-to-kubernetes.md#connect-to-your-cluster-and-debug-a-service].
61+
6062
Learn more about using managed identify to access Azure resources by following these tutorials:
6163

6264
- [Tutorial: Use a Linux VM system-assigned managed identity to access Azure Storage](/azure/active-directory/managed-identities-azure-resources/tutorial-linux-vm-access-storage)

0 commit comments

Comments
 (0)