-
Bug
-
Resolution: Unresolved
-
Major
-
None
I need to run a query in jenkins through azure cli plugin where i need to get the list of device id in iot hub. When i ran in azure vm , it ran well, but when im trying to run in jenkins , it is running long without failing or getting succeeded.
az iot hub query -g resourcegroup --subscription id -n IOTHUBNAME -q "select deviceid from devices"
*Added azure service principal to jenkins credentials.