다음을 통해 공유


Microsoft.AppPlatform Spring/monitoringSettings 2022-01-01-preview

Bicep 리소스 정의

Spring/monitoringSettings 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.AppPlatform/Spring/monitoringSettings 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.

resource symbolicname 'Microsoft.AppPlatform/Spring/monitoringSettings@2022-01-01-preview' = {
  parent: resourceSymbolicName
  name: 'default'
  properties: {
    appInsightsAgentVersions: {}
    appInsightsInstrumentationKey: 'string'
    appInsightsSamplingRate: int
    error: {
      code: 'string'
      message: 'string'
    }
    traceEnabled: bool
  }
}

속성 값

ApplicationInsightsAgentVersions

이름 묘사

오류

이름 묘사
코드 오류 코드입니다. 문자열
메시지 오류 메시지입니다. 문자열

Microsoft.AppPlatform/Spring/monitoringSettings

이름 묘사
이름 리소스 이름 'default'(필수)
부모 Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다.

자세한 내용은 부모 리소스외부의 자식 리소스 참조하세요.
형식 리소스의 기호 이름: Spring
속성 모니터링 설정 리소스의 속성 MonitoringSettingProperties

MonitoringSettingProperties

이름 묘사
appInsightsAgentVersions Application Insight Agent의 버전을 나타냅니다. ApplicationInsightsAgentVersions
appInsightsInstrumentationKey 대상 애플리케이션 인사이트 계측 키, null 또는 공백 포함 비어 있음은 monitoringSettings를 사용하지 않도록 설정합니다. 문자열
appInsightsSamplingRate Application Insight Agent의 샘플링 속도를 나타냅니다. 범위가 [0.0, 100.0]이어야 합니다. int

제약 조건:
최소값 = 0
최대값 = 100
오류 모니터링 설정 변경 내용을 적용할 때 오류가 발생했습니다. 오류
traceEnabled api 버전 2020-11-01-preview 이후 사용되지 않는 추적 기능을 사용하도록 설정할지 여부를 나타냅니다. appInsightsInstrumentationKey를 활용하여 monitoringSettings가 활성화되었는지 여부를 나타내세요. bool

빠른 시작 샘플

다음 빠른 시작 샘플은 이 리소스 유형을 배포합니다.

Bicep 파일 묘사
간단한 Azure Spring Apps 마이크로 서비스 애플리케이션 배포 이 템플릿은 Azure에서 실행할 간단한 Azure Spring Apps 마이크로 서비스 애플리케이션을 배포합니다.

ARM 템플릿 리소스 정의

Spring/monitoringSettings 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.AppPlatform/Spring/monitoringSettings 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.

{
  "type": "Microsoft.AppPlatform/Spring/monitoringSettings",
  "apiVersion": "2022-01-01-preview",
  "name": "string",
  "properties": {
    "appInsightsAgentVersions": {
    },
    "appInsightsInstrumentationKey": "string",
    "appInsightsSamplingRate": "int",
    "error": {
      "code": "string",
      "message": "string"
    },
    "traceEnabled": "bool"
  }
}

속성 값

ApplicationInsightsAgentVersions

이름 묘사

오류

이름 묘사
코드 오류 코드입니다. 문자열
메시지 오류 메시지입니다. 문자열

Microsoft.AppPlatform/Spring/monitoringSettings

이름 묘사
apiVersion api 버전 '2022-01-01-preview'
이름 리소스 이름 'default'(필수)
속성 모니터링 설정 리소스의 속성 MonitoringSettingProperties
리소스 종류 'Microsoft.AppPlatform/Spring/monitoringSettings'

MonitoringSettingProperties

이름 묘사
appInsightsAgentVersions Application Insight Agent의 버전을 나타냅니다. ApplicationInsightsAgentVersions
appInsightsInstrumentationKey 대상 애플리케이션 인사이트 계측 키, null 또는 공백 포함 비어 있음은 monitoringSettings를 사용하지 않도록 설정합니다. 문자열
appInsightsSamplingRate Application Insight Agent의 샘플링 속도를 나타냅니다. 범위가 [0.0, 100.0]이어야 합니다. int

제약 조건:
최소값 = 0
최대값 = 100
오류 모니터링 설정 변경 내용을 적용할 때 오류가 발생했습니다. 오류
traceEnabled api 버전 2020-11-01-preview 이후 사용되지 않는 추적 기능을 사용하도록 설정할지 여부를 나타냅니다. appInsightsInstrumentationKey를 활용하여 monitoringSettings가 활성화되었는지 여부를 나타내세요. bool

빠른 시작 템플릿

다음 빠른 시작 템플릿은 이 리소스 유형을 배포합니다.

템플렛 묘사
간단한 Azure Spring Apps 마이크로 서비스 애플리케이션 배포

Azure에 배포
이 템플릿은 Azure에서 실행할 간단한 Azure Spring Apps 마이크로 서비스 애플리케이션을 배포합니다.

Terraform(AzAPI 공급자) 리소스 정의

Spring/monitoringSettings 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

  • 리소스 그룹

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.AppPlatform/Spring/monitoringSettings 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.AppPlatform/Spring/monitoringSettings@2022-01-01-preview"
  name = "string"
  body = jsonencode({
    properties = {
      appInsightsAgentVersions = {
      }
      appInsightsInstrumentationKey = "string"
      appInsightsSamplingRate = int
      error = {
        code = "string"
        message = "string"
      }
      traceEnabled = bool
    }
  })
}

속성 값

ApplicationInsightsAgentVersions

이름 묘사

오류

이름 묘사
코드 오류 코드입니다. 문자열
메시지 오류 메시지입니다. 문자열

Microsoft.AppPlatform/Spring/monitoringSettings

이름 묘사
이름 리소스 이름 'default'(필수)
parent_id 이 리소스의 부모인 리소스의 ID입니다. 형식 리소스의 ID: Spring
속성 모니터링 설정 리소스의 속성 MonitoringSettingProperties
리소스 종류 "Microsoft.AppPlatform/Spring/monitoringSettings@2022-01-01-preview"

MonitoringSettingProperties

이름 묘사
appInsightsAgentVersions Application Insight Agent의 버전을 나타냅니다. ApplicationInsightsAgentVersions
appInsightsInstrumentationKey 대상 애플리케이션 인사이트 계측 키, null 또는 공백 포함 비어 있음은 monitoringSettings를 사용하지 않도록 설정합니다. 문자열
appInsightsSamplingRate Application Insight Agent의 샘플링 속도를 나타냅니다. 범위가 [0.0, 100.0]이어야 합니다. int

제약 조건:
최소값 = 0
최대값 = 100
오류 모니터링 설정 변경 내용을 적용할 때 오류가 발생했습니다. 오류
traceEnabled api 버전 2020-11-01-preview 이후 사용되지 않는 추적 기능을 사용하도록 설정할지 여부를 나타냅니다. appInsightsInstrumentationKey를 활용하여 monitoringSettings가 활성화되었는지 여부를 나타내세요. bool