Skip to content

The way of storage table second endpoint constructed in Azure SDK for net doesn't support use in Azurite #17215

@zzhxiaofeng

Description

@zzhxiaofeng

Error Description:
Azurite is an Azure Storage emulator.
Current storage table second endpoint which is constructed in Azure SDK for net can not access Azurite. The reason is the storage table second endpoint for Azurite is different from the one of an Azure storage account.
In Azurite, storage table second endpoint constructed is shown as following:

https://127.0.0.1:10002/<account-name>-secondary/<resource-path>

In Azure SDK for net, storage table second endpoint constructed is shown as following:

https://<account-name>-secondary.table.core.windows.net/<resource-path>

Error Track:
The code for storage table second endpoint constructed in Azure SDK for net is here
Screenshot 2020-11-26 163623

Expected Behavior
Storage table second endpoint which is constructed in azure sdk for net can access azurite.

@jongio for notification.

Metadata

Metadata

Assignees

Labels

ClientThis issue is related to a non-management packageTables

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions