Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add step for Event Grid sample #726

Merged
merged 2 commits into from
Sep 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ You will build an application with EventGrid to send EventGridEvent to a topic a
- You can also import the code straight into your IDE:
- [IntelliJ IDEA](https://www.jetbrains.com/idea/download)

## Subscribe to custom topic

Use the following steps to create an event subscription to tell the Event Grid to send events to the Service Bus Queue:

1. In the Azure portal, navigate to your Event Grid Topic instance.
1. Select **Event Subscriptions** on the toolbar.
1. On the **Create Event Subscription page**, enter a **name** value for the event subscription.
1. For **Endpoint Type**, select **Service Bus Queue**.
1. Choose **Select an endpoint** and then select the Service Bus Queue instance you created earlier.

## Configure the sample

```yaml
Expand Down
Loading