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.