I want to get the json file in Azure Storage Blob through the browser.
I used Stream Analysis and comes out a json file in the Blob container. Now i need to get the information inside the json file in order to show the IOT device status in real-time.
I tried to use Jsonp, but I don't know how to add the callBack method in the Json file without download it. Is there any way to add the callBack method?? or Is there another way to get the information inside the container?