-
-
Good evening,
I was following the project,, and I am having some issues following the two last steps of this section that you published in Make Magazine. It could be great if you could provide some m…
-
Our production IoT Hub has many hundreds of devices in it. In the rare instance when we must push a deployment to a single edge device, we use this plugin to do so. The problem is that the list of dev…
-
**Describe the bug**
I copy/pasted the sample code for ESP32from https://github.com/Azure/azure-sdk-for-c-arduino/blob/main/examples/Azure_IoT_Hub_ESP32/Azure_IoT_Hub_ESP32.ino
When initializing the I…
-
Is there any way to use this to connect via the custom authorizer lambda function you can setup? when i put in the details, i only ever get "disconnected from server" and the lambda authorizer logs ar…
-
#### Context
The EventHub SDK allows to specify the partitionKey for a batch of events, as shown here:
```python
batch = hub_client.create_batch(partition_key=mykey)
batch.add(EventData(js…
-
Hello.
I'm using Arduino MKR WIFI1010 and I would like to know about upload self signed certificate.
I created self signed certificate with Openssl and use for my local server.
When I use Arduino…
-
Stream processing costs too much and sensor data is likely better represented with a NoSQL database. Also, Microsoft really wants us to use CosmosDB
DoD:
A working prototype is completed that allo…
-
### Description
When calling `az group deployment validate g "test-01" --template-file .\azuredeploy.json --parameters .\azuredeploy-test-params.json`, it returns no errors. When `az group deployme…
-
# Setup Description
In my company's setup we use set of services (written in Java + Spring) running as Docker swarm containers. One of these services takes care of processing messages from IoT Hub, a…