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
# - Return a file share URL: ./get-fileshare-signed-url.sh
10
+
# - Returns a file share URL which can be passed to 'azcopy' (URI always ends with a trailing slash, and a querystring may be present if a short-time lived token is needed):
11
+
# - With a token (e.g. with Azure SP credential): https://<storage_name>.file.core.windows.net/<storage_fileshare>/?<token>
12
+
# - Without a token (e.g. with credential-less authentication such as workload identity): https://<storage_name>.file.core.windows.net/<storage_fileshare>/
11
13
# - Interact with a file share and azcopy: azcopy list "$(./get-fileshare-signed-url.sh)"
12
14
# --
13
15
# Required parameters defined as environment variables:
0 commit comments