From ca4ccbdecf194a719c3b2ab2de01c4435c3add35 Mon Sep 17 00:00:00 2001 From: v-rajagt <31903563+v-rajagt@users.noreply.github.com> Date: Sat, 14 Sep 2019 01:32:35 +0530 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fe3b59..993c261 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +--- +page_type: sample +languages: +- javascript +products: +- azure +description: "This sample implements a function triggered by Azure Blob Storage to resize an image in Node.js." +urlFragment: storage-blob-resize-function-node +--- # Azure Storage Blob Trigger Image Resize Function in Node.js @@ -66,4 +75,4 @@ module.exports = (context, myEvent, myBlob) => { }; ``` -You can use the [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/) to view blob containers and verify the resize is successful. \ No newline at end of file +You can use the [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/) to view blob containers and verify the resize is successful.