Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Minor README typos fixed #6

Merged
merged 4 commits into from
Jan 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ bundle
azure_container <your azure storage container>
auto_create_container true
path logs/
azure_blob_name_format %{path}%{time_slice}_%{index}.log
azure_object_key_format %{path}%{time_slice}_%{index}.log
time_slice_format %Y%m%d-%H
# if you want to use %{tag} or %Y/%m/%d/ like syntax in path / azure_blob_name_format,
# need to specify tag for %{tag} and time for %Y/%m/%d in <buffer> argument.
Expand All @@ -53,11 +53,11 @@ $ bundle

### azure_storage_account (Required)

Your Azure Storage Account Name. This can be retrieved from Azure Management potal.
Your Azure Storage Account Name. This can be retrieved from Azure Management portal.

### azure_storage_access_key (Required)

Your Azure Storage Access Key(Primary or Secondary). This also can be retrieved from Azure Management potal.
Your Azure Storage Access Key (Primary or Secondary). This also can be retrieved from Azure Management portal.

### azure_container (Required)

Expand Down