Skip to content

Commit b065676

Browse files
committed
Fix the include for azure-cli-iot-ext tp be azure-iot
1 parent eed5df9 commit b065676

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/azure-sql-edge/tutorial-deploy-azure-resources.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,13 @@ Deploy the Azure resources required by this Azure SQL Edge tutorial. These can b
3737
Import-Module -Name Az -RequiredVersion 3.5.0
3838
Import-Module Az.IotHub -RequiredVersion 2.1.0
3939
Import-Module Az.Compute -RequiredVersion 3.5.0
40-
az extension add --name azure-cli-iot-ext
40+
az extension add --name azure-iot
4141
az extension add --name azure-cli-ml
4242
```
4343

44+
[!INCLUDE [iot-hub-cli-version-info](../../includes/iot-hub-cli-verson-info.md)]
45+
46+
4447
2. Declare the variables required by the PowerShell script.
4548

4649
```powershell

0 commit comments

Comments
 (0)