Skip to content

Commit 371b09c

Browse files
authored
Link fixed.
1 parent cb48cf6 commit 371b09c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/devtest-labs/devtest-lab-add-devtest-user.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To add a member:
9898

9999
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
100100

101-
You can add a DevTest Labs User to a lab by using the following Azure PowerShell script. The script requires the user to be in the Azure Active Directory (Azure AD). For information about adding an external user to Azure AD as a guest, see [Add a new guest user](/active-directory/fundamentals/add-users-azure-active-directory#add-a-new-guest-user). If the user isn't in Azure AD, use the portal procedure instead.
101+
You can add a DevTest Labs User to a lab by using the following Azure PowerShell script. The script requires the user to be in the Azure Active Directory (Azure AD). For information about adding an external user to Azure AD as a guest, see [Add a new guest user](/azure/active-directory/fundamentals/add-users-azure-active-directory#add-a-new-guest-user). If the user isn't in Azure AD, use the portal procedure instead.
102102

103103
In the following script, update the parameter values under the `# Values to change` comment. You can get the `subscriptionId`, `labResourceGroup`, and `labName` values from the lab's main page in the Azure portal.
104104

@@ -129,4 +129,4 @@ New-AzRoleAssignment -ObjectId $adObject.Id -RoleDefinitionName 'DevTest Labs Us
129129
## Next steps
130130

131131
- [Customize permissions with custom roles](devtest-lab-grant-user-permissions-to-specific-lab-policies.md)
132-
- [Automate adding lab users](automate-add-lab-user.md)
132+
- [Automate adding lab users](automate-add-lab-user.md)

0 commit comments

Comments
 (0)