Skip to content

Frequently Encountered Errors

GlennChia edited this page Jul 12, 2021 · 1 revision

Error 1: Failed to get existing workspaces: containers.Client#ListBlobs: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="AuthenticationFailed" Message="Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature

To fix this error, run the following:

sudo hwclock -s

Error 2: getting authenticated object ID: Error parsing json results from the Azure CLI: Error waiting for the Azure CLI: exit status 1: ERROR: Your access token has expired. Please renew it before submitting the request.

To fix this error, run the following:

az account get-access-token
Clone this wiki locally