Skip to content

Commit

Permalink
Update HomeController.cs
Browse files Browse the repository at this point in the history
Adding reference to  using Microsoft.Azure; as it is not compiling without it.
  • Loading branch information
Sercan Guler [MSFT] authored Nov 18, 2016
1 parent a223429 commit f0513c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WebApp-Storage-DotNet/Controllers/HomeController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ namespace WebApp_Storage_DotNet.Controllers
using Microsoft.WindowsAzure;
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzure.Storage.Blob;
using Microsoft.Azure;

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

0 comments on commit f0513c6

Please sign in to comment.