azure - Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature -


I have found that my computer time zone (UTC-08: 00) at Pacific Time (US and Canada) Set) , so I changed it to (UTC + 08: 00) Kuala Lumpur, Singapore . And then when I open the Azure Storage Explorer, it shows the error below.

Enter image details here

I created the Ezur Storage Explorer Tried to uninstall, but the error still exists.

I have found a solution here.

Error has gone! : D

To restore the Windows Time service to the default settings on the local computer

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:

  Pure w32time start  

Comments