我正在尝试使用 Azure CLI 2.0 在我的存储帐户上配置 CORS,但我不断收到错误消息。
命令:
az storage cors add --connection-string $connstr --origins '*' --methods GET --allowed-headers 'x-ms-meta-abc,content-type,x-ms-blob-type,x-ms-meta-data*,x-ms-meta-target*' --exposed-headers 'x-ms-meta-*' --max-age 200 --services blob
输出:
指定的 XML 在语法上无效。