Skip to content

Commit b20e5e2

Browse files
Merge pull request #260844 from v-jaswel/aca/v-jaswel_20231204
[ACA] Fix broken link
2 parents 81368a0 + 16b3b8f commit b20e5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ For .NET apps, the simplest way to work with a managed identity is through the [
214214

215215
- [Add Azure Identity client library to your project](/dotnet/api/overview/azure/identity-readme#getting-started)
216216
- [Access Azure service with a system-assigned identity](/dotnet/api/overview/azure/identity-readme#authenticating-with-defaultazurecredential)
217-
- [Access Azure service with a user-assigned identity](/dotnet/api/overview/azure/identity-readme#specifying-a-user-assigned-managed-identity-with-the-defaultazurecredential)
217+
- [Access Azure service with a user-assigned identity](/dotnet/api/overview/azure/identity-readme#specify-a-user-assigned-managed-identity-with-defaultazurecredential)
218218

219219
The linked examples use [`DefaultAzureCredential`](/dotnet/api/overview/azure/identity-readme#defaultazurecredential). It's useful for most the scenarios because the same pattern works in Azure (with managed identities) and on your local machine (without managed identities).
220220

0 commit comments

Comments
 (0)