We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720e1ee commit b8664f5Copy full SHA for b8664f5
articles/batch/quick-run-dotnet.md
@@ -126,7 +126,7 @@ Review the code to understand the steps in the [Azure Batch .NET Quickstart](htt
126
127
var blobServiceClient = new BlobServiceClient(new Uri(blobUri), sharedKeyCredential);
128
return blobServiceClient;
129
-```
+ ```
130
131
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.
132
0 commit comments