Unable to set Azurite CORS rules using its CLI

137 Views Asked by At

Please note that this is not a duplicate of this post.

What is the exact Azurite CLI command to issue to set its CORS rules similar to the following screenshot in a docker compose file?

Example:

  storageemulator:
    image: "mcr.microsoft.com/azure-storage/azurite:latest"
    command: "azurite --loose"  # This command does not solve the CORS problem I am having.
    container_name: myemulator

enter image description here

0

There are 0 best solutions below