I thought this would be simple to find an answer for but I’m struggling and hoping someone can point me in the right direction. I have an Azure Blob Storage account that I’m wanting to put blobs into via code, using a SAS token. However, I want to ensure that only internal employees, from a single user group, can access the blobs themselves. I presume I can secure the container and lock it to the group, but how do I retrieve/generate secure links to send to the users?