Skip to content

Commit 720e1ee

Browse files
committed
fix
1 parent 43e999a commit 720e1ee

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
@@ -123,7 +123,7 @@ Review the code to understand the steps in the [Azure Batch .NET Quickstart](htt
123123
```csharp
124124
var sharedKeyCredential = new StorageSharedKeyCredential(storageAccountName, storageAccountKey);
125125
string blobUri = "https://" + storageAccountName + ".blob.core.windows.net";
126-
126+
127127
var blobServiceClient = new BlobServiceClient(new Uri(blobUri), sharedKeyCredential);
128128
return blobServiceClient;
129129
```

0 commit comments

Comments
 (0)