Skip to content

Instantly share code, notes, and snippets.

@aarongustafson
Created September 20, 2016 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aarongustafson/e93c6439e3f200ea1cd289dfb84f06d1 to your computer and use it in GitHub Desktop.
Save aarongustafson/e93c6439e3f200ea1cd289dfb84f06d1 to your computer and use it in GitHub Desktop.
$Table = Get-AzureStorageTable -Name $tableName -Context $Context
$query = New-Object Microsoft.WindowsAzure.Storage.Table.TableQuery
$query.FilterString = "status eq '${status}'"
$entities = $Table.CloudTable.ExecuteQuery($query)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment