Skip to content

Commit f0fbfac

Browse files
authored
Merge pull request #2259 from CecileRobertMichon/aad-link
Fix Azure docs dead link
2 parents c0c341f + 7d88404 commit f0fbfac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/topics/vm-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Alternatively, you can also use the `system-assigned-identity` flavor to build a
123123

124124
### Service Principal (not recommended)
125125

126-
A service principal is an identity in AAD which is described by a tenant ID and client (or "app") ID. It can have one or more associated secrets or certificates. The set of these values will enable the holder to exchange the values for a JWT token to communicate with Azure. The user generally creates a service principal, saves the credentials, and then uses the credentials in applications. To read more about Service Principals and AD Applications see ["Application and service principal objects in Azure Active Directory"](https://azure.microsoft.com/en-us/documentation/articles/active-directory-application-objects/).
126+
A service principal is an identity in AAD which is described by a tenant ID and client (or "app") ID. It can have one or more associated secrets or certificates. The set of these values will enable the holder to exchange the values for a JWT token to communicate with Azure. The user generally creates a service principal, saves the credentials, and then uses the credentials in applications. To read more about Service Principals and AD Applications see ["Application and service principal objects in Azure Active Directory"](https://docs.microsoft.com/en-us/azure/active-directory/develop/app-objects-and-service-principals).
127127

128128
<aside class="note warning">
129129

0 commit comments

Comments
 (0)