Skip to content

Commit 31a4b38

Browse files
authored
Merge pull request #102822 from shivp950/patch-8
removed re-register resource provider
2 parents 98bee32 + 9e4d26a commit 31a4b38

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

articles/machine-learning/how-to-use-event-grid.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,6 @@ Use Event Grid to enable common scenarios such as:
2929
* Contributor or owner access to the Azure Machine Learning workspace you will create events for.
3030
* Select an event handler endpoint such as a webhook or Event Hub. For more information, see [event handlers](https://docs.microsoft.com/azure/event-grid/event-handlers).
3131

32-
## Register resource providers
33-
34-
If you used Azure Event Grid or Machine Learning before November 1 2019, you may need to re-register the resource providers before you can follow the steps in this document. To re-register the providers, use the following steps:
35-
36-
1. Go to the Azure portal and select __Subscriptions__. Select the subscription that you want to work with.
37-
1. Select __Resource providers__, and then search for __EventGrid__.
38-
1. Select the __Microsoft.EventGrid__ entry, and then select __Re-register__.
39-
40-
![re-register-resource-provider](./media/how-to-use-event-grid/re-register-resource-provider.png)
41-
42-
1. Search for __MachineLearningServices__, select the entry, and then select __Re-register__.
43-
44-
> [!TIP]
45-
> If you do not have permissions to complete these steps, ask your subscription administrator to perform them.
46-
4732
## Configure machine learning events using the Azure portal
4833

4934
1. Open the [Azure portal](https://portal.azure.com) and go to your Azure Machine Learning workspace.
@@ -178,4 +163,4 @@ For an example, see the [https://github.com/Azure-Samples/MachineLearningSamples
178163

179164
## Next steps
180165

181-
* To learn more about available events, see the [Azure Machine Learning event schema](/azure/event-grid/event-schema-machine-learning)
166+
* To learn more about available events, see the [Azure Machine Learning event schema](/azure/event-grid/event-schema-machine-learning)

0 commit comments

Comments
 (0)