Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Last active January 3, 2016 09:59
Show Gist options
  • Select an option

  • Save sirkirby/8446344 to your computer and use it in GitHub Desktop.

Select an option

Save sirkirby/8446344 to your computer and use it in GitHub Desktop.
Azure Full Text Search Ex 1
var storageAccount = CloudStorageAccount.Parse("DefaultEndpointsProtocol=https;AccountName=myaccount;AccountKey=my access key");
var azureDir = new AzureDirectory(storageAccount, "MyIndexBlobContainerName");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment