An Azure service that stores unstructured data in the cloud as blobs.
Hello @ Mahesh Bramandlapally,
Thank you for reaching out to Microsoft Q&A.
I understand that you're trying to figure out how to construct the full resource ID for a storage account, container, and its subfolders in Azure.
Navigate to storage account --> expand settings --> open endpoint and there you will see the all the resource IDs as shown in the screenshot.
For example, Blob service Resource ID
/subscriptions/<subscription-id>/resourceGroups/<resource-group name>/providers/Microsoft.Storage/storageAccounts/<storage-account-name>/blobServices/default/containers/<container-name>
To list subfolders:
/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.Storage/storageAccounts/<storage-account-name>/blobServices/default/containers/<container-name>/blobs/<subfolder-path>
Kindly let us know if the above helps or you need further assistance on this issue.
Please "Accept the Answer" if the information helped you. This will help us and others in the community as well.