Skip to content

Commit 981e17c

Browse files
authored
Fix typo and broken link
1 parent a0f2101 commit 981e17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch/tutorial-parallel-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Uri accountUri = new Uri("https://<storage-account-name>.blob.core.windows.net/"
126126
BlobServiceClient blobClient = new BlobServiceClient(accountUri, new DefaultAzureCredential());
127127
```
128128

129-
The app creates a reference to the [BatchAccountResource](/dotnet/api/azure.resourcemanager.batch.batchaccountresource) via the Resource managemer's [ArmClient](/dotnet/api/azure.resourcemanager.armclient to create the pool in the Batch service. The Arm client in the sample uses [DefaultAzureCredential](/dotnet/api/azure.identity.defaultazurecredential) authentication.
129+
The app creates a reference to the [BatchAccountResource](/dotnet/api/azure.resourcemanager.batch.batchaccountresource) via the Resource manager's [ArmClient](/dotnet/api/azure.resourcemanager.armclient) to create the pool in the Batch service. The Arm client in the sample uses [DefaultAzureCredential](/dotnet/api/azure.identity.defaultazurecredential) authentication.
130130

131131
```csharp
132132
ArmClient _armClient = new ArmClient(new DefaultAzureCredential());

0 commit comments

Comments
 (0)