You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/;.
The text was updated successfully, but these errors were encountered:
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 ofDefaultEndpointsProtocol=https;AccountName=<name>;AccountKey=<key>;TableEndpoint=https://<name>.table.cosmos.azure.com:443/;
.The text was updated successfully, but these errors were encountered: