Skip to content

Help with Azure Iot Hub cloud export mqtt #281

Closed Answered by griffinsteffy19
griffinsteffy19 asked this question in Q&A
Discussion options

You must be logged in to vote

I am no expert by any means, but I did get this working right after I reached out for help...

At one point I realized that my SaS token had expired, and the last change I remeber making was turning off certificate verification. This is now a good starting point to building.

service run cmd

./app-service -p azure

final config looks like this:
res/azure/configuration.yaml

Writable:
  LogLevel: "DEBUG"
  StoreAndForward:
    Enabled: false

  InsecureSecrets:
    mqtt:
      SecretName: "mqtt"
      SecretData:
        username: ""
        password: ""
        cacert: ""
        clientcert: ""
        clientkey: ""
    ioth:
      SecretName: "ioth"
      SecretData:
        username: "my-io…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by griffinsteffy19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant