Skip to content

Commit 30d8bc9

Browse files
authored
Fix anchor link
1 parent e94e6b8 commit 30d8bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/event-grid-how-tos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ For more information about how to create subscriptions by using the Azure portal
103103

104104
To create a subscription by using [the Azure CLI](/cli/azure/get-started-with-azure-cli), use the [`az eventgrid event-subscription create`](/cli/azure/eventgrid/event-subscription#az-eventgrid-event-subscription-create) command. Examples use the v2.x+ version of the URL and are written to run in [Azure Cloud Shell](../cloud-shell/overview.md). You'll need to modify the examples to run from a Windows command prompt.
105105

106-
This example creates a subscription to a blob storage account, with a placeholder for the [system key](#system-key):
106+
This example creates a subscription to a blob storage account, with a placeholder for the [system key](#obtain-the-system-key):
107107

108108
```azurecli-interactive
109109
az eventgrid resource event-subscription create -g myResourceGroup \

0 commit comments

Comments
 (0)