microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to create connection for Azure blob storage

jameszh opened this issue · comments

Describe the bug
VoTT Version: 2.2.0
CORS is configured as following:
Allowed Origin: * Allowed Methods: 8 selected, Allowed headers: * Exposed Headers: * Max Age:200

With correct account name, container name and SAS URI(is copied from Azure portal),
but not able to create the connection,
Note: the same SAS URI works with this tool: https://github.com/microsoft/OCR-Form-Tools

Expected behavior
Connection is created

Desktop (please complete the following information):

  • OS: Mac
  • Version 22

Additional context
Add any other context about the problem here.

Please ensure you are using the SAS token from the Azure Blob Storage Account root level and not an individual container.