skip to Main Content

Which VM size to use for the azure iot-edege quickstart linux tutorial?

I am following the instructions at https://learn.microsoft.com/en-us/azure/iot-edge/quickstart-linux?view=iotedge-1.4 When running az deployment group create --resource-group IoTEdgeResources --template-uri "https://raw.githubusercontent.com/Azure/iotedge-vm-deploy/1.4/edgeDeploy.json" --parameters dnsLabelPrefix=<my vm label> --parameters adminUsername='azureUser' --parameters deviceConnectionString=$(az iot hub device-identity connection-string show --device-id myEdgeDevice --hub-name <my hub name> -o tsv) --parameters authenticationType='password'…

VIEW QUESTION
Back To Top
Search