You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to follow the procedure described in scripts/README.md in order to provision the Azure resources.
I logged in to my Azure account using CLI and tryied terraform init, which failed because resource group dagx-infrastructure was missing.
I created it manually and I got another error saying that storage account dagxtstate was missing.
Again I created it manually and now I am getting this error: Error: Failed to get existing workspaces: containers.Client#ListBlobs: Failure responding to request: StatusCode=404 -- Original Error: autorest/azure: Service returned an error. Status=404 Code="ContainerNotFound" Message="The specified container does not exist.\nRequestId:7a8a8c1f-b01e-0025-3341-89fc75000000\nTime:2021-08-04T15:03:40.1040244Z"
Am I missing something in the procedure? Are we suppose to build these resources manually? If yes could you please advise on how to do it?
Thanks in advance for your help.
Benjamin.
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to follow the procedure described in
scripts/README.md
in order to provision the Azure resources.I logged in to my Azure account using CLI and tryied
terraform init
, which failed because resource groupdagx-infrastructure
was missing.I created it manually and I got another error saying that storage account
dagxtstate
was missing.Again I created it manually and now I am getting this error:
Error: Failed to get existing workspaces: containers.Client#ListBlobs: Failure responding to request: StatusCode=404 -- Original Error: autorest/azure: Service returned an error. Status=404 Code="ContainerNotFound" Message="The specified container does not exist.\nRequestId:7a8a8c1f-b01e-0025-3341-89fc75000000\nTime:2021-08-04T15:03:40.1040244Z"
Am I missing something in the procedure? Are we suppose to build these resources manually? If yes could you please advise on how to do it?
Thanks in advance for your help.
Benjamin.
The text was updated successfully, but these errors were encountered: