Azure/azure-cosmos-table-python

azure.cosmosdb.table does not support Azure Stack Hub Storage Accounts

Closed this issue · 0 comments

Hello,

When I try to use the latest azure.cosmosdb.table TableService module to connect to an Azure Stack Hub (2002) storage account, I get the following error:

azure.common.AzureHttpError: The value for one of the HTTP headers is not in the correct format

It works fine if I use an Azure Cloud storage account. I can only use the old azure.storage.table based module to connect to the Stack.

Has anyone looked into Azure Stack Hub compatibility??