Merge pull request #601 from ahmetalpbalkan/docs-1
docs: Update azure docs in configuration.md
This commit is contained in:
commit
7da35f1d94
1 changed files with 16 additions and 3 deletions
|
@ -348,7 +348,7 @@ here so make sure there is adequate space available.
|
||||||
|
|
||||||
### azure
|
### azure
|
||||||
|
|
||||||
This storage backend uses Microsoft's Azure Storage platform.
|
This storage backend uses Microsoft's Azure Blob Storage.
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -367,7 +367,7 @@ This storage backend uses Microsoft's Azure Storage platform.
|
||||||
Azure account name.
|
Azure account name.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<code>accountkey</code>
|
<code>accountkey</code>
|
||||||
</td>
|
</td>
|
||||||
|
@ -378,7 +378,7 @@ This storage backend uses Microsoft's Azure Storage platform.
|
||||||
Azure account key.
|
Azure account key.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<code>container</code>
|
<code>container</code>
|
||||||
</td>
|
</td>
|
||||||
|
@ -389,6 +389,19 @@ This storage backend uses Microsoft's Azure Storage platform.
|
||||||
Name of the Azure container into which to store data.
|
Name of the Azure container into which to store data.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<code>realm</code>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
no
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
Domain name suffix for the Storage Service API endpoint. By default, this
|
||||||
|
is <code>core.windows.net</code>.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue