Skip to content

afscrome/TelligentAzure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Filestorage provider for Telligent Community

This repo is a proof of concept CFS provider for Tellgient Community that allows you to store files in Azure Blob Storage.

Right now, we recommend using the Azure cfs provider from the very begining of your community - migrating content to the azure aftewards can be a bit of a pain (specifically around correctly setting mime types)

To use the cfs provider, build the code, copy it to you community's bin directory and register the filestorage provider in communityserver_override.config

<Override xpath="/CommunityServer/CentralizedFileStorage/fileStoreGroup[@name='default']" mode="remove" /> 
<Override xpath="/CommunityServer/CentralizedFileStorage" mode="add" where="end">
<fileStoreGroup name="Azure"
    default="true" 
    type="AlexCrome.Telligent.Azure.Filestorage.AzureBlobFilestorageProvider, AlexCrome.Telligent.Azure.Filestorage"
    />
</Override>  

And add the connection string to your blob storage account in connectionstrings.config

<add name="AzureFilestorageContainer" connectionString="UseDevelopmentStorage=true" />

About

Extensions for running Telligent Community on Azure

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages