aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorAndrew White <andrew.white@unboxed.co>2018-03-12 17:34:42 +0000
committerAndrew White <andrew.white@unboxed.co>2018-03-12 17:39:58 +0000
commit309bb6c4d068b0d480681cf4ef1b90158527dfe5 (patch)
treebc3544c31121bf60388e5fbe7a59ed28907aed88 /guides/source
parent7bede102d2fb279204665cb5c80249eace486021 (diff)
downloadrails-309bb6c4d068b0d480681cf4ef1b90158527dfe5.tar.gz
rails-309bb6c4d068b0d480681cf4ef1b90158527dfe5.tar.bz2
rails-309bb6c4d068b0d480681cf4ef1b90158527dfe5.zip
Remove path config option from Azure service
The Active Storage service for Azure Storage has an option called `path` that is ambiguous in meaning. It needs to be set to the primary blob storage endpoint but that can be determined from the blobs client anyway. To simplify the configuration this commit removes the `path` option and gets the endpoint from the blobs client instead. Closes #32225.
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/active_storage_overview.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/active_storage_overview.md b/guides/source/active_storage_overview.md
index 014fd57052..831a02a9a1 100644
--- a/guides/source/active_storage_overview.md
+++ b/guides/source/active_storage_overview.md
@@ -121,7 +121,6 @@ Declare an Azure Storage service in `config/storage.yml`:
```yaml
azure:
service: AzureStorage
- path: ""
storage_account_name: ""
storage_access_key: ""
container: ""