skip to Main Content

Azure Steam Analytics Query

I want to store the below JSON data to the Azure table. Here the input and the output for Azure Stream Analytics are Azure IoT Hub and table respectively. [ { "device1": [ { "name": "temperature", "value": 50 }, "name":…

VIEW QUESTION

Azure – Stop logging from TableClient

I have a function app that uses a table client. svc.AddAzureClients(bldr => { var serviceUrl = tableStorageSection["ServiceUrl"] ?? throw new ArgumentNullException("Missing value for Values:TableStorage:ServiceUrl"); bldr.UseCredential(new DefaultAzureCredential()) .AddTableServiceClient(new Uri(serviceUrl)); }); When I run the function locally, this client spits out a…

VIEW QUESTION
Back To Top
Search