Skip to content

Instantly share code, notes, and snippets.

@ericmaino
Created August 5, 2017 22:05
Show Gist options
  • Save ericmaino/a7d9e0b8c5c89a44d2ccd54d591b4b28 to your computer and use it in GitHub Desktop.
Save ericmaino/a7d9e0b8c5c89a44d2ccd54d591b4b28 to your computer and use it in GitHub Desktop.
AzureMystery
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