AzureRM Storage Account fails to create container with Provider 3.65.0

storage account fails to create container with Provider 3.65.0. Error = reading share properties for AzureRM Storage Account “xxxxxxx”: storage.FileServicesClient#GetServiceProperties: Failure responding to request: StatusCode=400 – Original Error: autorest/azure: Service returned an error. Status=400 Code=“AuthenticationFailed” Message=“Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.\nRequestId:d6b9076b-c01a-0060-1520-badebf000000\nTime:2023-07-19T09:07:46.8488549Z”. recreating storage account with Provider 3.62.1 works with same code.

Please ensure that you have the latest version of the AzureRM PowerShell module installed. There might have been bug fixes or improvements in the newer version that could resolve the issue. After that, Examine the HTTP request headers, especially the “Authorization” header, to ensure that the authentication token or signature is being formed correctly.

1 Like