Created
March 8, 2025 12:20
-
-
Save unclebean/5ac43ad70b9e61695ce8507b016f47ea to your computer and use it in GitHub Desktop.
az az
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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