From 085e1e2ab5399c81a2e52437084529490646ef97 Mon Sep 17 00:00:00 2001 From: Spiderkilla <38021310+Spiderkilla@users.noreply.github.com> Date: Sat, 21 Sep 2024 23:27:55 +0200 Subject: [PATCH] typo edited typo for managed identities --- 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)