We have a requirement to validate the folder or a file location which is there in azure-blob-storage container.
Example folder path: wasbs://@.blob.core.windows.net/ Example file path: wasbs://@.blob.core.windows.net//
Would like to validate the file or the folder exists or not before proceeding with my business logic.
Is there any way I can validate the paths using URI? instead of going with storage packages.
Note: We are not allowed to use SAS token to access the storage path. But, we can go with storage key or connection string to connect to storage account from application code.