Created
October 25, 2018 13:06
-
-
Save vainolo/e9d5eacb95c35d924285dcf123de940a to your computer and use it in GitHub Desktop.
Azure Functions – Part 2: Serving HTML Pages with Azure Functions - Option 3 - headers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#r "Microsoft.WindowsAzure.Storage" | |
using System.Net; | |
using System.Net.Http.Headers; | |
using Microsoft.WindowsAzure.Storage; | |
using Microsoft.WindowsAzure.Storage.Blob; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment