Azure / iotedge

The IoT Edge OSS project
MIT License
1.46k stars 458 forks source link

Use SAS tokens to get an identity in Connectivity tests #7313

Closed gauravIoTEdge closed 2 months ago

gauravIoTEdge commented 3 months ago

This PR introduces the use of short-lived SAS tokens to get an identity using the AzureCLI task. The use of shared keys to access the blob storage account is now discouraged, prompting this change.

We don't always upload logs to the storage account, only when we want to debug something. However, log upload is currently broken after the shared key on the storage account was disabled.

This is the manually triggered test run for this PR:

image