Hi ,
Thanks for reaching out to Microsoft Q&A.
- Ensure you have the appropriate access level (such as "Storage Blob Data Contributor") to view blobs in the container or directory.
- If you're using Azure AD authentication, verify that your account has been granted the necessary role assignments at the correct scope (container or directory level).
- If using SAS tokens, ensure the token has read (
r
) and list (l
) permissions. - Verify that the file was uploaded to the intended directory. Sometimes, files might be uploaded to the root container instead of the subdirectory.
- Use tools like Azure Storage Explorer or Azure Portal's "Search by Prefix" feature to locate the file.
- The Azure portal interface might occasionally cache data. Clear your browser cache or try accessing the portal in incognito mode.
- Use Azure Storage Explorer to access the storage account. It often provides a more reliable view of the storage hierarchy than the Azure portal, confirm whether the file is visible. If visible, it's likely a portal display issue.
- Check if the uploaded file's name includes special characters or if it matches any filters (like search filters) applied in the portal interface.
- If soft delete or versioning is enabled, verify that the file isn't in the deleted state. You can check this through the "Manage deleted blobs" option.
- Enable storage diagnostics or use the storage account's monitoring logs to confirm whether the upload was successful. Check the Activity Log for any related errors.
If none of these steps resolve the issue, consider re-uploading the file while monitoring the Storage Explorer or Azure Portal closely for any errors. If you still encounter problems, reaching out to Azure Support with the Activity Log details would be the next best step.
Please feel free to click the 'Upvote' (Thumbs-up) button and 'Accept as Answer'. This helps the community by allowing others with similar queries to easily find the solution.