Skip to content

Commit da835fa

Browse files
committed
[AzureADDS] Link updates
1 parent fb80a0f commit da835fa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/active-directory-domain-services/deploy-kcd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Windows Server 2012 and later gives service administrators the ability to config
4848

4949
Resource-based KCD is configured using PowerShell. You use the [Set-ADComputer][Set-ADComputer] or [Set-ADUser][Set-ADUser] cmdlets, depending on whether the impersonating account is a computer account or a user account / service account.
5050

51-
## Configure resource-based KCD for a computer account on a managed domain
51+
## Configure resource-based KCD for a computer account
5252

5353
In this scenario, let's assume you have a web app that runs on the computer named *contoso-webapp.contoso.com*. The web app needs to access a web API that runs on the computer named *contoso-api.contoso.com* in the context of domain users. Complete the following steps to configure this scenario:
5454

@@ -65,7 +65,7 @@ In this scenario, let's assume you have a web app that runs on the computer name
6565
Set-ADComputer contoso-api.contoso.com -PrincipalsAllowedToDelegateToAccount $ImpersonatingAccount
6666
```
6767
68-
## Configure resource-based KCD for a user account on a managed domain
68+
## Configure resource-based KCD for a user account
6969
7070
In this scenario, let's assume you have a web app that runs as a service account named *appsvc*. The web app needs to access a web API that runs as a service account named *backendsvc* in the context of domain users. Complete the following steps to configure this scenario:
7171

articles/active-directory-domain-services/secure-your-domain.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,5 @@ To learn more about the synchronization process, see [How objects and credential
8585
<!-- EXTERNAL LINKS -->
8686
[Get-AzResource]: /powershell/module/az.resources/Get-AzResource
8787
[Set-AzResource]: /powershell/module/Az.Resources/Set-AzResource
88+
[Connect-AzAccount]: /powershell/module/Az.Accounts/Connect-AzAccount
89+
[Connect-AzureAD]: /powershell/module/AzureAD/Connect-AzureAD

0 commit comments

Comments
 (0)