From 6eed98bc228d0336f7fcd8ca7105ac1e57d45dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-R=C3=A9my=20Bancel?= Date: Tue, 11 Jun 2024 20:35:16 -0700 Subject: [PATCH] Fix Identitis typo --- ServicePrincipalsSamples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServicePrincipalsSamples/README.md b/ServicePrincipalsSamples/README.md index 68276ff..b8b3285 100644 --- a/ServicePrincipalsSamples/README.md +++ b/ServicePrincipalsSamples/README.md @@ -18,5 +18,5 @@ For more information about Azure DevOps: For more information about Azure AD Service Principals: - Azure AD Applications - [Application and service principal objects in Azure Active Directory](https://learn.microsoft.com/en-us/azure/active-directory/develop/app-objects-and-service-principals) -- Azure AD Managed Identitis - [What are managed identities for Azure resources?](https://learn.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview) +- Azure AD Managed Identities - [What are managed identities for Azure resources?](https://learn.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview) - Authentication protocol - [Microsoft identity platform and the OAuth 2.0 client credentials flow](https://learn.microsoft.com/en-gb/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow)