Skip to content

Commit 8626ece

Browse files
authored
fixing links
1 parent c2bfeb8 commit 8626ece

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
@@ -20,7 +20,7 @@ You can lower maintenance overhead in your Azure Batch applications by using the
2020
2121
## Create and delete Batch accounts
2222

23-
One of the primary features of the Batch Management API is to create and delete [Batch accounts](accounts.md) in an Azure region. To do so, use [BatchAccountCollection.CreateOrUpdate](/dotnet/api/azure.resourcemanager.batch.batchaccountcollection.createorupdatea) and [Delete](/dotnet/api/azure.resourcemanager.batch.batchaccountresource.deletea), or their asynchronous counterparts.
23+
One of the primary features of the Batch Management API is to create and delete [Batch accounts](accounts.md) in an Azure region. To do so, use [BatchAccountCollection.CreateOrUpdate](/dotnet/api/azure.resourcemanager.batch.batchaccountcollection.createorupdate) and [Delete](/dotnet/api/azure.resourcemanager.batch.batchaccountresource.delete), or their asynchronous counterparts.
2424

2525
The following code snippet creates an account, obtains the newly created account from the Batch service, and then deletes it.
2626

0 commit comments

Comments
 (0)