You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/resize-images-on-storage-blob-upload-event.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: 'Tutorial: Use Azure Event Grid to automate resizing uploaded images'
3
3
description: 'Tutorial: Azure Event Grid can trigger on blob uploads in Azure Storage. You can use this to send image files uploaded to Azure Storage to other services, such as Azure Functions, for resizing and other improvements.'
4
4
ms.topic: tutorial
5
-
ms.date: 09/28/2021
5
+
ms.date: 03/21/2022
6
6
ms.devlang: csharp, javascript
7
7
ms.custom: devx-track-azurecli
8
8
---
@@ -136,7 +136,7 @@ Create a function app by using the [az functionapp create](/cli/azure/functionap
The sample Node.js resize function is available on [GitHub](https://github.com/Azure-Samples/storage-blob-resize-function-node-v10). Deploy this Functions code project to the function app by using the [az functionapp deployment source config](/cli/azure/functionapp/deployment/source) command.
192
+
The sample Node.js resize function is available on [GitHub](https://github.com/Azure-Samples/storage-blob-resize-function-node). Deploy this Functions code project to the function app by using the [az functionapp deployment source config](/cli/azure/functionapp/deployment/source) command.
193
193
194
194
```azurecli-interactive
195
195
az functionapp deployment source config --name $functionapp \
@@ -211,7 +211,7 @@ To learn more about this function, see the [function.json and run.csx files](htt
211
211
212
212
# [Node.js v10 SDK](#tab/nodejsv10)
213
213
214
-
To learn more about this function, see the [function.json and index.js files](https://github.com/Azure-Samples/storage-blob-resize-function-node-v10/tree/master/Thumbnail).
214
+
To learn more about this function, see the [function.json and index.js files](https://github.com/Azure-Samples/storage-blob-resize-function-node/tree/master/Thumbnail).
0 commit comments