az group create --name atividade16 --location eastus2 az iot hub create --resource-group atividade16 --name iothubatividade1681151 --sku F1 --partition-count 2 az iot hub device-identity create --device-id myEdgeDevice --edge-enabled --hub-name iothubatividade1681151 az iot hub device-identity connection-string show --device-id myEdgeDevice --hub-name iothubatividade1681151 az deployment group create \ --resource-group atividade16 \ --template-uri "https://raw.githubusercontent.com/Azure/iotedge-vm-deploy/1.4/edgeDeploy.json" \ --parameters dnsLabelPrefix='my-edge-vm1-81151' \ --parameters adminUsername='azureUser' \ --parameters deviceConnectionString=$(az iot hub device-identity connection-string show --device-id myEdgeDevice --hub-name iothubatividade1681151 -o tsv) \ --parameters authenticationType='password' \ --parameters adminPasswordOrKey='$c(5#\#KqusK' ssh azureUser@my-edge-vm1-81151.eastus.cloudapp.azure.com sudo iotedge system status sudo iotedge list