You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Use the az storage modules to upload a local file to the container using the SAS URL from previous step.
41
+
# If you are logged in already to the subscription with access to the storage account, you do not need to use the --sas-token at all. Just eliminate it below.
42
+
# The container name is in the SAS URL path, and should be set with the -c option.
43
+
# Use the -f option to point to a local file on your machine.
44
+
# Use the -n option to name the blob in storage.
45
+
# Use the --account-name option to point to the storage account name to use
46
+
# Use the --sas-token option to place the SAS token after the query string from previous step.
47
+
# NOTE that the SAS Token is only good for up to 24 hours max.
0 commit comments