Our site uses DXC and I have figured out how to request a Database backup and import it into a local testing copy just fine.
But, I don't really understand where the BLOBs go or come from. I have looked through the docs, but there are many different answers.
I see below in my Integration.config, but no where else. What am I missing?
<blob defaultProvider="azureblobs" xdt:Transform="Insert">
<providers>
<add name="azureblobs" type="EPiServer.Azure.Blobs.AzureBlobProvider,EPiServer.Azure" connectionStringName="EPiServerAzureBlobs" container="mysitemedia" />
</providers>
</blob>