I'm planning to use Azure Stream Analytics on the edge and I want to be able to look-up some data from file i.e. use a reference data input.
Of course, my look-up data is static and slowly changing, but I want to be able to remotely send/deploy this file.
How should I do that? I can't find any useful info on the net about this.
- Is it possible to automate this with IoT Hub and/or template deployments?
- Is it possible to include this file in the docker image of the ASA job that is being deployed on the Edge run-time via IoT Hub Edge Deployment functionality?
- Is there some Azure API that could be used?
Actually, this is very well supported and documented for an ASA Job running in the cloud. I want to achieve the same, but on the Edge.