Hi all,
Can someone help me fix these issues:
Kind regards,
Irik
Error message below:
Requesting a Cloud Shell.Succeeded.
Connecting terminal...
Welcome to Azure Cloud Shell
Type "az" to use Azure CLI
Type "help" to learn about Cloud Shell
irik_tolboom [ ~ ]$ git clone https://github.com/MicrosoftLearning/DP-900T00A-Azure-Data-Fundamentals dp-900
Cloning into 'dp-900'...
remote: Enumerating objects: 4042, done.
remote: Counting objects: 100% (426/426), done.
remote: Compressing objects: 100% (195/195), done.
remote: Total 4042 (delta 259), reused 381 (delta 228), pack-reused 3616
Receiving objects: 100% (4042/4042), 8.15 MiB | 6.97 MiB/s, done.
Resolving deltas: 100% (967/967), done.
irik_tolboom [ ~ ]$ cd dp-900/streaming
irik_tolboom [ ~/dp-900/streaming ]$ bash setup.sh
Installing required Azure CLI extensions - this may take a few minutes...
The installed extension 'stream-analytics' is experimental and not covered by customer support. Please use with discretion.
Using the learn-99120767-80c3-4699-8110-52f63a8331c4 resource group...
Creating IoT hub...
(400019) Max number of Iot Hubs exceeded for sku = Free, Max Allowed = 1, Current = 2 in the subscription Id: c5fb91a9-7c27-4cd7-8d48-1c0d76932e3d. If you contact a support representative please include this correlation identifier: b117e759-3884-42da-bfb0-8e72d638a66b, timestamp: 2022-08-30 11:33:12Z, errorcode: IH400019.
Code: 400019
Message: Max number of Iot Hubs exceeded for sku = Free, Max Allowed = 1, Current = 2 in the subscription Id: c5fb91a9-7c27-4cd7-8d48-1c0d76932e3d. If you contact a support representative please include this correlation identifier: b117e759-3884-42da-bfb0-8e72d638a66b, timestamp: 2022-08-30 11:33:12Z, errorcode: IH400019.
ERROR: Unable to find IoT Hub: iothub93fc58d2260e40aeaf in current subscription c5fb91a9-7c27-4cd7-8d48-1c0d76932e3d.
Unable to find IoT Hub: iothub93fc58d2260e40aeaf in current subscription c5fb91a9-7c27-4cd7-8d48-1c0d76932e3d.
ERROR: Unable to find IoT Hub: iothub93fc58d2260e40aeaf in current subscription c5fb91a9-7c27-4cd7-8d48-1c0d76932e3d.
Creating storage...
Creating Stream Analytics job...
Command group 'stream-analytics' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Command group 'stream-analytics' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
(BadRequest) The JSON provided in the request body is invalid. Property 'sharedAccessPolicyKey' value length 0 is not in the acceptable range from 1 to 4194304.
Code: BadRequest
Message: The JSON provided in the request body is invalid. Property 'sharedAccessPolicyKey' value length 0 is not in the acceptable range from 1 to 4194304.
Command group 'stream-analytics' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Command group 'stream-analytics' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
irik_tolboom [ ~/dp-900/streaming ]$