Hello Binjie Li (Shanghai Wicresoft Co,.Ltd.),
Thank you for posting your query here!
It looks like you're using Azure Storage with Managed Identity to access a table using the Azure Storage SDK for .NET in the context of .NET Framework 4.6.1. The error you're encountering indicates that token credentials are not supported for table storage in that specific version of the SDK.
For .NET Framework 4.6.1, the Microsoft.WindowsAzure.Storage library is commonly used to interact with Azure Storage services, including tables. There might be limitations in the Microsoft.WindowsAzure.Storage library for using token credentials with Azure Storage Table in .NET Framework 4.6.1.
If you need to work specifically with Azure Storage Table and require token credentials, consider exploring alternative approaches, such as using a different library (Azure.Data.Tables) or upgrading to a newer version of .NET Framework.
Kindly let us know if you have any further queries. I’m happy to assist you further.