How do you store UmbracoForms Config Data in an Azure Blob in V8
Back in V7 you could use the UmbracoFileSystemProvider.Azure to store UmbracoForms config data in an Azre blob. There is an Alpha version of this package out and it does work to get media to an azure blob in V8 but not the form data, well at least I have not figure out how to yet. Has an one had any luck figuring out how to configure a file system provider for UmbracoForms config data?
How do you store UmbracoForms Config Data in an Azure Blob in V8
Back in V7 you could use the UmbracoFileSystemProvider.Azure to store UmbracoForms config data in an Azre blob. There is an Alpha version of this package out and it does work to get media to an azure blob in V8 but not the form data, well at least I have not figure out how to yet. Has an one had any luck figuring out how to configure a file system provider for UmbracoForms config data?
Anyone got anything on this?
Same here. I also have the same issue. The Umbraco Form are not storing in the azure blob. But Media works fine
If you are using this:
https://github.com/umbraco-community/UmbracoFileSystemProviders.Azure
You now need to install an extra package for Umbraco Forms:
https://github.com/umbraco-community/UmbracoFileSystemProviders.Azure#umbraco-forms
This shows you the nuget to install and the config for it :-)
Nik
is working on a reply...