In the demo script you will create SAS signature and get access to the private images by use SAS
- Reuse already existed storage account.
- Open storage account in Azure portal and demonstrate Primary Key and Secondary Key with connections strings.
- Explain Key permission and rotation key compliance requirements
- Generate SAS for Read of the Blob
- Connect table in Azure Storage Explorer
- Demonstrate you can list the files.
- Try to change a filed in the item, you should fail because the SAS is for Reading.
- You might upload IMG file and request it directly from browser by coping link – result 404
- You might generate signature for the then request files by signature and get the file.