Skip to content

Commit 4bd97ff

Browse files
authored
Merge pull request #111416 from mhopkins-msft/github-issues
Fixed incorrect repo links
2 parents 731baca + 597b40e commit 4bd97ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

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

157157
# [Node.js V10 SDK](#tab/nodejsv10)
158158

159-
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.
159+
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.
160160

161161
```azurecli-interactive
162162
az functionapp deployment source config --name $functionapp \
163163
--resource-group $resourceGroupName --branch master --manual-integration \
164-
--repo-url https://github.com/Azure-Samples/storage-blob-resize-function-node
164+
--repo-url https://github.com/Azure-Samples/storage-blob-resize-function-node-v10
165165
```
166166
---
167167

articles/storage/blobs/storage-upload-process-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ az webapp deployment source config --name $webapp --resource-group myResourceGro
130130
```
131131

132132
# [Node.js v10 SDK](#tab/nodejsv10)
133-
App Service supports several ways to deploy content to a web app. In this tutorial, you deploy the web app from a [public GitHub sample repository](https://github.com/Azure-Samples/storage-blob-upload-from-webapp-node). Configure GitHub deployment to the web app with the [az webapp deployment source config](/cli/azure/webapp/deployment/source) command.
133+
App Service supports several ways to deploy content to a web app. In this tutorial, you deploy the web app from a [public GitHub sample repository](https://github.com/Azure-Samples/storage-blob-upload-from-webapp-node-v10). Configure GitHub deployment to the web app with the [az webapp deployment source config](/cli/azure/webapp/deployment/source) command.
134134

135135
```azurecli-interactive
136136
az webapp deployment source config --name $webapp --resource-group myResourceGroup \
137137
--branch master --manual-integration \
138-
--repo-url https://github.com/Azure-Samples/storage-blob-upload-from-webapp-node
138+
--repo-url https://github.com/Azure-Samples/storage-blob-upload-from-webapp-node-v10
139139
```
140140

141141
---

0 commit comments

Comments
 (0)