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
Copy file name to clipboardExpand all lines: docs/storage.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -352,7 +352,7 @@ config:
352
352
disable_compression: false
353
353
```
354
354
355
-
If `msi_resource` is used, authentication is done via ServicePrincipalToken. The value for Azure should be `https://storage.azure.com`.
355
+
If `msi_resource` is used, authentication is done via ServicePrincipalToken. The value for Azure should be `https://<storage-account-name>.blob.core.windows.net`.
356
356
The generic `max_retries` will be used as value for the `pipeline_config`'s `max_tries` and `reader_config`'s `max_retry_requests`. For more control, `max_retries` could be ignored (0) and one could set specific retry values.
0 commit comments