Skip to content

Commit 25d5415

Browse files
Update docs/storage.md
Co-authored-by: Philip Laine <[email protected]>
1 parent fcd40de commit 25d5415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/storage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ config:
352352
disable_compression: false
353353
```
354354

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`.
356356
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.
357357

358358
#### OpenStack Swift

0 commit comments

Comments
 (0)