microsoft.insights activityLogAlerts 2017-03-01-preview
如需部署監視解決方案的指引,請參閱 使用 Bicep建立監視資源。
Bicep 資源定義
activityLogAlerts 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 microsoft.insights/activityLogAlerts 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'microsoft.insights/activityLogAlerts@2017-03-01-preview' = {
location: 'string'
name: 'string'
properties: {
actions: {
actionGroups: [
{
actionGroupId: 'string'
webhookProperties: {
{customized property}: 'string'
}
}
]
}
condition: {
allOf: [
{
equals: 'string'
field: 'string'
}
]
}
description: 'string'
enabled: bool
scopes: [
'string'
]
}
tags: {
{customized property}: 'string'
}
}
屬性值
ActivityLogAlert
ActivityLogAlertActionGroup
ActivityLogAlertActionGroupWebhookProperties
ActivityLogAlertActionList
ActivityLogAlertAllOfCondition
ActivityLogAlertLeafCondition
名字 |
描述 |
價值 |
等於 |
域值將會與此值進行比較(不區分大小寫),以判斷是否符合條件。 |
字串 (必要) |
田 |
此條件將檢查的功能變數名稱。 此字段的可能值為(不區分大小寫):'resourceId'、'category'、'caller'、'level'、'operationName'、'resourceGroup'、'resourceProvider'、'status'、'subStatus'、'resourceType',或任何以 'properties' 開頭的任何專案。 |
字串 (必要) |
microsoft.insights/activityLogAlerts
名字 |
描述 |
價值 |
位置 |
資源位置 |
字串 (必要) |
名字 |
資源名稱 |
字串 (必要) |
性能 |
Azure 活動記錄警示。 |
ActivityLogAlert |
標籤 |
資源標籤 |
標記名稱和值的字典。 請參閱範本中的 標籤 |
快速入門範例
下列快速入門範例會部署此資源類型。
Bicep 檔案 |
描述 |
具有 NAT 閘道和應用程式閘道的 AKS 叢集 |
此範例示範如何使用 NAT 閘道部署 AKS 叢集以進行輸出連線,以及用於輸入連線的應用程式閘道。 |
使用應用程式閘道輸入控制器 AKS 叢集 |
此範例示範如何使用應用程式閘道、應用程式閘道輸入控制器、Azure Container Registry、Log Analytics 和 Key Vault 部署 AKS 叢集 |
建立 Azure 服務警示 |
此範本會建立 Azure 服務健康情況警示,選擇性地將電子郵件傳送給服務管理員,並在發生 Azure 服務中斷時指定的電子郵件位址。 |
ARM 樣本資源定義
activityLogAlerts 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 microsoft.insights/activityLogAlerts 資源,請將下列 JSON 新增至範本。
{
"type": "microsoft.insights/activityLogAlerts",
"apiVersion": "2017-03-01-preview",
"name": "string",
"location": "string",
"properties": {
"actions": {
"actionGroups": [
{
"actionGroupId": "string",
"webhookProperties": {
"{customized property}": "string"
}
}
]
},
"condition": {
"allOf": [
{
"equals": "string",
"field": "string"
}
]
},
"description": "string",
"enabled": "bool",
"scopes": [ "string" ]
},
"tags": {
"{customized property}": "string"
}
}
屬性值
ActivityLogAlert
ActivityLogAlertActionGroup
ActivityLogAlertActionGroupWebhookProperties
ActivityLogAlertActionList
ActivityLogAlertAllOfCondition
ActivityLogAlertLeafCondition
名字 |
描述 |
價值 |
等於 |
域值將會與此值進行比較(不區分大小寫),以判斷是否符合條件。 |
字串 (必要) |
田 |
此條件將檢查的功能變數名稱。 此字段的可能值為(不區分大小寫):'resourceId'、'category'、'caller'、'level'、'operationName'、'resourceGroup'、'resourceProvider'、'status'、'subStatus'、'resourceType',或任何以 'properties' 開頭的任何專案。 |
字串 (必要) |
microsoft.insights/activityLogAlerts
名字 |
描述 |
價值 |
apiVersion |
API 版本 |
'2017-03-01-preview' |
位置 |
資源位置 |
字串 (必要) |
名字 |
資源名稱 |
字串 (必要) |
性能 |
Azure 活動記錄警示。 |
ActivityLogAlert |
標籤 |
資源標籤 |
標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 |
資源類型 |
'microsoft.insights/activityLogAlerts' |
快速入門範本
下列快速入門範本會部署此資源類型。
activityLogAlerts 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 microsoft.insights/activityLogAlerts 資源,請將下列 Terraform 新增至您的範本。
resource "azapi_resource" "symbolicname" {
type = "microsoft.insights/activityLogAlerts@2017-03-01-preview"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
actions = {
actionGroups = [
{
actionGroupId = "string"
webhookProperties = {
{customized property} = "string"
}
}
]
}
condition = {
allOf = [
{
equals = "string"
field = "string"
}
]
}
description = "string"
enabled = bool
scopes = [
"string"
]
}
})
}
屬性值
ActivityLogAlert
ActivityLogAlertActionGroup
ActivityLogAlertActionGroupWebhookProperties
ActivityLogAlertActionList
ActivityLogAlertAllOfCondition
ActivityLogAlertLeafCondition
名字 |
描述 |
價值 |
等於 |
域值將會與此值進行比較(不區分大小寫),以判斷是否符合條件。 |
字串 (必要) |
田 |
此條件將檢查的功能變數名稱。 此字段的可能值為(不區分大小寫):'resourceId'、'category'、'caller'、'level'、'operationName'、'resourceGroup'、'resourceProvider'、'status'、'subStatus'、'resourceType',或任何以 'properties' 開頭的任何專案。 |
字串 (必要) |
microsoft.insights/activityLogAlerts
名字 |
描述 |
價值 |
位置 |
資源位置 |
字串 (必要) |
名字 |
資源名稱 |
字串 (必要) |
性能 |
Azure 活動記錄警示。 |
ActivityLogAlert |
標籤 |
資源標籤 |
標記名稱和值的字典。 |
類型 |
資源類型 |
“microsoft.insights/activityLogAlerts@2017-03-01-preview” |