Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rajagt-zz authored Sep 13, 2019
1 parent d6db559 commit ca4ccbd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.
You can use the [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/) to view blob containers and verify the resize is successful.

0 comments on commit ca4ccbd

Please sign in to comment.