Microsoft AZ-500: 보안 상태 관리 및 거버넌스 — 학습 가이드

다음의 일부입니다: Microsoft Azure Security Engineer Associate AZ-500 — 학습 가이드. 검증된 답안으로 연습하기: Microsoft 시험 허브, 또는 다음에서 시간 제한 모의고사 풀기: ExamRoll.io.

정책 기반 거버넌스 및 랜딩 존

Azure Policy는 클라우드 드리프트(drift)에 대한 예방 및 교정 가드레일 시스템입니다. 주요 요소는 다음과 같습니다:

Windows VM에 맬웨어 방지 확장을 강제 적용하는 예제 정책 스켈레톤:

{
  "properties": {
    "displayName": "Deploy antimalware on Windows VMs",
    "policyType": "Custom",
    "mode": "Indexed",
    "parameters": {},
    "policyRule": {
      "if": {
        "allOf": [
          { "field": "type", "equals": "Microsoft.Compute/virtualMachines" },
          { "field": "Microsoft.Compute/virtualMachines/osProfile.windowsConfiguration", "exists": "true" }
        ]
      },
      "then": {
        "effect": "DeployIfNotExists",
        "details": {
          "type": "Microsoft.Compute/virtualMachines/extensions",
          "name": "IaaSAntimalware",
          "roleDefinitionIds": ["/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c"],
          "deploymentScope": "resourceGroup",
          "existenceCondition": { "field": "name", "equals": "IaaSAntimalware" },
          "deployment": { "properties": { "mode": "incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "resources": [] } } }
        }
      }
    }
  }
}

랜딩 존 거버넌스는 상속 및 직무 분리를 체계화합니다:

레거시 블루프린트 요구 사항의 경우, ARM/Bicep, Template Specs 및 이니셔티브 할당을 사용하는 “코드형 정책(policy-as-code)“을 채택하여 블루프린트와 유사한 일관된 배포를 대규모로 달성합니다.

보안 인벤토리, 클라우드 앱, 데이터 거버넌스 및 감사

대규모 인벤토리 및 규정 준수에는 Azure Resource Graph(ARG)와 Policy 규정 준수 보고서가 사용됩니다. ARG 쿼리는 수백만 개의 리소스에 대한 거의 실시간에 가까운 상태 뷰를 제공합니다:

securityresources
| where type =~ 'microsoft.security/assessments'
| where properties.status.code == 'Unhealthy'
| summarize unhealthy=count() by tostring(properties.displayName)
| order by unhealthy desc

리소스 상태를 태그와 조인하여 데이터 민감도에 따라 분류합니다:

resources
| where type == 'microsoft.compute/virtualmachines'
| project id, name, resourceGroup, subscriptionId, dataSensitivity = tostring(tags['DataSensitivity'])
| join kind=leftouter (
  securityresources
  | where type =~ 'microsoft.security/assessments'
  | where properties.status.code == 'Unhealthy'
  | summarize issues=count() by tolower(tostring(properties.resourceDetails.Id))
) on $left.id == $right['tolower_tostring_properties_resourceDetails_Id']
| project name, dataSensitivity, issues = coalesce(issues, 0)
| order by issues desc

Defender for Cloud Apps(MDCA)는 SaaS 위험을 관리합니다:

Microsoft Purview는 거버넌스를 데이터로 확장합니다:

감사 추적은 변조 방지 기능이 있고 완전해야 합니다:

실제 문제 시나리오

글로벌 소매업체인 Contoso는 두 개의 새로운 프로덕션 구독을 온보딩하면서 보안 상태를 표준화하고, Azure Security Benchmark 규정 준수를 달성하며, 운영 마찰을 최소화하면서 7년 동안 변경 불가능한 로그를 보존해야 합니다.

  1. 관리 그룹 수준에서 거버넌스 수립
  1. 보안 이니셔티브 및 Defender for Cloud 플랜 할당
  1. 정책 기반 자동화 및 예외 구현
  1. 보안 점수 기반 수정 워크플로 구성
  1. 변경 불가능한 감사 로그 중앙화
  1. SaaS 사용 및 이그레스(egress) 위험 관리
  1. Purview를 통한 데이터 거버넌스 내재화

키 관리 · 모든 도메인 · Microsoft Sentinel 및 보안 운영

이 문제 연습하기 → · ExamRoll.io에서 시간 제한 연습 →

Pass the whole exam — not just this question

You found this answer. Get every verified question and explanation in one place, and save hours of prep. Free to start.

시험 합격하기 →

Microsoft 찾아보기 →

Related guides

올인원 액세스

하나의 구독. 모든 시험.

모든 플랜은 무제한 답변 검색, 모의고사, AI 해설, 전체 자료 라이브러리를 20개 이상의 언어로 잠금 해제합니다.

월간
24.87
Just €0.83/day
모든 포함:
  • 무제한 답변 검색
  • 무제한 모의고사
  • AI 기반 해설
  • 전체 자료 라이브러리
  • 20개 이상의 언어
  • 주간 콘텐츠 업데이트
  • 보상 및 추천
  • 우선 지원
무료 체험 시작

신용카드 필요 없음*

최고의 가치
12개월
179.87
Just €0.49/daySave 40%
모든 포함:
  • 무제한 답변 검색
  • 무제한 모의고사
  • AI 기반 해설
  • 전체 자료 라이브러리
  • 20개 이상의 언어
  • 주간 콘텐츠 업데이트
  • 보상 및 추천
  • 우선 지원
무료 체험 시작

신용카드 필요 없음*

✓ 무료 플랜 포함 · ✓ 언제든지 취소 가능 · ✓ 모든 플랜은 전체 제품을 잠금 해제합니다