Skip to content

Commit 3d667fe

Browse files
authored
Replaced ADAL with MSAL
For documentation links, packages, library reference links.
1 parent d159a25 commit 3d667fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch/batch-management-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The Batch Management .NET library is an Azure resource provider client, and is u
129129

130130
To see Batch Management .NET in action, check out the [AccountManagement](https://github.com/Azure/azure-batch-samples/tree/master/CSharp/AccountManagement) sample project on GitHub. The AccountManagement sample application demonstrates the following operations:
131131

132-
1. Acquire a security token from Azure AD by using [ADAL](../active-directory/azuread-dev/active-directory-authentication-libraries.md). If the user is not already signed in, they are prompted for their Azure credentials.
132+
1. Acquire a security token from Azure AD by using [Acquire and cache tokens using the Microsoft Authentication Library (MSAL)](../active-directory/develop/msal-acquire-token-silently.md). If the user is not already signed in, they are prompted for their Azure credentials.
133133
2. With the security token obtained from Azure AD, create a [SubscriptionClient](/dotnet/api/microsoft.azure.management.resourcemanager.subscriptionclient) to query Azure for a list of subscriptions associated with the account. The user can select a subscription from the list if it contains more than one subscription.
134134
3. Get credentials associated with the selected subscription.
135135
4. Create a [ResourceManagementClient](/dotnet/api/microsoft.azure.management.resourcemanager.resourcemanagementclient) object by using the credentials.

0 commit comments

Comments
 (0)