-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not all devices load when IoT Hub has many devices #537
Comments
Did you resolve this issue? |
@AleksandrLiakhavetsEPAM No. I've resorted to manually pushing deployments to devices using the azure command prompt. |
Related to this old issue in the previous extension : microsoft/vscode-azure-iot-tools#20 The underlying problem appears to be the limit of 1000 devices. I agree that in many situation you want to target a specific device and you already know its id. Therefore, instead of having to browse through a huge list, the UI could offer a way to just type the id of the device and they do whatever you need to perform with it. |
I gave up. I use the az command now and have written a powershell script that does all the work for me. This extension is completely useless, |
The main goal of this extension is to provide an easy way to interact with hub devices while developing your solution, and it is not intended to be used in production with thousands of devices. You should be able to use |
It's understandable that it's not a tool meant for production use, but we're beyond that now. We have 1153 devices in our development IoT hub, which was not the case when I originally opened this issue. This tool basically uses the az command to push a deployment to a device. It's just strange to justify the limit based on the idea that it's not meant for production. All this needs is the ability to just enter the deviceId outside of the list. |
Our production IoT Hub has many hundreds of devices in it. In the rare instance when we must push a deployment to a single edge device, we use this plugin to do so. The problem is that the list of devices doesn't contain all the devices in the hub. We use both edge and non-edge devices. Now we've reached a point where many devices do not show up, and we are unable to publish to a single device. Even using command palette we can't just type the name of the device to publish to because it's not in the list.
The text was updated successfully, but these errors were encountered: