Graphs with Azure Cosmos DB Gremlin API

Build with an Azure free account. Get USD200 credit for 30 days and 12 months of free services.
Start free todayAravind Krishna shows Scott Hanselman how to get started with the Table API for Azure Cosmos DB, the globally distributed multi-model database. Using the API, applications running on Azure Table storage can take advantage of secondary indexes, turnkey global distribution, dedicated throughput, and single digit millisecond latency with 99.99% comprehensive SLAs.
For more information, see: Introduction to Azure Cosmos DB: Table API
Does this have the same limitations as "normal table storage" ? 64KB pr column and 1 MB pr row.
I faced an issue that CosmosDB Table API is not yet supported by Azure functions. Are there any other ways to access CosmosDB Table API through functions?
@Rune:there is no limit on column. Rows can be 2MB
@karthickthankyou: we plan to add support for Functions with the Table API shortly. Will update here as soon as it is available.