From d24607fc823374c9e46b890439ac25ffe9b0d016 Mon Sep 17 00:00:00 2001 From: Bai Yin Date: Wed, 1 Jul 2020 15:45:31 -0700 Subject: [PATCH] Add link to topic --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f045fc1..c7f40af 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ This sample implements a function triggered by Azure Blob Storage to resize an i The key aspects of this sample are in the function bindings and implementation. +This sample is used by the topic [Tutorial: Automate resizing uploaded images using Event Grid](https://docs.microsoft.com/en-us/azure/event-grid/resize-images-on-storage-blob-upload-event?tabs=nodejsv10#deploy-the-function-code/) + ## Function bindings In order to interface with image data, you need to configure the function to process binary data.