Skip to content

Instantly share code, notes, and snippets.

@unclebean
Created March 8, 2025 12:20
Show Gist options
  • Select an option

  • Save unclebean/5ac43ad70b9e61695ce8507b016f47ea to your computer and use it in GitHub Desktop.

Select an option

Save unclebean/5ac43ad70b9e61695ce8507b016f47ea to your computer and use it in GitHub Desktop.
az az
$env:AZURE_STORAGE_CONNECTION_STRING = "<your_connection_string>"
az storage blob upload --container-name my-container --name myfile.txt --file "C:\path\to\myfile.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment