I have azure pipelines and want to deploy multiple themes that can be applied to multiple stores, but I don’t understand the relationship between the storefront deployment and the configuration setting “VirtoCommerce:LiquidThemeEngine:BaseThemePath” and the Platform keeping the themes in AzureBlob storage
I have two azure app services - one for platform another for storefront,
I will have multiple stores - up to 6 stores
I want to have at least three themes - ODT, b2bProcurement and CustomDev
I want to deploy the themes from Azure Pipelines
Where do I deploy the themes?
The admin-platform Azure Blob Storage configured by app settings:
Content:AzureBlobStorage:ConnectionString
Content:AzureBlobStorage:RootPath
Content:Provider
Or the StoreFront - and into a path mapping there that is then added to the StoreFront Azure App Setting "VirtoCommerce:LiquidThemeEngine:BaseThemePath"