Skip to content

Commit e14275e

Browse files
committed
fixed broken links
1 parent 6147737 commit e14275e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/batch/batch-management-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ To see Batch Management .NET in action, check out the [AccountManagement](https:
157157
1. Acquire a security token from Microsoft Entra ID by using [Acquire and cache tokens using the Microsoft Authentication Library (MSAL)](../active-directory/develop/msal-net-acquire-token-silently.md). If the user is not already signed in, they are prompted for their Azure credentials.
158158
2. With the security token obtained from Microsoft Entra ID, 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.
159159
3. Get credentials associated with the selected subscription.
160-
4. Create a [ResourceManagementClient](/dotnet/api/microsoft.azure.management.resourcemanagementclient) object by using the credentials.
161-
5. Use a [ResourceManagementClient](/dotnet/api/microsoft.azure.management.resourcemanagementclient) object to create a resource group.
160+
4. Create a [ResourceManagementClient](/dotnet/api/microsoft.azure.management.resourcemanager.resourcemanagementclient) object by using the credentials.
161+
5. Use a [ResourceManagementClient](/dotnet/api/microsoft.azure.management.resourcemanager.resourcemanagementclient) object to create a resource group.
162162
6. Use a [BatchManagementClient](/dotnet/api/microsoft.azure.management.batch.batchmanagementclient) object to perform several Batch account operations:
163163
- Create a Batch account in the new resource group.
164164
- Get the newly created account from the Batch service.

0 commit comments

Comments
 (0)