Configure pre-deployment for Azure Native New Relic Service

This article describes the prerequisites that you must complete in your Azure subscription before you create your first New Relic resource on Azure.

Access control

To set up Azure Native New Relic Service, you must have owner access on the Azure subscription. Confirm that you have the appropriate access before you start the setup.

Resource provider registration

To set up New Relic on Azure, you need to register the NewRelic.Observability resource provider in the specific Azure subscription:

  • To register the resource provider in the Azure portal, follow the steps in Azure resource providers and types.

  • To register the resource provider in the Azure CLI, use this command:

    az provider register --namespace NewRelic.Observability --subscription <subscription-id>
    

Next steps