Created
August 5, 2017 22:05
-
-
Save ericmaino/a7d9e0b8c5c89a44d2ccd54d591b4b28 to your computer and use it in GitHub Desktop.
AzureMystery
This file contains 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
var azure = Microsoft.WindowsAzure.Storage.CloudStorageAccount.Parse("UseDevelopmentStorage=true"); | |
var blob = azure.CreateCloudBlobClient(); | |
var exceptions = blob.GetContainerReference("login-exceptions"); | |
exceptions.CreateIfNotExists(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment