We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed5df9 commit b065676Copy full SHA for b065676
articles/azure-sql-edge/tutorial-deploy-azure-resources.md
@@ -37,10 +37,13 @@ Deploy the Azure resources required by this Azure SQL Edge tutorial. These can b
37
Import-Module -Name Az -RequiredVersion 3.5.0
38
Import-Module Az.IotHub -RequiredVersion 2.1.0
39
Import-Module Az.Compute -RequiredVersion 3.5.0
40
- az extension add --name azure-cli-iot-ext
+ az extension add --name azure-iot
41
az extension add --name azure-cli-ml
42
```
43
44
+[!INCLUDE [iot-hub-cli-version-info](../../includes/iot-hub-cli-verson-info.md)]
45
+
46
47
2. Declare the variables required by the PowerShell script.
48
49
```powershell
0 commit comments