When testing deployments of modules to IoT edge devices, I noticed wait time of 3-5mins for modules to be deployed to the IoT edge devices. I created default and layered deployment for a IoT device and I see the lag in getting the modules deployed to the end device.
Is there any properties or setup I need to enable to perform better throughput?
Is there the sequence flow that I can refer during this process?
Where can I see the logs during this activity of deployments?
My IoT device is a VM created in Azure with following configuration
"hardwareProfile": {
"vmSize": "Standard_DS3_v2"
},
"storageProfile": {
"imageReference": {
"publisher": "MicrosoftWindowsDesktop",
"offer": "Windows-10",
"sku": "rs5-enterprise-standard-g2",
"version": "latest"
},
"osDisk": {
"osType": "Windows",
"managedDisk": {
"storageAccountType": "Premium_LRS",
"diskSizeGB": 127
},