Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 737 Bytes

File metadata and controls

26 lines (20 loc) · 737 Bytes
title include file
description include file
author spelluru
ms.service azure-event-grid
ms.topic include
ms.date 07/05/2018
ms.author spelluru

Enable Event Grid resource provider

If you haven't previously used Event Grid in your Azure subscription, you may need to register the Event Grid resource provider. Run the following command:

Register-AzResourceProvider -ProviderNamespace Microsoft.EventGrid

It may take a moment for the registration to finish. To check the status, run:

Get-AzResourceProvider -ProviderNamespace Microsoft.EventGrid

When RegistrationStatus is Registered, you're ready to continue.