次の方法で共有


Microsoft.Security advancedThreatProtectionSettings

Bicep リソース定義

advancedThreatProtectionSettings リソースの種類は、次を対象とする操作と共にデプロイできます。

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Security/advancedThreatProtectionSettings リソースを作成するには、次の Bicep をテンプレートに追加します。

resource symbolicname 'Microsoft.Security/advancedThreatProtectionSettings@2019-01-01' = {
  name: 'current'
  properties: {
    isEnabled: bool
  }
}

プロパティ値

AdvancedThreatProtectionProperties

名前 形容 価値
isEnabled Advanced Threat Protection が有効かどうかを示します。 bool

Microsoft.Security/advancedThreatProtectionSettings

名前 形容 価値
名前 リソース名 'current' (必須)
プロパティ Advanced Threat Protection の設定。 AdvancedThreatProtectionProperties の

クイック スタートのサンプル

次のクイック スタート サンプルでは、このリソースの種類をデプロイします。

Bicep ファイル 形容
Microsoft Defender が有効な を使用して Cosmos DB アカウントを作成する この ARM テンプレートを使用すると、Microsoft Defender for Azure Cosmos DB が有効になっている Azure Cosmos DB アカウントをデプロイできます。 Microsoft Defender for Azure Cosmos DB は、Azure Cosmos DB アカウント内のデータベースを悪用しようとする試みを検出する、Azure ネイティブのセキュリティ レイヤーです。 Microsoft Defender for Azure Cosmos DB は、潜在的な SQL インジェクション、Microsoft 脅威インテリジェンスに基づく既知の悪意のあるアクター、疑わしいアクセス パターン、および侵害された ID または悪意のある内部関係者によるデータベースの潜在的な悪用を検出します。
Advanced Threat Protection を使用してストレージ アカウントを する このテンプレートを使用すると、Advanced Threat Protection が有効になっている Azure Storage アカウントをデプロイできます。

ARM テンプレート リソース定義

advancedThreatProtectionSettings リソースの種類は、次を対象とする操作と共にデプロイできます。

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Security/advancedThreatProtectionSettings リソースを作成するには、次の JSON をテンプレートに追加します。

{
  "type": "Microsoft.Security/advancedThreatProtectionSettings",
  "apiVersion": "2019-01-01",
  "name": "string",
  "properties": {
    "isEnabled": "bool"
  }
}

プロパティ値

AdvancedThreatProtectionProperties

名前 形容 価値
isEnabled Advanced Threat Protection が有効かどうかを示します。 bool

Microsoft.Security/advancedThreatProtectionSettings

名前 形容 価値
apiVersion API のバージョン '2019-01-01'
名前 リソース名 'current' (必須)
プロパティ Advanced Threat Protection の設定。 AdvancedThreatProtectionProperties の
種類 リソースの種類 'Microsoft.Security/advancedThreatProtectionSettings'

クイック スタート テンプレート

次のクイック スタート テンプレートでは、このリソースの種類をデプロイします。

テンプレート 形容
Microsoft Defender が有効な を使用して Cosmos DB アカウントを作成する

Azure にデプロイする
この ARM テンプレートを使用すると、Microsoft Defender for Azure Cosmos DB が有効になっている Azure Cosmos DB アカウントをデプロイできます。 Microsoft Defender for Azure Cosmos DB は、Azure Cosmos DB アカウント内のデータベースを悪用しようとする試みを検出する、Azure ネイティブのセキュリティ レイヤーです。 Microsoft Defender for Azure Cosmos DB は、潜在的な SQL インジェクション、Microsoft 脅威インテリジェンスに基づく既知の悪意のあるアクター、疑わしいアクセス パターン、および侵害された ID または悪意のある内部関係者によるデータベースの潜在的な悪用を検出します。
Advanced Threat Protection を使用してストレージ アカウントを する

Azure
にデプロイする
このテンプレートを使用すると、Advanced Threat Protection が有効になっている Azure Storage アカウントをデプロイできます。

Terraform (AzAPI プロバイダー) リソース定義

advancedThreatProtectionSettings リソースの種類は、次を対象とする操作と共にデプロイできます。

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Security/advancedThreatProtectionSettings リソースを作成するには、次の Terraform をテンプレートに追加します。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Security/advancedThreatProtectionSettings@2019-01-01"
  name = "string"
  body = jsonencode({
    properties = {
      isEnabled = bool
    }
  })
}

プロパティ値

AdvancedThreatProtectionProperties

名前 形容 価値
isEnabled Advanced Threat Protection が有効かどうかを示します。 bool

Microsoft.Security/advancedThreatProtectionSettings

名前 形容 価値
名前 リソース名 'current' (必須)
プロパティ Advanced Threat Protection の設定。 AdvancedThreatProtectionProperties の
種類 リソースの種類 "Microsoft.Security/advancedThreatProtectionSettings@2019-01-01"