Thanks for reaching out in Microsoft Q&A forum,
It sounds like you're having some frustrating connectivity issues when trying to upload files to Azure Blob Storage from Ethiopia and Myanmar. This can definitely be irritating, especially when it seems to be inconsistent. Here are a few things you can check and try to troubleshoot the problem:
Troubleshooting Steps:
- Network Stability:
- Check the stability of the internet connection from those locations. Unstable networks can cause intermittent upload issues.
- Use AzCopy:
- Using the AzCopy tool can optimize uploads. Make sure you use the
--block-size-mboption to increase the block size and possibly improve upload speed. You can also check the integrity of uploads with the--check-md5option.
- Using the AzCopy tool can optimize uploads. Make sure you use the
- Diagnostics:
- Review Azure Monitor metrics for your storage account. Look for any availability or success latency metrics that might indicate service-level issues during the times users report problems.
- Authentication and Access:
- Ensure that the users in those countries have the proper access rights to the storage account and that there are no restrictive network security rules set up that may be blocking their access.
- Review Specific Error Messages:
- If users are receiving specific error codes (like 403, 404, or 409) upon attempting uploads, you can refer to Azure's documentation on how to diagnose and resolve these particular issues.
- Cross-Origin Resource Sharing (CORS):
- If uploads are done via web applications, ensure that CORS is properly configured on your storage account to allow requests from those regions
References:
- Troubleshoot connectivity errors
- Using AzCopy for better upload performance
- Review specific HTTP error responses
- Monitoring Azure Storage metrics
Hope this helps get to the bottom of the connectivity issues! Let me know if you need further assistance.
Please do not forget to
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.