Skip to content

Commit b8664f5

Browse files
committed
.
1 parent 720e1ee commit b8664f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch/quick-run-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Review the code to understand the steps in the [Azure Batch .NET Quickstart](htt
126126

127127
var blobServiceClient = new BlobServiceClient(new Uri(blobUri), sharedKeyCredential);
128128
return blobServiceClient;
129-
```
129+
```
130130

131131
1. The app uses the `blobServiceClient` reference to create a container in the storage account and upload data files to the container. The files in storage are defined as Batch [ResourceFile](/dotnet/api/microsoft.azure.batch.resourcefile) objects that Batch can later download to the compute nodes.
132132

0 commit comments

Comments
 (0)