Mid Azure

How do you configure CORS in Azure Storage?

  • Configure via Azure Portal or Azure CLI.
  • Example CLI:

az storage cors add --methods GET POST --origins

  • -services b --account-name mystorage

More from Microsoft Azure Tutorial

All questions for this course