Skip to content

Instantly share code, notes, and snippets.

@gjstockham
gjstockham / steps.txt
Created May 16, 2016 16:07
Elasticsearch hierarchical aggregations
DELETE sandbox
PUT sandbox
{
"mappings": {
"test-cat": {
"properties": {
"title": {
"type": "string"
},
"categories": {
@gjstockham
gjstockham / steps.md
Last active August 5, 2020 07:57
Steps to install Blob storage and ImageProcessor in Umbraco

Steps to install:

  1. Default Umbraco installation (Empty Web + UmbracoCms nuget package), plus Azure blob storage containers called "media" and "cache", both with "blob" access rights

Set the media type -> Image -> Upload Image property to be "Image Cropper"

  1. Add the UmbracoFileSystemProviders.Azure nuget package Note, this is marked pre-release, so may not appear on a default search