MicrosoftLearning / DP-900T00A-Azure-Data-Fundamentals

DP-900 ILT lab instructions
https://microsoftlearning.github.io/DP-900T00A-Azure-Data-Fundamentals/
MIT License
283 stars 277 forks source link

Existing "learn*" resource group causes errors #28

Closed LarsCelie closed 1 year ago

LarsCelie commented 1 year ago

Module: Explore fundamentals of real-time analytics

Lab/Demo: 01

Task: 05

Step: 05

When a resource group already exists with the prefix "learn" then the setup fails. I created this resource group in prior modules.

The error is message is:

Creating IoT hub... unrecognized arguments: cloud-shell-storage-westeurope

Perhaps a simple warning in the lab instructions would suffice?

On this instructional page Repro steps:

  1. Create a resource group called learn-dp900
  2. Follow the module including step 5: bash setup.sh
  3. Observe the errors
Mihai-Ac commented 1 year ago

Hello @LarsCelie

I have tested the setup script and couldn´t reproduce the error. I have first created a learn-dp900 resource group (as indicated) and then ran the setup (2 times to try and get an error), but it worked fine, without issues. Every time it created a new resource group with a random suffix. image image

The setup script creates a new Resource Group with the name learn and a random suffix. This points that the issue itself is not with the name of the used Resource group, but somewhere else. The cloud-shell-storage-westeurope resource group seems to be the one raising the error, according to the message you posted.

Maybe try restarting Cloud Shell and then go through the steps again. image

If the issue continues after that, please use the Feedback button to submit a tool issue feedback. image

LarsCelie commented 1 year ago

In my case i deleted the existing resource group learn-dp900 and then it worked fine. Since it's not reproduced on your end, it was probably the cloud shell itself like you said. So I'll close this issue.

Thanks for checking.