问题
I noticed that my computer timezone was set to (UTC-08:00) Pacific Time (US & Canada)
, so I changed it to (UTC+08:00) Kuala Lumpur, Singapore
.
And then when I open Azure storage explorer, it shows up the error below.

I tried uninstalling Azure Storage Explorer, but the error still exist.
回答1:
Are you sure your computer time in UTC is correct? By changing the time zones, did you by chance also change the time on the machine?
回答2:
I found a solution here. http://technet.microsoft.com/en-us/library/cc738995(WS.10).aspx
Error gone! :D
To restore Windows Time service on local computer to default settings
Open a Command Prompt.
Type the following command and then press ENTER:
net stop w32time
Type the following command and then press ENTER:
w32tm /unregister
Type the following command and then press ENTER:
w32tm /register
Type the following command and then press ENTER:
net start w32time
来源:https://stackoverflow.com/questions/21856363/server-failed-to-authenticate-the-request-make-sure-the-value-of-authorization