Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 357 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 357 Bytes

azure_cosmosdb_tableapi

Prerequisites

Create the following file outside your repository: ../setenv_tableapi.sh

Content: TABLE_CONNECTION_STRING="DefaultEndpointsProtocol=https;AccountName=YOUR_ACCOUNTNAME_HERE;AccountKey=YOUR_ACCOUNTKEY_HERE;TableEndpoint=https://YOUR_ACCOUNTNAME_HERE.table.cosmos.azure.com:443/;"

export TABLE_CONNECTION_STRING