Skip to content

Commit 7cb6382

Browse files
committed
workaround link issues
1 parent 88b1174 commit 7cb6382

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/communication-services/how-tos/router-sdk/subscribe-events.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ For more details on Event Grid, please see the [Event Grid documentation][event-
3333
This template deploys an EventGrid subscription on a Storage Queue for Job Router events.
3434
If the storage account, queue or system topic do not exist, they will be created as well.
3535

36-
[Download the template](media/deploy-subscription.json)
37-
3836
[![Deploy To Azure](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/deploytoazure.svg?sanitize=true)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fdocs.microsoft.com%2Fazure%2Fcommunication-services%2Fhow-tos%2Frouter-sdk%2Fmedia%2Fdeploy-subscription.json)
3937

4038
### Parameters
@@ -807,5 +805,5 @@ dotnet run
807805
| workerId | `string` ||
808806

809807
<!-- LINKS -->
810-
[event-grid-overview]: https://docs.microsoft.com/azure/event-grid/overview
811-
[filter-events]: https://docs.microsoft.com/azure/event-grid/how-to-filter-events
808+
[event-grid-overview]: ../../../event-grid/overview.md
809+
[filter-events]: ../../../event-grid/how-to-filter-events.md

0 commit comments

Comments
 (0)