microsoft / Data-Appliance-GX

Sovereign Data Sharing Appliance/Connector for enterprise scenarios
MIT License
8 stars 7 forks source link

Issue for deploying Azure Resources #110

Open bscholtes1A opened 3 years ago

bscholtes1A commented 3 years ago

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 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.