Hi
I am not sure if I post this in the right forum, but I did not find a forum for EPiServer DXC.
At my company we are building a new site thats going to be hosted in EPiServer DXC. It says here: https://world.episerver.com/digital-experience-cloud-service/deploying/creating-a-new-cms-site-and-deploying/
that you should change to the following settings:
<episerver.framework><blob defaultProvider="azureblobs"><providers><add name="azureblobs" connectionStringName="EPiServerAzureBlobs" container="mysitemedia" type="EPiServer.Azure.Blobs.AzureBlobProvider,EPiServer.Azure" /></providers></blob><event defaultProvider="azureevents"><providers><add name="azureevents" connectionStringName="EPiServerAzureEvents" topic="MySiteEvents" type="EPiServer.Azure.Events.AzureEventProvider,EPiServer.Azure" /></providers></event></episerver.framework>
I would like to use the SqlBlobProvider
<episerver.framework><blob defaultProvider="sqlBlobProvider"><providers><add name="sqlBlobProvider" type="EPiCode.SqlBlobProvider.SqlBlobProvider, EPiCode.SqlBlobProvider" /></providers></blob><event defaultProvider="azureevents"><providers><add name="azureevents" connectionStringName="EPiServerAzureEvents" topic="MySiteEvents" type="EPiServer.Azure.Events.AzureEventProvider,EPiServer.Azure" /></providers></event></episerver.framework>
My guess is that thats' no problem.
Am I correct?
Regards Hans