AzBobbyTables icon indicating copy to clipboard operation
AzBobbyTables copied to clipboard

Implement full support for CosmosDB

Open PalmEmanuel opened this issue 2 years ago • 0 comments

CosmosDB in Azure Tables flavor is supported in the SDK, but the connection strings build within the module assumes we're working with a storage account. A -TableType parameter or similar could be useful on the commands.

The -ConnectionString works right now, in the format of DefaultEndpointsProtocol=https;AccountName=<name>;AccountKey=<key>;TableEndpoint=https://<name>.table.cosmos.azure.com:443/;.

PalmEmanuel avatar Oct 04 '22 06:10 PalmEmanuel