• /
  • Log in
  • Free account

Activate Azure integrations

New Relic infrastructure integrations allow you to report data from specific systems and supplement infrastructure's default, automatic monitoring. The Microsoft Azure integrations report data from various Azure platform services to your New Relic account. This document explains how to activate Azure integrations.

Requirements

The Azure integration activation process requires you to:

  • A New Relic account. Don't have one? Sign up for free! No credit card required.
  • Create a New Relic application and key in Azure.
  • Grant this application access to the Azure services you want to monitor.
  • Place required information in the New Relic's Integrations UI.

To use these integration activation instructions directly from the Infrastructure UI, go to one.newrelic.com > Infrastructure > Azure > Add an Azure account.

Step 1: Get Azure subscription and tenant IDs

To get your Azure account's subscription id and tenantId, use your local terminal if you have Azure's tools installed, or use Azure's Cloud Shell terminal in the Azure portal.

  1. Open a terminal with access to your Azure account.

  2. Type the following:

    az account show
  3. Copy and save the subscription id and tenantID from the output response for later use.

The response should look similar to the response below. The subscription id and tenantID are highlighted.

@Azure:~$ az account show
{
  "environmentName": "AzureCloud",
  "id": "9ffe9512-f4a2-42dd-1230-518aec34be21",
  "isDefault": true,
  "name": "Beyond Team Sandbox",
  "state": "Enabled",
  "tenantId": "ac6692da-1231-422f-22a8-9eed6dbe83f1",
  "user": {
    "name": "youremail@domain",
    "type": "user"
}

Step 2: Register your app and get ID

You must have Azure permissions to register your application and copy its Application ID.

To register your app in Azure:

  1. Sign in to the Azure portal and go to the Azure Active Directory.
  2. From Manage, select App registrations > New registration.
  3. Enter a name for the application. We recommend that you name your app NewRelic-Integrations.
  4. In Redirect URI select Weband add https://www.newrelic.com as the sign-on URI.
  5. Create the application by clicking Register.
  6. From the Overview of your app, copy the Application (client) ID, and save it for later use.

Step 3: Create a client secret in Azure

To create a client secret associated with your application:

  1. In Azure, under the application you've just created, select Certificates & secrets.
  2. Under Client secrets, click on New client secret and then on Add.
  3. Copy the value of Client Secret and save it for later use.

Step 4: Provide permissions to services

Your app must provide Reader permissions for each Azure service you want New Relic to monitor:

  1. In the Azure Subscriptions section, select the subscriptions that you want New Relic to monitor.
  2. Select Access control (IAM) > Add > Add role assignment.
  3. From the Role dropdown, select Reader.
  4. From the Select dropdown, select the app's name; for example, NewRelic-Integrations.
  5. From Selected members, verify your app name appears, then select Save.

Some Azure services, including Azure CosmosDB and Azure VMs, require additional steps. See the Azure integration documentation for the services you want to enable.

Step 5: Add app to New Relic

Now you can activate the Azure integration in the Infrastructure UI. The UI will require the information you have saved in the previous steps, including:

To add your Azure app to New Relic:

  1. Go to one.newrelic.com > Infrastructure > Azure and select the Azure Service you wish to add.
  2. Follow the steps in the UI to activate the integration in New Relic.
  3. If you have already completed the Azure account steps, skip to the end of the steps to fill out the form. (For Azure account name, enter the name you want to use to identify the account in your Integrations dashboard.)

Update application details and rotate client secrets

It's possible to update the application's name and authentication credentials using the Infrastructure UI or the Cloud Integrations API at any time.

Follow these steps to rotate the Azure client secret in the Infratructure UI:

  1. Go to one.newrelic.com > Infrastructure > Azure and click on Manage Services on the Azure account you wish to edit.
  2. Select the edit action next to Account Name to see and edit any application value.
  3. Edit the Client Secret field with the new value and confirm with Save Changes.

Explore app data in New Relic Infrastructure's UI

After you activate an Azure integration, New Relic will start monitoring your Azure data at regular polling intervals. To find and use your data, use the data explorer or go to one.newrelic.com > Infrastructure > Azure

For more help

If you need more help, check out these support and learning resources:

Create issueEdit page
Copyright © 2021 New Relic Inc.