"The value for one of the HTTP headers is not in the correct format" when creating a table in azure windows

I get an exception "The value for one of the HTTP headers is not in the correct format." from TableClient.CreateTableIfNotExist (TableName); I use the repository for development.

+7
source share
1 answer

Check "Description of the table service data model . " Most likely, you either provide an invalid table name or use an unsupported version of Table Service. The Lates version of the table service is not yet supported in Fabric development.

+1
source

All Articles