Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IoT Hub messages to be JSON format and utf-8 encoded. #33

Merged
merged 1 commit into from Apr 29, 2021

Conversation

RuinedStar
Copy link
Contributor

Originally it was sending the content in base64 format to IoT Hub.
And the content is non human readable if we routed to Azure storage. (Fig. 1)
The pull request is to fix the content encoding from base64 to utf-8 and make it readable. (Fig. 2)

Fig.1
Screenshot 2021-04-29 142918
Fig.2
Screenshot 2021-04-29 143208

@MaxStrange MaxStrange merged commit 17fb87a into microsoft:main Apr 29, 2021
@MaxStrange
Copy link
Contributor

Thanks Arthur!

@Devinwong
Copy link
Contributor

Thanks for the quick turnaround, Arthur

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants