Skip to main content

Posts Tagged ‘AzureBLOB’

Optimizely DXP Deployment API – Downloading Assets

The Optimizely Deployment API (Episerver.PaaS.EpiCloud) has helped immensely as I’ve been working on new projects, but there has always been something that has plagued me; copying down content/assets into my local environment. When I say “Copying down Content,” I mean two pieces; Database and the Assets. For the Database Export, I have created my ExportDatabase […]

Pexels Maurício Mascaro 712786

Episerver – Handling an SVG image type and displaying it using a Path tag

Recently, I came across a requirement from a client that needed all SVG media types to render using the internal XML <Path> in the DOM, rather than using the standard <Img> tag. This was a tricky one and there wasn’t very much information about how to accomplish this, as its not necessarily a common request. […]

Sitecore Azure Blob Storage@2x

Sitecore integration with Azure BLOB storage

If you have an already existing Sitecore solution that you are planning on moving to the Azure cloud you need to understand the Blob service concepts firsts. Azure Blob storage is Microsoft’s object storage solution for the cloud.Blob storage exposes three resources: your storage account the containers in the account and the blobs in a […]