Data Issues
Data Issues
Cannot Access Storage
- Verify the connection string or access key is correct
- Check that your resource has the right permissions to access the storage account
- Contact your administrator to verify storage access permissions
Disk Full on Workstation
- Check disk usage:
df -h
- Find large files:
du -sh ~/* | sort -h
- Delete unnecessary files or move data to Azure Blob/File storage
- Consider resizing the disk or creating a new resource with more storage
Slow Transfer Speeds
- Use AzCopy for bulk transfers (optimized for Azure)
- Compress files before transfer:
tar -czf archive.tar.gz folder/
- Ensure your resource and storage are in the same Azure region
Storage Connection String Not Working
- Check that the storage account is still active
- Regenerate the key/SAS token if it has expired
- Verify you’re using the correct connection string format