Skip to content

Commit cfaa8b0

Browse files
authored
Merge pull request #49806 from tfitzmac/0823eventgrid
updated sample app URL
2 parents 918ab52 + 63b2312 commit cfaa8b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-functions/functions-bindings-event-grid.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: multiple
1414
ms.topic: reference
1515
ms.tgt_pltfrm: multiple
1616
ms.workload: na
17-
ms.date: 08/20/2018
17+
ms.date: 08/23/2018
1818
ms.author: glenga
1919
---
2020

@@ -371,11 +371,11 @@ When you're done testing, you can use the same subscription for production by up
371371

372372
### Create a viewer web app
373373

374-
To simplify capturing event messages, you can deploy a [pre-built web app](https://github.com/dbarkol/azure-event-grid-viewer) that displays the event messages. The deployed solution includes an App Service plan, an App Service web app, and source code from GitHub.
374+
To simplify capturing event messages, you can deploy a [pre-built web app](https://github.com/Azure-Samples/azure-event-grid-viewer) that displays the event messages. The deployed solution includes an App Service plan, an App Service web app, and source code from GitHub.
375375

376376
Select **Deploy to Azure** to deploy the solution to your subscription. In the Azure portal, provide values for the parameters.
377377

378-
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fdbarkol%2Fazure-event-grid-viewer%2Fmaster%2Fazuredeploy.json" target="_blank"><img src="http://azuredeploy.net/deploybutton.png"/></a>
378+
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fazure-event-grid-viewer%2Fmaster%2Fazuredeploy.json" target="_blank"><img src="http://azuredeploy.net/deploybutton.png"/></a>
379379

380380
The deployment may take a few minutes to complete. After the deployment has succeeded, view your web app to make sure it's running. In a web browser, navigate to:
381381
`https://<your-site-name>.azurewebsites.net`

0 commit comments

Comments
 (0)