Skip to content

Commit 3a18c78

Browse files
authored
Add code highlighting
Added code highlighting to storsimple-data-manager-change-default-blob-path.md
1 parent c697fb7 commit 3a18c78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storsimple/storsimple-data-manager-change-default-blob-path.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To create an Azure function, perform the following steps:
7070

7171
1. Paste the following code:
7272

73-
```
73+
```csharp
7474
using System;
7575
using System.Configuration;
7676
using Microsoft.WindowsAzure.Storage.Blob;
@@ -190,7 +190,7 @@ To create an Azure function, perform the following steps:
190190

191191
3. Type **project.json**, and then press **Enter**. In the **project.json** file, paste the following code:
192192

193-
```
193+
```json
194194
{
195195
"frameworks": {
196196
"net46":{

0 commit comments

Comments
 (0)