I am going through the following article:
https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-dev-guide-sas?tabs=node#sas-tokens
... and I understand that I have the following options to generate a per device SAS token:
- Azure CLI: https://learn.microsoft.com/en-us/cli/azure/iot/hub?view=azure-cli-latest#az-iot-hub-generate-sas-token
- Azure IoT tools for Visual Studio Code: https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools
Other than above two options, are there any other way(s) to generate per-device SAS connection strings?
Is there any way to generate per-device SAS tokens in Azure Portal?