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

  1. Check disk usage: df -h
  2. Find large files: du -sh ~/* | sort -h
  3. Delete unnecessary files or move data to Azure Blob/File storage
  4. 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