How to upload large files in Sitecore

Hi guys, I recently stumbled on an issue of uploading large files in Sitecore. While searching about the same I found many blogs stating the solution of setting the size for Media.MaxSizeInDatabase. In Sitecore 10 the default value is 500MB which I increased to 1024MB. <setting name="Media.MaxSizeInDatabase" value="1024MB"></setting> The above solution didn't work for me.... Continue Reading →

{:en}Embed Social Feed into your website using Juicer{:}{:ja}Juicerを使用してソーシャルフィードをWebサイトに埋め込みます{:}

{:en} One fine day at office I had a client requirement for displaying their aggregated social media content on the Sitecore website we developed for them. The best API I came across to perform this operation is Juicer API. Juicer works with Sitecore for majority of the social accounts which LinkedIn, Facebook, twitter, Instagram etc.... Continue Reading →

{:en}Implementing Sitecore CI/CD On-premises using Azure Devops Part-2{:}{:ja}Azure DevopsPart-2を使用したオンプレミスでのSitecoreCI / CDの実装{:}

{:en}This is continuation of Implementing Sitecore CI/CD On-premises using Azure Devops Part-1 Let’s configure CD in Azure Deployment groups A deployment group is a logical set of deployment target machines that have agents installed on each one. Deployment groups represent the physical environments; for example, "Dev", "Test", "UAT", and "Production". In effect, a deployment group... Continue Reading →

{:en}Implementing Sitecore CI/CD On-premises using Azure Devops Part-1{:}{:ja}Azure DevopsPart-1を使用したオンプレミスでのSitecoreCI / CDの実装{:}

{:en}Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily - leading to multiple integrations per day. Each integration can then be verified by an automated build and automated tests. This approach leads to significantly reduced integration problems, and you can detect errors quickly,... Continue Reading →

Create a website or blog at WordPress.com

Up ↑