Skip to content

Commit f0513c6

Browse files
author
Sercan Guler [MSFT]
authored
Update HomeController.cs
Adding reference to using Microsoft.Azure; as it is not compiling without it.
1 parent a223429 commit f0513c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WebApp-Storage-DotNet/Controllers/HomeController.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ namespace WebApp_Storage_DotNet.Controllers
2222
using Microsoft.WindowsAzure;
2323
using Microsoft.WindowsAzure.Storage;
2424
using Microsoft.WindowsAzure.Storage.Blob;
25+
using Microsoft.Azure;
2526

2627
/// <summary>
2728
/// Azure Blob Storage Photo Gallery - Demonstrates how to use the Blob Storage service.
@@ -186,4 +187,4 @@ private string GetRandomBlobName(string filename)
186187
return string.Format("{0:10}_{1}{2}", DateTime.Now.Ticks, Guid.NewGuid(), ext);
187188
}
188189
}
189-
}
190+
}

0 commit comments

Comments
 (0)