【发布时间】:2016-04-05 16:37:30
【问题描述】:
我正在尝试按照here 所述设置 CORS,但出现错误:
$ azure storage cors set --blob static --cors [{\"AllowedOrigins\":\"*\",\"AllowedMethods\":\"GET\"}]
info: Executing command storage cors set
+ Setting storage CORS rules for service: blob
error: Unexpected token :
[{\"AllowedOrigins\":\"*\",\"AllowedMethods\":\"GET\"}] 有什么问题?
【问题讨论】:
标签: azure cors azure-storage azure-cli