Skip to content

Commit 9ae68c7

Browse files
authored
Merge pull request #94846 from RichardPoes/patch-1
Add code highlighting
2 parents 0efa25d + 3a18c78 commit 9ae68c7

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
@@ -72,7 +72,7 @@ To create an Azure function, perform the following steps:
7272

7373
1. Paste the following code:
7474

75-
```
75+
```csharp
7676
using System;
7777
using System.Configuration;
7878
using Microsoft.WindowsAzure.Storage.Blob;
@@ -192,7 +192,7 @@ To create an Azure function, perform the following steps:
192192

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

195-
```
195+
```json
196196
{
197197
"frameworks": {
198198
"net46":{

0 commit comments

Comments
 (0)