Skip to content

ArcherHuang/Azure_IoT_Hub_Send_Receive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Azure_IoT_Hub_Send_Receive

取得 SAS Token

az iot hub generate-sas-token \
    --hub-name HUB-NAME \
    --device-id DEVICE-ID \
    --key-type primary \
    --duration 3600 \
    --output tsv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published