Skip to content

Commit e41f8cf

Browse files
committed
v10 for now
1 parent 2b9b6c3 commit e41f8cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/event-grid/resize-images-on-storage-blob-upload-event.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@ az functionapp deployment source config --name $functionapp --resource-group $re
189189

190190
# [Node.js v10 SDK](#tab/nodejsv10)
191191

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.
192+
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.
193193

194194
```azurecli-interactive
195195
az functionapp deployment source config --name $functionapp \
196196
--resource-group $resourceGroupName --branch master --manual-integration \
197-
--repo-url https://github.com/Azure-Samples/storage-blob-resize-function-node-v10
197+
--repo-url https://github.com/Azure-Samples/storage-blob-resize-function-node-v10-v10
198198
```
199199

200200
---
@@ -211,7 +211,7 @@ To learn more about this function, see the [function.json and run.csx files](htt
211211

212212
# [Node.js v10 SDK](#tab/nodejsv10)
213213

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).
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).
215215

216216
---
217217

0 commit comments

Comments
 (0)