Skip to content

Commit a40d518

Browse files
Merge pull request #222487 from jasonshave/jasonshave/docs10
Added RP enablement option for EG
2 parents ee4ecce + 278685f commit a40d518

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/communication-services/concepts/call-automation/incoming-call-notification.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@ Given the above examples, the following scenarios will trigger an `IncomingCall`
3535
> [!NOTE]
3636
> An important concept to remember is that an Azure Communication Services identity can be a user or application. Although there is no ability to explicitly assign an identity to a user or application in the platform, this can be done by your own application or supporting infrastructure. Please review the [identity concepts guide](../identity-model.md) for more information on this topic.
3737
38+
## Register an Event Grid resource provider
39+
40+
If you haven't previously used Event Grid in your Azure subscription, you might need to register your Event Grid resource provider. To register the provider, follow these steps:
41+
42+
1. Go to the Azure portal.
43+
2. On the left menu, select **Subscriptions**.
44+
3. Select the subscription that you use for Event Grid.
45+
4. On the left menu, under **Settings**, select **Resource providers**.
46+
5. Find **Microsoft.EventGrid**.
47+
6. If your resource provider isn't registered, select **Register**.
48+
3849
## Receiving an incoming call notification from Event Grid
3950

4051
Since Azure Communication Services relies on Event Grid to deliver the `IncomingCall` notification through a subscription, how you choose to handle the notification is up to you. Additionally, since the Call Automation API relies specifically on Webhook callbacks for events, a common Event Grid subscription used would be a 'Webhook'. However, you could choose any one of the available subscription types offered by the service.

0 commit comments

Comments
 (0)