Azure / iotedge

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

Add SAS token support for nested and LH pipelines #7317

Open gauravIoTEdge opened 3 months ago

gauravIoTEdge commented 3 months ago

This PR is a follow-up to https://github.com/Azure/iotedge/pull/7313 which 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.