Skip to content

Instantly share code, notes, and snippets.

@SyntaxC4
Created August 29, 2012 10:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SyntaxC4/3509644 to your computer and use it in GitHub Desktop.
Save SyntaxC4/3509644 to your computer and use it in GitHub Desktop.
PartitionKey or RowKey must satisfy is_string
array('1' => 'value1', '2' => 'value2');
foreach ($buzzWords as $key => $value) {
addEntity($tableServiceProxy, $propertyName, strval($key), $value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment