Skip to content

Commit 86cb65f

Browse files
authored
Merge pull request #189 from RachBreeze/feature/tmpreadmeupdate
Updated README.md to reflect the amends made in PR #182
2 parents 8381c04 + 15cec87 commit 86cb65f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,19 @@ Additionally the provider can be further configured with the following applicati
8181
</appSettings>
8282
</configuration>
8383
```
84+
#### Configuration using Azure Key Vault
85+
For Azure Key Vault only the key values in the `Web.config` should use '-', rather than a '.' or ':' as shown below
86+
```xml
87+
<add key="AzureBlobFileSystem-ConnectionString-media" value="DefaultEndpointsProtocol=https;AccountName=[myAccountName];AccountKey=[myAccountKey]" />
88+
<add key="AzureBlobFileSystem-ContainerName-media" value="media" />
89+
<add key="AzureBlobFileSystem-RootUrl-media" value="https://[myAccountName].blob.core.windows.net/" />
90+
<add key="AzureBlobFileSystem-MaxDays-media" value="365" />
91+
<add key="AzureBlobFileSystem-UseDefaultRoute-media" value="true" />
92+
<add key="AzureBlobFileSystem-UsePrivateContainer-media" value="false" />
93+
```
94+
95+
96+
8497

8598
### Virtual Path Provider
8699
By default the plugin will serve files transparently from your domain or serve media directly from Azure. This is made possible by using a custom [Virtual Path Provider](https://msdn.microsoft.com/en-us/library/system.web.hosting.virtualpathprovider%28v=vs.110%29.aspx) included and automatically initialised upon application startup. This can be disabled by adding the configuration setting noted above.

0 commit comments

Comments
 (0)