.net - Write Azure stream analytics output to Azure Tables -
i want write stream analytics output azure tabale. wrote below query it:
select * azuretable datasource;
but cannot see data in table. pointers?
i figured out. problem in values of partition key , row keys values. these values should exists in data model, in case should part of input of stream analytics. example, if put row key = time , partition key = recordid time , recordid should valid properties present in input data model.
Comments
Post a Comment