Hello Ankit Bharti,
Thank you for posting your query here!
It appears to me that you mean to provide controlled access to specific files stored in Azure Blob Storage with SQL Database for storing access information. Please correct me if I misunderstand the issue.
To achieve this end goal, you can upload STL Files to Azure Blob Storage, then generate a SAS for each STL file in the container (at Blob level). The SAS will be a token appended to the blob URL, providing time-limited and scoped access. This allows you to control access to specific files.
In your SQL Database, create a table to store information about the STL files. This table should include columns such as FileName, SASLink. For each STL file, generate a SAS and insert the file information into the SQL Database table.
Finally, share the necessary SQL Database with your teammates. This allows them to connect to the database and retrieve SAS links for accessing specific STL files.
Please let us know if you have any further queries. I’m happy to assist you further.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.