• EnglishEspañol日本語한국어Português
  • 로그인지금 시작하기

사용자의 편의를 위해 제공되는 기계 번역입니다.

In the event of any inconsistency between the English version and the translated version, the English versionwill take priority. Please visit this page for more information.

문제 신고

Azure Arc에 New Relic 확장 설치

이 설명서에서는 Azure 명령줄 인터페이스(Azure CLI)를 사용하여 Azure arc 연결된 컴퓨터에 New Relic Extension을 설치하는 방법에 대한 단계별 지침을 제공합니다.

전제 조건

시작하기 전에 다음 사항을 확인하세요.

  • 로컬 머신에 설치된 Azure CLI.
  • Azure Arc 연결 머신이 설정되고 Azure 구독에 등록됩니다.
  • 지정된 리소스 그룹의 리소스를 관리할 수 있는 Azure 구독 소유자 또는 기여자 역할의 권한입니다.

설치 단계

터미널 또는 명령 프롬프트 열기

Azure 구독에 연결하고 Azure CLI를 통해 다음 단계를 실행합니다.

Azure CLI 명령 실행

Azure arc 연결 머신에 New Relic 에이전트를 설치하려면 터미널에 다음 명령을 입력하세요.

For Linux-based machines:

bash
$
az connectedmachine extension create \
>
--resource-group "your-resource-group" \
>
--machine-name "your-machine-name" \
>
--location "your-location" \
>
--name NewRelicAgent \
>
--publisher newrelic.infrastructure.extensions \
>
--type newrelic-infra \
>
--settings '{ "NR_LICENSE_KEY": "YOUR-NEW-RELIC-LICENSE-KEY" }'

For Windows-based machines:

bash
$
az connectedmachine extension create \
>
--resource-group "your-resource-group" \
>
--machine-name "your-machine-name" \
>
--location "your-location" \
>
--name NewRelicAgent \
>
--publisher newrelic.infrastructure.extensions \
>
--type newrelic-infra-windows \
>
--settings '{ "NR_LICENSE_KEY": "YOUR-NEW-RELIC-LICENSE-KEY" }'

"your-resource-group", "your-machine-name" 및 "your-location"과 같은 자리 표시자를 실제 리소스 그룹, 컴퓨터 이름 및 위치로 바꿉니다.

설치를 확인하십시오.

Azure arc 연결된 머신에서 New Relic 에이전트 상태를 확인하여 설치가 성공했는지 확인하세요.

  1. Azure 포털 -

  2. NewRelic에서 Azure Arc 연결 VM 메트릭을 확인하세요.

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.