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 43e999a commit 720e1eeCopy full SHA for 720e1ee
articles/batch/quick-run-dotnet.md
@@ -123,7 +123,7 @@ Review the code to understand the steps in the [Azure Batch .NET Quickstart](htt
123
```csharp
124
var sharedKeyCredential = new StorageSharedKeyCredential(storageAccountName, storageAccountKey);
125
string blobUri = "https://" + storageAccountName + ".blob.core.windows.net";
126
-
+
127
var blobServiceClient = new BlobServiceClient(new Uri(blobUri), sharedKeyCredential);
128
return blobServiceClient;
129
```
0 commit comments