Hi, I’m trying to setup my Updraftplus plugin to send backups to our Azure Government blob. I noticed that the Azure Government uses a different extension (*.core.usgovcloudapi.net) opposed to the documentation that is provided on Updraft Azure documentation (*.core.windows.net). When I attempt to ‘Test Azure Settings’ in the plugin, I get this error:
This site says…
Azure settings test result: Could not access container: Fail:
Code: 403
Value: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
details (if any): Authentication Failed
Server failed to authenticate the request.
Make sure the value of Authorization header is formed correctly including the signature.
The MAC signature found in the HTTP request……….is not the same as any computed signature. Server used following string to sign: ‘GET
(line:383 file: HttpClient.php)Failed:
We were not able to place a file in that directory – please
check your credentials.
I am able to use an Azure commercial and it works fine, just not with an Azure Govt account. Any suggestions?