Skip to content

Commit 6521ff8

Browse files
Merge pull request #289231 from vac0224/vc-scubscribe-events-fix-2024-10-25
Fix grammar and simplify
2 parents 39e416f + 80a7631 commit 6521ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/quickstarts/events/includes/create-event-subscription-az-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ ms.author: pgrandhi
1919

2020
## Create event subscription
2121

22-
To create event subscriptions for Azure Communication Services resource, [sign in to Azure CLI](/cli/azure/authenticate-azure-cli). You can sign in running the ```az login``` command from the terminal, then and provide your credentials. Run the following command to create the event subscription for the resource:
22+
To create event subscriptions for Azure Communication Services resource, [sign in to Azure CLI](/cli/azure/authenticate-azure-cli). You can sign in running the ```az login``` command from the terminal, then provide your credentials.
2323

24-
To create an event subscription 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.
24+
To create an event subscription 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:
2525

2626
```azurecli-interactive
2727
az eventgrid event-subscription create

0 commit comments

Comments
 (0)