10711 lines
314 KiB
Plaintext
10711 lines
314 KiB
Plaintext
@secure()
|
|
param workbooks_6283deb8_219e_4616_9c09_14def4ea405a_serializedData string
|
|
param virtualMachines_NXS_FIN_VDI01_name string = 'NXS-FIN-VDI01'
|
|
param virtualNetworks_NXS_HONEY_NET_name string = 'NXS-HONEY-NET'
|
|
param workspaces_NAXS_LAWS_name string = 'NAXS-LAWS'
|
|
param dataCollectionRules_DCR_Honeypot_name string = 'DCR-Honeypot'
|
|
param publicIPAddresses_NXS_FIN_VDI01_ip_name string = 'NXS-FIN-VDI01-ip'
|
|
param networkInterfaces_nxs_fin_vdi01753_z1_name string = 'nxs-fin-vdi01753_z1'
|
|
param networkSecurityGroups_NXS_FIN_VDI01_nsg_name string = 'NXS-FIN-VDI01-nsg'
|
|
param workbooks_6283deb8_219e_4616_9c09_14def4ea405a_name string = '6283deb8-219e-4616-9c09-14def4ea405a'
|
|
param solutions_SecurityInsights_naxs_laws_name string = 'SecurityInsights(naxs-laws)'
|
|
|
|
resource networkSecurityGroups_NXS_FIN_VDI01_nsg_name_resource 'Microsoft.Network/networkSecurityGroups@2024-05-01' = {
|
|
name: networkSecurityGroups_NXS_FIN_VDI01_nsg_name
|
|
location: 'eastus2'
|
|
properties: {
|
|
securityRules: [
|
|
{
|
|
name: 'HoneyPot-AllowAnyCustomAnyInbound'
|
|
id: networkSecurityGroups_NXS_FIN_VDI01_nsg_name_HoneyPot_AllowAnyCustomAnyInbound.id
|
|
type: 'Microsoft.Network/networkSecurityGroups/securityRules'
|
|
properties: {
|
|
protocol: '*'
|
|
sourcePortRange: '*'
|
|
destinationPortRange: '*'
|
|
sourceAddressPrefix: '*'
|
|
destinationAddressPrefix: '*'
|
|
access: 'Allow'
|
|
priority: 100
|
|
direction: 'Inbound'
|
|
sourcePortRanges: []
|
|
destinationPortRanges: []
|
|
sourceAddressPrefixes: []
|
|
destinationAddressPrefixes: []
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
|
|
resource publicIPAddresses_NXS_FIN_VDI01_ip_name_resource 'Microsoft.Network/publicIPAddresses@2024-05-01' = {
|
|
name: publicIPAddresses_NXS_FIN_VDI01_ip_name
|
|
location: 'eastus2'
|
|
sku: {
|
|
name: 'Standard'
|
|
tier: 'Regional'
|
|
}
|
|
zones: [
|
|
'1'
|
|
]
|
|
properties: {
|
|
ipAddress: '135.237.161.108'
|
|
publicIPAddressVersion: 'IPv4'
|
|
publicIPAllocationMethod: 'Static'
|
|
idleTimeoutInMinutes: 4
|
|
ipTags: []
|
|
}
|
|
}
|
|
|
|
resource virtualNetworks_NXS_HONEY_NET_name_resource 'Microsoft.Network/virtualNetworks@2024-05-01' = {
|
|
name: virtualNetworks_NXS_HONEY_NET_name
|
|
location: 'eastus2'
|
|
properties: {
|
|
addressSpace: {
|
|
addressPrefixes: [
|
|
'10.0.0.0/16'
|
|
]
|
|
}
|
|
encryption: {
|
|
enabled: false
|
|
enforcement: 'AllowUnencrypted'
|
|
}
|
|
privateEndpointVNetPolicies: 'Disabled'
|
|
subnets: [
|
|
{
|
|
name: 'default'
|
|
id: virtualNetworks_NXS_HONEY_NET_name_default.id
|
|
properties: {
|
|
addressPrefixes: [
|
|
'10.0.0.0/24'
|
|
]
|
|
delegations: []
|
|
privateEndpointNetworkPolicies: 'Disabled'
|
|
privateLinkServiceNetworkPolicies: 'Enabled'
|
|
}
|
|
type: 'Microsoft.Network/virtualNetworks/subnets'
|
|
}
|
|
]
|
|
virtualNetworkPeerings: []
|
|
enableDdosProtection: false
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_resource 'Microsoft.OperationalInsights/workspaces@2025-02-01' = {
|
|
name: workspaces_NAXS_LAWS_name
|
|
location: 'eastus2'
|
|
properties: {
|
|
sku: {
|
|
name: 'pergb2018'
|
|
}
|
|
retentionInDays: 30
|
|
features: {
|
|
legacy: 0
|
|
searchVersion: 1
|
|
enableLogAccessUsingOnlyResourcePermissions: true
|
|
unifiedSentinelBillingOnly: true
|
|
}
|
|
workspaceCapping: {
|
|
dailyQuotaGb: json('-1')
|
|
}
|
|
publicNetworkAccessForIngestion: 'Enabled'
|
|
publicNetworkAccessForQuery: 'Enabled'
|
|
}
|
|
}
|
|
|
|
resource virtualMachines_NXS_FIN_VDI01_name_resource 'Microsoft.Compute/virtualMachines@2024-11-01' = {
|
|
name: virtualMachines_NXS_FIN_VDI01_name
|
|
location: 'eastus2'
|
|
zones: [
|
|
'1'
|
|
]
|
|
identity: {
|
|
type: 'SystemAssigned'
|
|
}
|
|
properties: {
|
|
hardwareProfile: {
|
|
vmSize: 'Standard_B2s'
|
|
}
|
|
additionalCapabilities: {
|
|
hibernationEnabled: false
|
|
}
|
|
storageProfile: {
|
|
imageReference: {
|
|
publisher: 'microsoftwindowsdesktop'
|
|
offer: 'windows-11'
|
|
sku: 'win11-24h2-pro'
|
|
version: 'latest'
|
|
}
|
|
osDisk: {
|
|
osType: 'Windows'
|
|
name: '${virtualMachines_NXS_FIN_VDI01_name}_OsDisk_1_07713a377d8448c6be16f80e9b2e0b90'
|
|
createOption: 'FromImage'
|
|
caching: 'ReadWrite'
|
|
managedDisk: {
|
|
storageAccountType: 'Premium_LRS'
|
|
id: resourceId(
|
|
'Microsoft.Compute/disks',
|
|
'${virtualMachines_NXS_FIN_VDI01_name}_OsDisk_1_07713a377d8448c6be16f80e9b2e0b90'
|
|
)
|
|
}
|
|
deleteOption: 'Delete'
|
|
diskSizeGB: 127
|
|
}
|
|
dataDisks: []
|
|
diskControllerType: 'SCSI'
|
|
}
|
|
osProfile: {
|
|
computerName: virtualMachines_NXS_FIN_VDI01_name
|
|
adminUsername: 'naxslabs'
|
|
windowsConfiguration: {
|
|
provisionVMAgent: true
|
|
enableAutomaticUpdates: true
|
|
patchSettings: {
|
|
patchMode: 'AutomaticByOS'
|
|
assessmentMode: 'ImageDefault'
|
|
enableHotpatching: false
|
|
}
|
|
}
|
|
secrets: []
|
|
allowExtensionOperations: true
|
|
requireGuestProvisionSignal: true
|
|
}
|
|
networkProfile: {
|
|
networkInterfaces: [
|
|
{
|
|
id: networkInterfaces_nxs_fin_vdi01753_z1_name_resource.id
|
|
properties: {
|
|
deleteOption: 'Delete'
|
|
}
|
|
}
|
|
]
|
|
}
|
|
licenseType: 'Windows_Client'
|
|
}
|
|
}
|
|
|
|
resource dataCollectionRules_DCR_Honeypot_name_resource 'Microsoft.Insights/dataCollectionRules@2023-03-11' = {
|
|
name: dataCollectionRules_DCR_Honeypot_name
|
|
location: 'eastus2'
|
|
tags: {
|
|
createdBy: 'Sentinel'
|
|
}
|
|
kind: 'Windows'
|
|
properties: {
|
|
dataSources: {
|
|
windowsEventLogs: [
|
|
{
|
|
streams: [
|
|
'Microsoft-SecurityEvent'
|
|
]
|
|
xPathQueries: [
|
|
'Security!*'
|
|
'Microsoft-Windows-AppLocker/EXE and DLL!*'
|
|
'Microsoft-Windows-AppLocker/MSI and Script!*'
|
|
]
|
|
name: 'eventLogsDataSource'
|
|
}
|
|
]
|
|
}
|
|
destinations: {
|
|
logAnalytics: [
|
|
{
|
|
workspaceResourceId: workspaces_NAXS_LAWS_name_resource.id
|
|
name: 'DataCollectionEvent'
|
|
}
|
|
]
|
|
}
|
|
dataFlows: [
|
|
{
|
|
streams: [
|
|
'Microsoft-SecurityEvent'
|
|
]
|
|
destinations: [
|
|
'DataCollectionEvent'
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
|
|
resource workbooks_6283deb8_219e_4616_9c09_14def4ea405a_name_resource 'microsoft.insights/workbooks@2023-06-01' = {
|
|
name: workbooks_6283deb8_219e_4616_9c09_14def4ea405a_name
|
|
location: 'eastus2'
|
|
tags: {
|
|
'hidden-title': 'Attack Map'
|
|
}
|
|
kind: 'shared'
|
|
identity: {
|
|
type: 'None'
|
|
}
|
|
properties: {
|
|
displayName: 'Attack Map'
|
|
version: 'Notebook/1.0'
|
|
category: 'sentinel'
|
|
sourceId: workspaces_NAXS_LAWS_name_resource.id
|
|
serializedData: workbooks_6283deb8_219e_4616_9c09_14def4ea405a_serializedData
|
|
}
|
|
}
|
|
|
|
resource networkSecurityGroups_NXS_FIN_VDI01_nsg_name_HoneyPot_AllowAnyCustomAnyInbound 'Microsoft.Network/networkSecurityGroups/securityRules@2024-05-01' = {
|
|
name: '${networkSecurityGroups_NXS_FIN_VDI01_nsg_name}/HoneyPot-AllowAnyCustomAnyInbound'
|
|
properties: {
|
|
protocol: '*'
|
|
sourcePortRange: '*'
|
|
destinationPortRange: '*'
|
|
sourceAddressPrefix: '*'
|
|
destinationAddressPrefix: '*'
|
|
access: 'Allow'
|
|
priority: 100
|
|
direction: 'Inbound'
|
|
sourcePortRanges: []
|
|
destinationPortRanges: []
|
|
sourceAddressPrefixes: []
|
|
destinationAddressPrefixes: []
|
|
}
|
|
dependsOn: [
|
|
networkSecurityGroups_NXS_FIN_VDI01_nsg_name_resource
|
|
]
|
|
}
|
|
|
|
resource virtualNetworks_NXS_HONEY_NET_name_default 'Microsoft.Network/virtualNetworks/subnets@2024-05-01' = {
|
|
name: '${virtualNetworks_NXS_HONEY_NET_name}/default'
|
|
properties: {
|
|
addressPrefixes: [
|
|
'10.0.0.0/24'
|
|
]
|
|
delegations: []
|
|
privateEndpointNetworkPolicies: 'Disabled'
|
|
privateLinkServiceNetworkPolicies: 'Enabled'
|
|
}
|
|
dependsOn: [
|
|
virtualNetworks_NXS_HONEY_NET_name_resource
|
|
]
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_General_AlphabeticallySortedComputers 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_General|AlphabeticallySortedComputers'
|
|
properties: {
|
|
category: 'General Exploration'
|
|
displayName: 'All Computers with their most recent data'
|
|
version: 2
|
|
query: 'search not(ObjectName == "Advisor Metrics" or ObjectName == "ManagedSpace") | summarize AggregatedValue = max(TimeGenerated) by Computer | limit 500000 | sort by Computer asc\r\n// Oql: NOT(ObjectName="Advisor Metrics" OR ObjectName=ManagedSpace) | measure max(TimeGenerated) by Computer | top 500000 | Sort Computer // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PTT: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_General_dataPointsPerManagementGroup 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_General|dataPointsPerManagementGroup'
|
|
properties: {
|
|
category: 'General Exploration'
|
|
displayName: 'Which Management Group is generating the most data points?'
|
|
version: 2
|
|
query: 'search * | summarize AggregatedValue = count() by ManagementGroupName\r\n// Oql: * | Measure count() by ManagementGroupName // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PTT: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_General_dataTypeDistribution 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_General|dataTypeDistribution'
|
|
properties: {
|
|
category: 'General Exploration'
|
|
displayName: 'Distribution of data Types'
|
|
version: 2
|
|
query: 'search * | extend Type = $table | summarize AggregatedValue = count() by Type\r\n// Oql: * | Measure count() by Type // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PTT: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_General_StaleComputers 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_General|StaleComputers'
|
|
properties: {
|
|
category: 'General Exploration'
|
|
displayName: 'Stale Computers (data older than 24 hours)'
|
|
version: 2
|
|
query: 'search not(ObjectName == "Advisor Metrics" or ObjectName == "ManagedSpace") | summarize lastdata = max(TimeGenerated) by Computer | limit 500000 | where lastdata < ago(24h)\r\n// Oql: NOT(ObjectName="Advisor Metrics" OR ObjectName=ManagedSpace) | measure max(TimeGenerated) as lastdata by Computer | top 500000 | where lastdata < NOW-24HOURS // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PTT: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_AllEvents 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|AllEvents'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'All Events'
|
|
version: 2
|
|
query: 'Event | sort by TimeGenerated desc\r\n// Oql: Type=Event // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PTT: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_AllSyslog 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|AllSyslog'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'All Syslogs'
|
|
version: 2
|
|
query: 'Syslog | sort by TimeGenerated desc\r\n// Oql: Type=Syslog // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PTT: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_AllSyslogByFacility 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|AllSyslogByFacility'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'All Syslog Records grouped by Facility'
|
|
version: 2
|
|
query: 'Syslog | summarize AggregatedValue = count() by Facility\r\n// Oql: Type=Syslog | Measure count() by Facility // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PTT: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_AllSyslogByProcess 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|AllSyslogByProcessName'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'All Syslog Records grouped by ProcessName'
|
|
version: 2
|
|
query: 'Syslog | summarize AggregatedValue = count() by ProcessName\r\n// Oql: Type=Syslog | Measure count() by ProcessName // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PTT: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_AllSyslogsWithErrors 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|AllSyslogsWithErrors'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'All Syslog Records with Errors'
|
|
version: 2
|
|
query: 'Syslog | where SeverityLevel == "error" | sort by TimeGenerated desc\r\n// Oql: Type=Syslog SeverityLevel=error // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PTT: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_AverageHTTPRequestTimeByClientIPAddress 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|AverageHTTPRequestTimeByClientIPAddress'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Average HTTP Request time by Client IP Address'
|
|
version: 2
|
|
query: 'search * | extend Type = $table | where Type == W3CIISLog | summarize AggregatedValue = avg(TimeTaken) by cIP\r\n// Oql: Type=W3CIISLog | Measure Avg(TimeTaken) by cIP // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PEF: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_AverageHTTPRequestTimeHTTPMethod 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|AverageHTTPRequestTimeHTTPMethod'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Average HTTP Request time by HTTP Method'
|
|
version: 2
|
|
query: 'search * | extend Type = $table | where Type == W3CIISLog | summarize AggregatedValue = avg(TimeTaken) by csMethod\r\n// Oql: Type=W3CIISLog | Measure Avg(TimeTaken) by csMethod // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PEF: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_CountIISLogEntriesClientIPAddress 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|CountIISLogEntriesClientIPAddress'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Count of IIS Log Entries by Client IP Address'
|
|
version: 2
|
|
query: 'search * | extend Type = $table | where Type == W3CIISLog | summarize AggregatedValue = count() by cIP\r\n// Oql: Type=W3CIISLog | Measure count() by cIP // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PEF: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_CountIISLogEntriesHTTPRequestMethod 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|CountIISLogEntriesHTTPRequestMethod'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Count of IIS Log Entries by HTTP Request Method'
|
|
version: 2
|
|
query: 'search * | extend Type = $table | where Type == W3CIISLog | summarize AggregatedValue = count() by csMethod\r\n// Oql: Type=W3CIISLog | Measure count() by csMethod // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PEF: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_CountIISLogEntriesHTTPUserAgent 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|CountIISLogEntriesHTTPUserAgent'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Count of IIS Log Entries by HTTP User Agent'
|
|
version: 2
|
|
query: 'search * | extend Type = $table | where Type == W3CIISLog | summarize AggregatedValue = count() by csUserAgent\r\n// Oql: Type=W3CIISLog | Measure count() by csUserAgent // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PEF: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_CountOfIISLogEntriesByHostRequestedByClient 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|CountOfIISLogEntriesByHostRequestedByClient'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Count of IIS Log Entries by Host requested by client'
|
|
version: 2
|
|
query: 'search * | extend Type = $table | where Type == W3CIISLog | summarize AggregatedValue = count() by csHost\r\n// Oql: Type=W3CIISLog | Measure count() by csHost // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PEF: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_CountOfIISLogEntriesByURLForHost 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|CountOfIISLogEntriesByURLForHost'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Count of IIS Log Entries by URL for the host "www.contoso.com" (replace with your own)'
|
|
version: 2
|
|
query: 'search csHost == "www.contoso.com" | extend Type = $table | where Type == W3CIISLog | summarize AggregatedValue = count() by csUriStem\r\n// Oql: Type=W3CIISLog csHost="www.contoso.com" | Measure count() by csUriStem // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PEF: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_CountOfIISLogEntriesByURLRequestedByClient 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|CountOfIISLogEntriesByURLRequestedByClient'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Count of IIS Log Entries by URL requested by client (without query strings)'
|
|
version: 2
|
|
query: 'search * | extend Type = $table | where Type == W3CIISLog | summarize AggregatedValue = count() by csUriStem\r\n// Oql: Type=W3CIISLog | Measure count() by csUriStem // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PEF: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_CountOfWarningEvents 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|CountOfWarningEvents'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Count of Events with level "Warning" grouped by Event ID'
|
|
version: 2
|
|
query: 'Event | where EventLevelName == "warning" | summarize AggregatedValue = count() by EventID\r\n// Oql: Type=Event EventLevelName=warning | Measure count() by EventID // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PTT: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_DisplayBreakdownRespondCodes 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|DisplayBreakdownRespondCodes'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Shows breakdown of response codes'
|
|
version: 2
|
|
query: 'search * | extend Type = $table | where Type == W3CIISLog | summarize AggregatedValue = count() by scStatus\r\n// Oql: Type=W3CIISLog | Measure count() by scStatus // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PEF: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_EventsByEventLog 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|EventsByEventLog'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Count of Events grouped by Event Log'
|
|
version: 2
|
|
query: 'Event | summarize AggregatedValue = count() by EventLog\r\n// Oql: Type=Event | Measure count() by EventLog // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PTT: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_EventsByEventsID 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|EventsByEventsID'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Count of Events grouped by Event ID'
|
|
version: 2
|
|
query: 'Event | summarize AggregatedValue = count() by EventID\r\n// Oql: Type=Event | Measure count() by EventID // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PTT: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_EventsByEventSource 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|EventsByEventSource'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Count of Events grouped by Event Source'
|
|
version: 2
|
|
query: 'Event | summarize AggregatedValue = count() by Source\r\n// Oql: Type=Event | Measure count() by Source // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PTT: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_EventsInOMBetween2000to3000 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|EventsInOMBetween2000to3000'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Events in the Operations Manager Event Log whose Event ID is in the range between 2000 and 3000'
|
|
version: 2
|
|
query: 'Event | where EventLog == "Operations Manager" and EventID >= 2000 and EventID <= 3000 | sort by TimeGenerated desc\r\n// Oql: Type=Event EventLog="Operations Manager" EventID:[2000..3000] // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PTT: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_EventsWithStartedinEventID 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|EventsWithStartedinEventID'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Count of Events containing the word "started" grouped by EventID'
|
|
version: 2
|
|
query: 'search in (Event) "started" | summarize AggregatedValue = count() by EventID\r\n// Oql: Type=Event "started" | Measure count() by EventID // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PTT: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_FindMaximumTimeTakenForEachPage 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|FindMaximumTimeTakenForEachPage'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Find the maximum time taken for each page'
|
|
version: 2
|
|
query: 'search * | extend Type = $table | where Type == W3CIISLog | summarize AggregatedValue = max(TimeTaken) by csUriStem\r\n// Oql: Type=W3CIISLog | Measure Max(TimeTaken) by csUriStem // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PEF: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_IISLogEntriesForClientIP 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|IISLogEntriesForClientIP'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'IIS Log Entries for a specific client IP Address (replace with your own)'
|
|
version: 2
|
|
query: 'search cIP == "192.168.0.1" | extend Type = $table | where Type == W3CIISLog | sort by TimeGenerated desc | project csUriStem, scBytes, csBytes, TimeTaken, scStatus\r\n// Oql: Type=W3CIISLog cIP="192.168.0.1" | Select csUriStem,scBytes,csBytes,TimeTaken,scStatus // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PEF: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_ListAllIISLogEntries 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|ListAllIISLogEntries'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'All IIS Log Entries'
|
|
version: 2
|
|
query: 'search * | extend Type = $table | where Type == W3CIISLog | sort by TimeGenerated desc\r\n// Oql: Type=W3CIISLog // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PEF: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_NoOfConnectionsToOMSDKService 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|NoOfConnectionsToOMSDKService'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'How many connections to Operations Manager\'s SDK service by day'
|
|
version: 2
|
|
query: 'Event | where EventID == 26328 and EventLog == "Operations Manager" | summarize AggregatedValue = count() by bin(TimeGenerated, 1d) | sort by TimeGenerated desc\r\n// Oql: Type=Event EventID=26328 EventLog="Operations Manager" | Measure count() interval 1DAY // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PTT: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_ServerRestartTime 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|ServerRestartTime'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'When did my servers initiate restart?'
|
|
version: 2
|
|
query: 'search in (Event) "shutdown" and EventLog == "System" and Source == "User32" and EventID == 1074 | sort by TimeGenerated desc | project TimeGenerated, Computer\r\n// Oql: shutdown Type=Event EventLog=System Source=User32 EventID=1074 | Select TimeGenerated,Computer // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PTT: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_Show404PagesList 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|Show404PagesList'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Shows which pages people are getting a 404 for'
|
|
version: 2
|
|
query: 'search scStatus == 404 | extend Type = $table | where Type == W3CIISLog | summarize AggregatedValue = count() by csUriStem\r\n// Oql: Type=W3CIISLog scStatus=404 | Measure count() by csUriStem // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PEF: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_ShowServersThrowingInternalServerError 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|ShowServersThrowingInternalServerError'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Shows servers that are throwing internal server error'
|
|
version: 2
|
|
query: 'search scStatus == 500 | extend Type = $table | where Type == W3CIISLog | summarize AggregatedValue = count() by sComputerName\r\n// Oql: Type=W3CIISLog scStatus=500 | Measure count() by sComputerName // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PEF: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_TotalBytesReceivedByEachAzureRoleInstance 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|TotalBytesReceivedByEachAzureRoleInstance'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Total Bytes received by each Azure Role Instance'
|
|
version: 2
|
|
query: 'search * | extend Type = $table | where Type == W3CIISLog | summarize AggregatedValue = sum(csBytes) by RoleInstance\r\n// Oql: Type=W3CIISLog | Measure Sum(csBytes) by RoleInstance // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PEF: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_TotalBytesReceivedByEachIISComputer 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|TotalBytesReceivedByEachIISComputer'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Total Bytes received by each IIS Computer'
|
|
version: 2
|
|
query: 'search * | extend Type = $table | where Type == W3CIISLog | summarize AggregatedValue = sum(csBytes) by Computer | limit 500000\r\n// Oql: Type=W3CIISLog | Measure Sum(csBytes) by Computer | top 500000 // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PEF: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_TotalBytesRespondedToClientsByClientIPAddress 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|TotalBytesRespondedToClientsByClientIPAddress'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Total Bytes responded back to clients by Client IP Address'
|
|
version: 2
|
|
query: 'search * | extend Type = $table | where Type == W3CIISLog | summarize AggregatedValue = sum(scBytes) by cIP\r\n// Oql: Type=W3CIISLog | Measure Sum(scBytes) by cIP // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PEF: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_TotalBytesRespondedToClientsByEachIISServerIPAddress 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|TotalBytesRespondedToClientsByEachIISServerIPAddress'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Total Bytes responded back to clients by each IIS ServerIP Address'
|
|
version: 2
|
|
query: 'search * | extend Type = $table | where Type == W3CIISLog | summarize AggregatedValue = sum(scBytes) by sIP\r\n// Oql: Type=W3CIISLog | Measure Sum(scBytes) by sIP // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PEF: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_TotalBytesSentByClientIPAddress 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|TotalBytesSentByClientIPAddress'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Total Bytes sent by Client IP Address'
|
|
version: 2
|
|
query: 'search * | extend Type = $table | where Type == W3CIISLog | summarize AggregatedValue = sum(csBytes) by cIP\r\n// Oql: Type=W3CIISLog | Measure Sum(csBytes) by cIP // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PEF: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_WarningEvents 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|WarningEvents'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'All Events with level "Warning"'
|
|
version: 2
|
|
query: 'Event | where EventLevelName == "warning" | sort by TimeGenerated desc\r\n// Oql: Type=Event EventLevelName=warning // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PTT: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_WindowsFireawallPolicySettingsChanged 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|WindowsFireawallPolicySettingsChanged'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'Windows Firewall Policy settings have changed'
|
|
version: 2
|
|
query: 'Event | where EventLog == "Microsoft-Windows-Windows Firewall With Advanced Security/Firewall" and EventID == 2008 | sort by TimeGenerated desc\r\n// Oql: Type=Event EventLog="Microsoft-Windows-Windows Firewall With Advanced Security/Firewall" EventID=2008 // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PTT: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogManagement_workspaces_NAXS_LAWS_name_LogManagement_WindowsFireawallPolicySettingsChangedByMachines 'Microsoft.OperationalInsights/workspaces/savedSearches@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogManagement(${workspaces_NAXS_LAWS_name})_LogManagement|WindowsFireawallPolicySettingsChangedByMachines'
|
|
properties: {
|
|
category: 'Log Management'
|
|
displayName: 'On which machines and how many times have Windows Firewall Policy settings changed'
|
|
version: 2
|
|
query: 'Event | where EventLog == "Microsoft-Windows-Windows Firewall With Advanced Security/Firewall" and EventID == 2008 | summarize AggregatedValue = count() by Computer | limit 500000\r\n// Oql: Type=Event EventLog="Microsoft-Windows-Windows Firewall With Advanced Security/Firewall" EventID=2008 | measure count() by Computer | top 500000 // Args: {OQ: True; WorkspaceId: 00000000-0000-0000-0000-000000000000} // Settings: {PTT: True; SortI: True; SortF: True} // Version: 0.1.122'
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AACAudit 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AACAudit'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AACAudit'
|
|
displayName: 'AACAudit'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AACHttpRequest 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AACHttpRequest'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AACHttpRequest'
|
|
displayName: 'AACHttpRequest'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADB2CRequestLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADB2CRequestLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADB2CRequestLogs'
|
|
displayName: 'AADB2CRequestLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADCustomSecurityAttributeAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADCustomSecurityAttributeAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADCustomSecurityAttributeAuditLogs'
|
|
displayName: 'AADCustomSecurityAttributeAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADDomainServicesAccountLogon 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADDomainServicesAccountLogon'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADDomainServicesAccountLogon'
|
|
displayName: 'AADDomainServicesAccountLogon'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADDomainServicesAccountManagement 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADDomainServicesAccountManagement'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADDomainServicesAccountManagement'
|
|
displayName: 'AADDomainServicesAccountManagement'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADDomainServicesDirectoryServiceAccess 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADDomainServicesDirectoryServiceAccess'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADDomainServicesDirectoryServiceAccess'
|
|
displayName: 'AADDomainServicesDirectoryServiceAccess'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADDomainServicesDNSAuditsDynamicUpdates 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADDomainServicesDNSAuditsDynamicUpdates'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADDomainServicesDNSAuditsDynamicUpdates'
|
|
displayName: 'AADDomainServicesDNSAuditsDynamicUpdates'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADDomainServicesDNSAuditsGeneral 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADDomainServicesDNSAuditsGeneral'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADDomainServicesDNSAuditsGeneral'
|
|
displayName: 'AADDomainServicesDNSAuditsGeneral'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADDomainServicesLogonLogoff 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADDomainServicesLogonLogoff'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADDomainServicesLogonLogoff'
|
|
displayName: 'AADDomainServicesLogonLogoff'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADDomainServicesPolicyChange 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADDomainServicesPolicyChange'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADDomainServicesPolicyChange'
|
|
displayName: 'AADDomainServicesPolicyChange'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADDomainServicesPrivilegeUse 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADDomainServicesPrivilegeUse'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADDomainServicesPrivilegeUse'
|
|
displayName: 'AADDomainServicesPrivilegeUse'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADDomainServicesSystemSecurity 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADDomainServicesSystemSecurity'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADDomainServicesSystemSecurity'
|
|
displayName: 'AADDomainServicesSystemSecurity'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADFirstPartyToFirstPartySignInLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADFirstPartyToFirstPartySignInLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADFirstPartyToFirstPartySignInLogs'
|
|
displayName: 'AADFirstPartyToFirstPartySignInLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADGraphActivityLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADGraphActivityLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADGraphActivityLogs'
|
|
displayName: 'AADGraphActivityLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADManagedIdentitySignInLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADManagedIdentitySignInLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADManagedIdentitySignInLogs'
|
|
displayName: 'AADManagedIdentitySignInLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADNonInteractiveUserSignInLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADNonInteractiveUserSignInLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADNonInteractiveUserSignInLogs'
|
|
displayName: 'AADNonInteractiveUserSignInLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADProvisioningLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADProvisioningLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADProvisioningLogs'
|
|
displayName: 'AADProvisioningLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADRiskyServicePrincipals 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADRiskyServicePrincipals'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADRiskyServicePrincipals'
|
|
displayName: 'AADRiskyServicePrincipals'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADRiskyUsers 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADRiskyUsers'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADRiskyUsers'
|
|
displayName: 'AADRiskyUsers'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADServicePrincipalRiskEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADServicePrincipalRiskEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADServicePrincipalRiskEvents'
|
|
displayName: 'AADServicePrincipalRiskEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADServicePrincipalSignInLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADServicePrincipalSignInLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADServicePrincipalSignInLogs'
|
|
displayName: 'AADServicePrincipalSignInLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AADUserRiskEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AADUserRiskEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AADUserRiskEvents'
|
|
displayName: 'AADUserRiskEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ABAPAuditLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ABAPAuditLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ABAPAuditLog'
|
|
displayName: 'ABAPAuditLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ABAPAuthorizationDetails 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ABAPAuthorizationDetails'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ABAPAuthorizationDetails'
|
|
displayName: 'ABAPAuthorizationDetails'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ABAPChangeDocsLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ABAPChangeDocsLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ABAPChangeDocsLog'
|
|
displayName: 'ABAPChangeDocsLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ABAPTableDataLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ABAPTableDataLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ABAPTableDataLog'
|
|
displayName: 'ABAPTableDataLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ABAPUserDetails 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ABAPUserDetails'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ABAPUserDetails'
|
|
displayName: 'ABAPUserDetails'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ABSBotRequests 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ABSBotRequests'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ABSBotRequests'
|
|
displayName: 'ABSBotRequests'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACICollaborationAudit 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACICollaborationAudit'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACICollaborationAudit'
|
|
displayName: 'ACICollaborationAudit'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACRConnectedClientList 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACRConnectedClientList'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACRConnectedClientList'
|
|
displayName: 'ACRConnectedClientList'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACREntraAuthenticationAuditLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACREntraAuthenticationAuditLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACREntraAuthenticationAuditLog'
|
|
displayName: 'ACREntraAuthenticationAuditLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSAdvancedMessagingOperations 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSAdvancedMessagingOperations'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSAdvancedMessagingOperations'
|
|
displayName: 'ACSAdvancedMessagingOperations'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSAuthIncomingOperations 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSAuthIncomingOperations'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSAuthIncomingOperations'
|
|
displayName: 'ACSAuthIncomingOperations'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSBillingUsage 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSBillingUsage'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSBillingUsage'
|
|
displayName: 'ACSBillingUsage'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSCallAutomationIncomingOperations 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSCallAutomationIncomingOperations'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSCallAutomationIncomingOperations'
|
|
displayName: 'ACSCallAutomationIncomingOperations'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSCallAutomationMediaSummary 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSCallAutomationMediaSummary'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSCallAutomationMediaSummary'
|
|
displayName: 'ACSCallAutomationMediaSummary'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSCallAutomationStreamingUsage 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSCallAutomationStreamingUsage'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSCallAutomationStreamingUsage'
|
|
displayName: 'ACSCallAutomationStreamingUsage'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSCallClientMediaStatsTimeSeries 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSCallClientMediaStatsTimeSeries'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSCallClientMediaStatsTimeSeries'
|
|
displayName: 'ACSCallClientMediaStatsTimeSeries'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSCallClientOperations 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSCallClientOperations'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSCallClientOperations'
|
|
displayName: 'ACSCallClientOperations'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSCallClientServiceRequestAndOutcome 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSCallClientServiceRequestAndOutcome'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSCallClientServiceRequestAndOutcome'
|
|
displayName: 'ACSCallClientServiceRequestAndOutcome'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSCallClosedCaptionsSummary 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSCallClosedCaptionsSummary'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSCallClosedCaptionsSummary'
|
|
displayName: 'ACSCallClosedCaptionsSummary'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSCallDiagnostics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSCallDiagnostics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSCallDiagnostics'
|
|
displayName: 'ACSCallDiagnostics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSCallDiagnosticsUpdates 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSCallDiagnosticsUpdates'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSCallDiagnosticsUpdates'
|
|
displayName: 'ACSCallDiagnosticsUpdates'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSCallingMetrics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSCallingMetrics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSCallingMetrics'
|
|
displayName: 'ACSCallingMetrics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSCallRecordingIncomingOperations 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSCallRecordingIncomingOperations'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSCallRecordingIncomingOperations'
|
|
displayName: 'ACSCallRecordingIncomingOperations'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSCallRecordingSummary 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSCallRecordingSummary'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSCallRecordingSummary'
|
|
displayName: 'ACSCallRecordingSummary'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSCallSummary 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSCallSummary'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSCallSummary'
|
|
displayName: 'ACSCallSummary'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSCallSummaryUpdates 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSCallSummaryUpdates'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSCallSummaryUpdates'
|
|
displayName: 'ACSCallSummaryUpdates'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSCallSurvey 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSCallSurvey'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSCallSurvey'
|
|
displayName: 'ACSCallSurvey'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSChatIncomingOperations 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSChatIncomingOperations'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSChatIncomingOperations'
|
|
displayName: 'ACSChatIncomingOperations'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSEmailSendMailOperational 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSEmailSendMailOperational'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSEmailSendMailOperational'
|
|
displayName: 'ACSEmailSendMailOperational'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSEmailStatusUpdateOperational 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSEmailStatusUpdateOperational'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSEmailStatusUpdateOperational'
|
|
displayName: 'ACSEmailStatusUpdateOperational'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSEmailUserEngagementOperational 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSEmailUserEngagementOperational'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSEmailUserEngagementOperational'
|
|
displayName: 'ACSEmailUserEngagementOperational'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSJobRouterIncomingOperations 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSJobRouterIncomingOperations'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSJobRouterIncomingOperations'
|
|
displayName: 'ACSJobRouterIncomingOperations'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSOptOutManagementOperations 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSOptOutManagementOperations'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSOptOutManagementOperations'
|
|
displayName: 'ACSOptOutManagementOperations'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSRoomsIncomingOperations 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSRoomsIncomingOperations'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSRoomsIncomingOperations'
|
|
displayName: 'ACSRoomsIncomingOperations'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ACSSMSIncomingOperations 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ACSSMSIncomingOperations'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ACSSMSIncomingOperations'
|
|
displayName: 'ACSSMSIncomingOperations'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADAssessmentRecommendation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADAssessmentRecommendation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADAssessmentRecommendation'
|
|
displayName: 'ADAssessmentRecommendation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AddonAzureBackupAlerts 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AddonAzureBackupAlerts'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AddonAzureBackupAlerts'
|
|
displayName: 'AddonAzureBackupAlerts'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AddonAzureBackupJobs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AddonAzureBackupJobs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AddonAzureBackupJobs'
|
|
displayName: 'AddonAzureBackupJobs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AddonAzureBackupPolicy 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AddonAzureBackupPolicy'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AddonAzureBackupPolicy'
|
|
displayName: 'AddonAzureBackupPolicy'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AddonAzureBackupProtectedInstance 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AddonAzureBackupProtectedInstance'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AddonAzureBackupProtectedInstance'
|
|
displayName: 'AddonAzureBackupProtectedInstance'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AddonAzureBackupStorage 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AddonAzureBackupStorage'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AddonAzureBackupStorage'
|
|
displayName: 'AddonAzureBackupStorage'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADFActivityRun 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADFActivityRun'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADFActivityRun'
|
|
displayName: 'ADFActivityRun'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADFAirflowSchedulerLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADFAirflowSchedulerLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADFAirflowSchedulerLogs'
|
|
displayName: 'ADFAirflowSchedulerLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADFAirflowTaskLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADFAirflowTaskLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADFAirflowTaskLogs'
|
|
displayName: 'ADFAirflowTaskLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADFAirflowWebLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADFAirflowWebLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADFAirflowWebLogs'
|
|
displayName: 'ADFAirflowWebLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADFAirflowWorkerLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADFAirflowWorkerLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADFAirflowWorkerLogs'
|
|
displayName: 'ADFAirflowWorkerLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADFPipelineRun 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADFPipelineRun'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADFPipelineRun'
|
|
displayName: 'ADFPipelineRun'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADFSandboxActivityRun 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADFSandboxActivityRun'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADFSandboxActivityRun'
|
|
displayName: 'ADFSandboxActivityRun'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADFSandboxPipelineRun 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADFSandboxPipelineRun'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADFSandboxPipelineRun'
|
|
displayName: 'ADFSandboxPipelineRun'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADFSSignInLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADFSSignInLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADFSSignInLogs'
|
|
displayName: 'ADFSSignInLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADFSSISIntegrationRuntimeLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADFSSISIntegrationRuntimeLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADFSSISIntegrationRuntimeLogs'
|
|
displayName: 'ADFSSISIntegrationRuntimeLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADFSSISPackageEventMessageContext 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADFSSISPackageEventMessageContext'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADFSSISPackageEventMessageContext'
|
|
displayName: 'ADFSSISPackageEventMessageContext'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADFSSISPackageEventMessages 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADFSSISPackageEventMessages'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADFSSISPackageEventMessages'
|
|
displayName: 'ADFSSISPackageEventMessages'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADFSSISPackageExecutableStatistics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADFSSISPackageExecutableStatistics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADFSSISPackageExecutableStatistics'
|
|
displayName: 'ADFSSISPackageExecutableStatistics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADFSSISPackageExecutionComponentPhases 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADFSSISPackageExecutionComponentPhases'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADFSSISPackageExecutionComponentPhases'
|
|
displayName: 'ADFSSISPackageExecutionComponentPhases'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADFSSISPackageExecutionDataStatistics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADFSSISPackageExecutionDataStatistics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADFSSISPackageExecutionDataStatistics'
|
|
displayName: 'ADFSSISPackageExecutionDataStatistics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADFTriggerRun 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADFTriggerRun'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADFTriggerRun'
|
|
displayName: 'ADFTriggerRun'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADReplicationResult 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADReplicationResult'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADReplicationResult'
|
|
displayName: 'ADReplicationResult'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADSecurityAssessmentRecommendation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADSecurityAssessmentRecommendation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADSecurityAssessmentRecommendation'
|
|
displayName: 'ADSecurityAssessmentRecommendation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADTDataHistoryOperation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADTDataHistoryOperation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADTDataHistoryOperation'
|
|
displayName: 'ADTDataHistoryOperation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADTDigitalTwinsOperation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADTDigitalTwinsOperation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADTDigitalTwinsOperation'
|
|
displayName: 'ADTDigitalTwinsOperation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADTEventRoutesOperation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADTEventRoutesOperation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADTEventRoutesOperation'
|
|
displayName: 'ADTEventRoutesOperation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADTModelsOperation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADTModelsOperation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADTModelsOperation'
|
|
displayName: 'ADTModelsOperation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADTQueryOperation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADTQueryOperation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADTQueryOperation'
|
|
displayName: 'ADTQueryOperation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADXCommand 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADXCommand'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADXCommand'
|
|
displayName: 'ADXCommand'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADXDataOperation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADXDataOperation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADXDataOperation'
|
|
displayName: 'ADXDataOperation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADXIngestionBatching 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADXIngestionBatching'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADXIngestionBatching'
|
|
displayName: 'ADXIngestionBatching'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADXJournal 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADXJournal'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADXJournal'
|
|
displayName: 'ADXJournal'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADXQuery 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADXQuery'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADXQuery'
|
|
displayName: 'ADXQuery'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADXTableDetails 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADXTableDetails'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADXTableDetails'
|
|
displayName: 'ADXTableDetails'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ADXTableUsageStatistics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ADXTableUsageStatistics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ADXTableUsageStatistics'
|
|
displayName: 'ADXTableUsageStatistics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AegDataPlaneRequests 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AegDataPlaneRequests'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AegDataPlaneRequests'
|
|
displayName: 'AegDataPlaneRequests'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AegDeliveryFailureLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AegDeliveryFailureLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AegDeliveryFailureLogs'
|
|
displayName: 'AegDeliveryFailureLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AegPublishFailureLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AegPublishFailureLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AegPublishFailureLogs'
|
|
displayName: 'AegPublishFailureLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AEWAssignmentBlobLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AEWAssignmentBlobLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AEWAssignmentBlobLogs'
|
|
displayName: 'AEWAssignmentBlobLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AEWAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AEWAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AEWAuditLogs'
|
|
displayName: 'AEWAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AEWComputePipelinesLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AEWComputePipelinesLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AEWComputePipelinesLogs'
|
|
displayName: 'AEWComputePipelinesLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AEWExperimentAssignmentSummary 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AEWExperimentAssignmentSummary'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AEWExperimentAssignmentSummary'
|
|
displayName: 'AEWExperimentAssignmentSummary'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AEWExperimentScorecardMetricPairs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AEWExperimentScorecardMetricPairs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AEWExperimentScorecardMetricPairs'
|
|
displayName: 'AEWExperimentScorecardMetricPairs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AEWExperimentScorecards 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AEWExperimentScorecards'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AEWExperimentScorecards'
|
|
displayName: 'AEWExperimentScorecards'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AFSAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AFSAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AFSAuditLogs'
|
|
displayName: 'AFSAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AGCAccessLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AGCAccessLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AGCAccessLogs'
|
|
displayName: 'AGCAccessLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AggregatedSecurityAlert 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AggregatedSecurityAlert'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AggregatedSecurityAlert'
|
|
displayName: 'AggregatedSecurityAlert'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AgriFoodApplicationAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AgriFoodApplicationAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AgriFoodApplicationAuditLogs'
|
|
displayName: 'AgriFoodApplicationAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AgriFoodFarmManagementLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AgriFoodFarmManagementLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AgriFoodFarmManagementLogs'
|
|
displayName: 'AgriFoodFarmManagementLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AgriFoodFarmOperationLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AgriFoodFarmOperationLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AgriFoodFarmOperationLogs'
|
|
displayName: 'AgriFoodFarmOperationLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AgriFoodInsightLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AgriFoodInsightLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AgriFoodInsightLogs'
|
|
displayName: 'AgriFoodInsightLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AgriFoodJobProcessedLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AgriFoodJobProcessedLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AgriFoodJobProcessedLogs'
|
|
displayName: 'AgriFoodJobProcessedLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AgriFoodModelInferenceLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AgriFoodModelInferenceLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AgriFoodModelInferenceLogs'
|
|
displayName: 'AgriFoodModelInferenceLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AgriFoodProviderAuthLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AgriFoodProviderAuthLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AgriFoodProviderAuthLogs'
|
|
displayName: 'AgriFoodProviderAuthLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AgriFoodSatelliteLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AgriFoodSatelliteLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AgriFoodSatelliteLogs'
|
|
displayName: 'AgriFoodSatelliteLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AgriFoodSensorManagementLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AgriFoodSensorManagementLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AgriFoodSensorManagementLogs'
|
|
displayName: 'AgriFoodSensorManagementLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AgriFoodWeatherLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AgriFoodWeatherLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AgriFoodWeatherLogs'
|
|
displayName: 'AgriFoodWeatherLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AGSGrafanaLoginEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AGSGrafanaLoginEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AGSGrafanaLoginEvents'
|
|
displayName: 'AGSGrafanaLoginEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AGSGrafanaUsageInsightsEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AGSGrafanaUsageInsightsEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AGSGrafanaUsageInsightsEvents'
|
|
displayName: 'AGSGrafanaUsageInsightsEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AGWAccessLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AGWAccessLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AGWAccessLogs'
|
|
displayName: 'AGWAccessLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AGWFirewallLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AGWFirewallLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AGWFirewallLogs'
|
|
displayName: 'AGWFirewallLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AGWPerformanceLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AGWPerformanceLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AGWPerformanceLogs'
|
|
displayName: 'AGWPerformanceLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AHDSDeidAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AHDSDeidAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AHDSDeidAuditLogs'
|
|
displayName: 'AHDSDeidAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AHDSDicomAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AHDSDicomAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AHDSDicomAuditLogs'
|
|
displayName: 'AHDSDicomAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AHDSDicomDiagnosticLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AHDSDicomDiagnosticLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AHDSDicomDiagnosticLogs'
|
|
displayName: 'AHDSDicomDiagnosticLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AHDSMedTechDiagnosticLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AHDSMedTechDiagnosticLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AHDSMedTechDiagnosticLogs'
|
|
displayName: 'AHDSMedTechDiagnosticLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AirflowDagProcessingLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AirflowDagProcessingLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AirflowDagProcessingLogs'
|
|
displayName: 'AirflowDagProcessingLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AKSAudit 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AKSAudit'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AKSAudit'
|
|
displayName: 'AKSAudit'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AKSAuditAdmin 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AKSAuditAdmin'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AKSAuditAdmin'
|
|
displayName: 'AKSAuditAdmin'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AKSControlPlane 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AKSControlPlane'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AKSControlPlane'
|
|
displayName: 'AKSControlPlane'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ALBHealthEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ALBHealthEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ALBHealthEvent'
|
|
displayName: 'ALBHealthEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_Alert 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'Alert'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'Alert'
|
|
displayName: 'Alert'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AlertEvidence 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AlertEvidence'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AlertEvidence'
|
|
displayName: 'AlertEvidence'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AlertInfo 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AlertInfo'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AlertInfo'
|
|
displayName: 'AlertInfo'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AmlComputeClusterEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AmlComputeClusterEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AmlComputeClusterEvent'
|
|
displayName: 'AmlComputeClusterEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AmlComputeClusterNodeEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AmlComputeClusterNodeEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AmlComputeClusterNodeEvent'
|
|
displayName: 'AmlComputeClusterNodeEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AmlComputeCpuGpuUtilization 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AmlComputeCpuGpuUtilization'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AmlComputeCpuGpuUtilization'
|
|
displayName: 'AmlComputeCpuGpuUtilization'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AmlComputeInstanceEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AmlComputeInstanceEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AmlComputeInstanceEvent'
|
|
displayName: 'AmlComputeInstanceEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AmlComputeJobEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AmlComputeJobEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AmlComputeJobEvent'
|
|
displayName: 'AmlComputeJobEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AmlDataLabelEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AmlDataLabelEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AmlDataLabelEvent'
|
|
displayName: 'AmlDataLabelEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AmlDataSetEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AmlDataSetEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AmlDataSetEvent'
|
|
displayName: 'AmlDataSetEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AmlDataStoreEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AmlDataStoreEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AmlDataStoreEvent'
|
|
displayName: 'AmlDataStoreEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AmlDeploymentEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AmlDeploymentEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AmlDeploymentEvent'
|
|
displayName: 'AmlDeploymentEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AmlEnvironmentEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AmlEnvironmentEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AmlEnvironmentEvent'
|
|
displayName: 'AmlEnvironmentEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AmlInferencingEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AmlInferencingEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AmlInferencingEvent'
|
|
displayName: 'AmlInferencingEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AmlModelsEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AmlModelsEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AmlModelsEvent'
|
|
displayName: 'AmlModelsEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AmlOnlineEndpointConsoleLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AmlOnlineEndpointConsoleLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AmlOnlineEndpointConsoleLog'
|
|
displayName: 'AmlOnlineEndpointConsoleLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AmlOnlineEndpointEventLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AmlOnlineEndpointEventLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AmlOnlineEndpointEventLog'
|
|
displayName: 'AmlOnlineEndpointEventLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AmlOnlineEndpointTrafficLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AmlOnlineEndpointTrafficLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AmlOnlineEndpointTrafficLog'
|
|
displayName: 'AmlOnlineEndpointTrafficLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AmlPipelineEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AmlPipelineEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AmlPipelineEvent'
|
|
displayName: 'AmlPipelineEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AmlRegistryReadEventsLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AmlRegistryReadEventsLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AmlRegistryReadEventsLog'
|
|
displayName: 'AmlRegistryReadEventsLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AmlRegistryWriteEventsLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AmlRegistryWriteEventsLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AmlRegistryWriteEventsLog'
|
|
displayName: 'AmlRegistryWriteEventsLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AmlRunEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AmlRunEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AmlRunEvent'
|
|
displayName: 'AmlRunEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AmlRunStatusChangedEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AmlRunStatusChangedEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AmlRunStatusChangedEvent'
|
|
displayName: 'AmlRunStatusChangedEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AMSKeyDeliveryRequests 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AMSKeyDeliveryRequests'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AMSKeyDeliveryRequests'
|
|
displayName: 'AMSKeyDeliveryRequests'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AMSLiveEventOperations 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AMSLiveEventOperations'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AMSLiveEventOperations'
|
|
displayName: 'AMSLiveEventOperations'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AMSMediaAccountHealth 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AMSMediaAccountHealth'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AMSMediaAccountHealth'
|
|
displayName: 'AMSMediaAccountHealth'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AMSStreamingEndpointRequests 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AMSStreamingEndpointRequests'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AMSStreamingEndpointRequests'
|
|
displayName: 'AMSStreamingEndpointRequests'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AMWMetricsUsageDetails 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AMWMetricsUsageDetails'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AMWMetricsUsageDetails'
|
|
displayName: 'AMWMetricsUsageDetails'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ANFFileAccess 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ANFFileAccess'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ANFFileAccess'
|
|
displayName: 'ANFFileAccess'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_Anomalies 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'Anomalies'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'Anomalies'
|
|
displayName: 'Anomalies'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AOIDatabaseQuery 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AOIDatabaseQuery'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AOIDatabaseQuery'
|
|
displayName: 'AOIDatabaseQuery'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AOIDigestion 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AOIDigestion'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AOIDigestion'
|
|
displayName: 'AOIDigestion'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AOIStorage 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AOIStorage'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AOIStorage'
|
|
displayName: 'AOIStorage'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ApiManagementGatewayLlmLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ApiManagementGatewayLlmLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ApiManagementGatewayLlmLog'
|
|
displayName: 'ApiManagementGatewayLlmLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ApiManagementGatewayLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ApiManagementGatewayLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ApiManagementGatewayLogs'
|
|
displayName: 'ApiManagementGatewayLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ApiManagementWebSocketConnectionLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ApiManagementWebSocketConnectionLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ApiManagementWebSocketConnectionLogs'
|
|
displayName: 'ApiManagementWebSocketConnectionLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_APIMDevPortalAuditDiagnosticLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'APIMDevPortalAuditDiagnosticLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'APIMDevPortalAuditDiagnosticLog'
|
|
displayName: 'APIMDevPortalAuditDiagnosticLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppAvailabilityResults 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppAvailabilityResults'
|
|
properties: {
|
|
totalRetentionInDays: 90
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppAvailabilityResults'
|
|
displayName: 'AppAvailabilityResults'
|
|
}
|
|
retentionInDays: 90
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppBrowserTimings 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppBrowserTimings'
|
|
properties: {
|
|
totalRetentionInDays: 90
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppBrowserTimings'
|
|
displayName: 'AppBrowserTimings'
|
|
}
|
|
retentionInDays: 90
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppCenterError 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppCenterError'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppCenterError'
|
|
displayName: 'AppCenterError'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppDependencies 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppDependencies'
|
|
properties: {
|
|
totalRetentionInDays: 90
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppDependencies'
|
|
displayName: 'AppDependencies'
|
|
}
|
|
retentionInDays: 90
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppEnvSessionConsoleLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppEnvSessionConsoleLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppEnvSessionConsoleLogs'
|
|
displayName: 'AppEnvSessionConsoleLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppEnvSessionLifecycleLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppEnvSessionLifecycleLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppEnvSessionLifecycleLogs'
|
|
displayName: 'AppEnvSessionLifecycleLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppEnvSessionPoolEventLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppEnvSessionPoolEventLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppEnvSessionPoolEventLogs'
|
|
displayName: 'AppEnvSessionPoolEventLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppEnvSpringAppConsoleLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppEnvSpringAppConsoleLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppEnvSpringAppConsoleLogs'
|
|
displayName: 'AppEnvSpringAppConsoleLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppEvents'
|
|
properties: {
|
|
totalRetentionInDays: 90
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppEvents'
|
|
displayName: 'AppEvents'
|
|
}
|
|
retentionInDays: 90
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppExceptions 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppExceptions'
|
|
properties: {
|
|
totalRetentionInDays: 90
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppExceptions'
|
|
displayName: 'AppExceptions'
|
|
}
|
|
retentionInDays: 90
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppMetrics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppMetrics'
|
|
properties: {
|
|
totalRetentionInDays: 90
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppMetrics'
|
|
displayName: 'AppMetrics'
|
|
}
|
|
retentionInDays: 90
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppPageViews 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppPageViews'
|
|
properties: {
|
|
totalRetentionInDays: 90
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppPageViews'
|
|
displayName: 'AppPageViews'
|
|
}
|
|
retentionInDays: 90
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppPerformanceCounters 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppPerformanceCounters'
|
|
properties: {
|
|
totalRetentionInDays: 90
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppPerformanceCounters'
|
|
displayName: 'AppPerformanceCounters'
|
|
}
|
|
retentionInDays: 90
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppPlatformBuildLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppPlatformBuildLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppPlatformBuildLogs'
|
|
displayName: 'AppPlatformBuildLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppPlatformContainerEventLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppPlatformContainerEventLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppPlatformContainerEventLogs'
|
|
displayName: 'AppPlatformContainerEventLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppPlatformIngressLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppPlatformIngressLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppPlatformIngressLogs'
|
|
displayName: 'AppPlatformIngressLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppPlatformLogsforSpring 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppPlatformLogsforSpring'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppPlatformLogsforSpring'
|
|
displayName: 'AppPlatformLogsforSpring'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppPlatformSystemLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppPlatformSystemLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppPlatformSystemLogs'
|
|
displayName: 'AppPlatformSystemLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppRequests 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppRequests'
|
|
properties: {
|
|
totalRetentionInDays: 90
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppRequests'
|
|
displayName: 'AppRequests'
|
|
}
|
|
retentionInDays: 90
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppServiceAntivirusScanAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppServiceAntivirusScanAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppServiceAntivirusScanAuditLogs'
|
|
displayName: 'AppServiceAntivirusScanAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppServiceAppLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppServiceAppLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppServiceAppLogs'
|
|
displayName: 'AppServiceAppLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppServiceAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppServiceAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppServiceAuditLogs'
|
|
displayName: 'AppServiceAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppServiceAuthenticationLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppServiceAuthenticationLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppServiceAuthenticationLogs'
|
|
displayName: 'AppServiceAuthenticationLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppServiceConsoleLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppServiceConsoleLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppServiceConsoleLogs'
|
|
displayName: 'AppServiceConsoleLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppServiceEnvironmentPlatformLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppServiceEnvironmentPlatformLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppServiceEnvironmentPlatformLogs'
|
|
displayName: 'AppServiceEnvironmentPlatformLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppServiceFileAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppServiceFileAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppServiceFileAuditLogs'
|
|
displayName: 'AppServiceFileAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppServiceHTTPLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppServiceHTTPLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppServiceHTTPLogs'
|
|
displayName: 'AppServiceHTTPLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppServiceIPSecAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppServiceIPSecAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppServiceIPSecAuditLogs'
|
|
displayName: 'AppServiceIPSecAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppServicePlatformLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppServicePlatformLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppServicePlatformLogs'
|
|
displayName: 'AppServicePlatformLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppServiceServerlessSecurityPluginData 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppServiceServerlessSecurityPluginData'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppServiceServerlessSecurityPluginData'
|
|
displayName: 'AppServiceServerlessSecurityPluginData'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppSystemEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppSystemEvents'
|
|
properties: {
|
|
totalRetentionInDays: 90
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppSystemEvents'
|
|
displayName: 'AppSystemEvents'
|
|
}
|
|
retentionInDays: 90
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AppTraces 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AppTraces'
|
|
properties: {
|
|
totalRetentionInDays: 90
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AppTraces'
|
|
displayName: 'AppTraces'
|
|
}
|
|
retentionInDays: 90
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ArcK8sAudit 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ArcK8sAudit'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ArcK8sAudit'
|
|
displayName: 'ArcK8sAudit'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ArcK8sAuditAdmin 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ArcK8sAuditAdmin'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ArcK8sAuditAdmin'
|
|
displayName: 'ArcK8sAuditAdmin'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ArcK8sControlPlane 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ArcK8sControlPlane'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ArcK8sControlPlane'
|
|
displayName: 'ArcK8sControlPlane'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ASCAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ASCAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ASCAuditLogs'
|
|
displayName: 'ASCAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ASCDeviceEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ASCDeviceEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ASCDeviceEvents'
|
|
displayName: 'ASCDeviceEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ASimAuditEventLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ASimAuditEventLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ASimAuditEventLogs'
|
|
displayName: 'ASimAuditEventLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ASimAuthenticationEventLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ASimAuthenticationEventLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ASimAuthenticationEventLogs'
|
|
displayName: 'ASimAuthenticationEventLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ASimDhcpEventLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ASimDhcpEventLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ASimDhcpEventLogs'
|
|
displayName: 'ASimDhcpEventLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ASimDnsActivityLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ASimDnsActivityLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ASimDnsActivityLogs'
|
|
displayName: 'ASimDnsActivityLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ASimFileEventLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ASimFileEventLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ASimFileEventLogs'
|
|
displayName: 'ASimFileEventLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ASimNetworkSessionLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ASimNetworkSessionLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ASimNetworkSessionLogs'
|
|
displayName: 'ASimNetworkSessionLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ASimProcessEventLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ASimProcessEventLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ASimProcessEventLogs'
|
|
displayName: 'ASimProcessEventLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ASimRegistryEventLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ASimRegistryEventLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ASimRegistryEventLogs'
|
|
displayName: 'ASimRegistryEventLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ASimUserManagementActivityLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ASimUserManagementActivityLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ASimUserManagementActivityLogs'
|
|
displayName: 'ASimUserManagementActivityLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ASimWebSessionLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ASimWebSessionLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ASimWebSessionLogs'
|
|
displayName: 'ASimWebSessionLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ASRJobs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ASRJobs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ASRJobs'
|
|
displayName: 'ASRJobs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ASRReplicatedItems 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ASRReplicatedItems'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ASRReplicatedItems'
|
|
displayName: 'ASRReplicatedItems'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ASRv2HealthEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ASRv2HealthEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ASRv2HealthEvents'
|
|
displayName: 'ASRv2HealthEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ASRv2JobEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ASRv2JobEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ASRv2JobEvents'
|
|
displayName: 'ASRv2JobEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ASRv2ProtectedItems 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ASRv2ProtectedItems'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ASRv2ProtectedItems'
|
|
displayName: 'ASRv2ProtectedItems'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ASRv2ReplicationExtensions 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ASRv2ReplicationExtensions'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ASRv2ReplicationExtensions'
|
|
displayName: 'ASRv2ReplicationExtensions'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ASRv2ReplicationPolicies 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ASRv2ReplicationPolicies'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ASRv2ReplicationPolicies'
|
|
displayName: 'ASRv2ReplicationPolicies'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ASRv2ReplicationVaults 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ASRv2ReplicationVaults'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ASRv2ReplicationVaults'
|
|
displayName: 'ASRv2ReplicationVaults'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ATCExpressRouteCircuitIpfix 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ATCExpressRouteCircuitIpfix'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ATCExpressRouteCircuitIpfix'
|
|
displayName: 'ATCExpressRouteCircuitIpfix'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ATCMicrosoftPeeringMetadata 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ATCMicrosoftPeeringMetadata'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ATCMicrosoftPeeringMetadata'
|
|
displayName: 'ATCMicrosoftPeeringMetadata'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ATCPrivatePeeringMetadata 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ATCPrivatePeeringMetadata'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ATCPrivatePeeringMetadata'
|
|
displayName: 'ATCPrivatePeeringMetadata'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AuditLogs'
|
|
displayName: 'AuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AutoscaleEvaluationsLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AutoscaleEvaluationsLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AutoscaleEvaluationsLog'
|
|
displayName: 'AutoscaleEvaluationsLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AutoscaleScaleActionsLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AutoscaleScaleActionsLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AutoscaleScaleActionsLog'
|
|
displayName: 'AutoscaleScaleActionsLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AVNMConnectivityConfigurationChange 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AVNMConnectivityConfigurationChange'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AVNMConnectivityConfigurationChange'
|
|
displayName: 'AVNMConnectivityConfigurationChange'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AVNMIPAMPoolAllocationChange 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AVNMIPAMPoolAllocationChange'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AVNMIPAMPoolAllocationChange'
|
|
displayName: 'AVNMIPAMPoolAllocationChange'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AVNMNetworkGroupMembershipChange 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AVNMNetworkGroupMembershipChange'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AVNMNetworkGroupMembershipChange'
|
|
displayName: 'AVNMNetworkGroupMembershipChange'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AVNMRuleCollectionChange 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AVNMRuleCollectionChange'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AVNMRuleCollectionChange'
|
|
displayName: 'AVNMRuleCollectionChange'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AVSEsxiFirewallSyslog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AVSEsxiFirewallSyslog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AVSEsxiFirewallSyslog'
|
|
displayName: 'AVSEsxiFirewallSyslog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AVSEsxiSyslog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AVSEsxiSyslog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AVSEsxiSyslog'
|
|
displayName: 'AVSEsxiSyslog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AVSNsxEdgeSyslog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AVSNsxEdgeSyslog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AVSNsxEdgeSyslog'
|
|
displayName: 'AVSNsxEdgeSyslog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AVSNsxManagerSyslog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AVSNsxManagerSyslog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AVSNsxManagerSyslog'
|
|
displayName: 'AVSNsxManagerSyslog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AVSSyslog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AVSSyslog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AVSSyslog'
|
|
displayName: 'AVSSyslog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AVSVcSyslog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AVSVcSyslog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AVSVcSyslog'
|
|
displayName: 'AVSVcSyslog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AWSCloudTrail 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AWSCloudTrail'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AWSCloudTrail'
|
|
displayName: 'AWSCloudTrail'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AWSCloudWatch 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AWSCloudWatch'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AWSCloudWatch'
|
|
displayName: 'AWSCloudWatch'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AWSGuardDuty 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AWSGuardDuty'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AWSGuardDuty'
|
|
displayName: 'AWSGuardDuty'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AWSNetworkFirewallAlert 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AWSNetworkFirewallAlert'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AWSNetworkFirewallAlert'
|
|
displayName: 'AWSNetworkFirewallAlert'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AWSNetworkFirewallFlow 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AWSNetworkFirewallFlow'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AWSNetworkFirewallFlow'
|
|
displayName: 'AWSNetworkFirewallFlow'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AWSNetworkFirewallTls 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AWSNetworkFirewallTls'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AWSNetworkFirewallTls'
|
|
displayName: 'AWSNetworkFirewallTls'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AWSRoute53Resolver 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AWSRoute53Resolver'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AWSRoute53Resolver'
|
|
displayName: 'AWSRoute53Resolver'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AWSSecurityHubFindings 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AWSSecurityHubFindings'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AWSSecurityHubFindings'
|
|
displayName: 'AWSSecurityHubFindings'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AWSVPCFlow 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AWSVPCFlow'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AWSVPCFlow'
|
|
displayName: 'AWSVPCFlow'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AWSWAF 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AWSWAF'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AWSWAF'
|
|
displayName: 'AWSWAF'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZFWApplicationRule 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZFWApplicationRule'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZFWApplicationRule'
|
|
displayName: 'AZFWApplicationRule'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZFWApplicationRuleAggregation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZFWApplicationRuleAggregation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZFWApplicationRuleAggregation'
|
|
displayName: 'AZFWApplicationRuleAggregation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZFWDnsQuery 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZFWDnsQuery'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZFWDnsQuery'
|
|
displayName: 'AZFWDnsQuery'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZFWFatFlow 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZFWFatFlow'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZFWFatFlow'
|
|
displayName: 'AZFWFatFlow'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZFWFlowTrace 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZFWFlowTrace'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZFWFlowTrace'
|
|
displayName: 'AZFWFlowTrace'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZFWIdpsSignature 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZFWIdpsSignature'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZFWIdpsSignature'
|
|
displayName: 'AZFWIdpsSignature'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZFWInternalFqdnResolutionFailure 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZFWInternalFqdnResolutionFailure'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZFWInternalFqdnResolutionFailure'
|
|
displayName: 'AZFWInternalFqdnResolutionFailure'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZFWNatRule 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZFWNatRule'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZFWNatRule'
|
|
displayName: 'AZFWNatRule'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZFWNatRuleAggregation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZFWNatRuleAggregation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZFWNatRuleAggregation'
|
|
displayName: 'AZFWNatRuleAggregation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZFWNetworkRule 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZFWNetworkRule'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZFWNetworkRule'
|
|
displayName: 'AZFWNetworkRule'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZFWNetworkRuleAggregation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZFWNetworkRuleAggregation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZFWNetworkRuleAggregation'
|
|
displayName: 'AZFWNetworkRuleAggregation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZFWThreatIntel 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZFWThreatIntel'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZFWThreatIntel'
|
|
displayName: 'AZFWThreatIntel'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZKVAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZKVAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZKVAuditLogs'
|
|
displayName: 'AZKVAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZKVPolicyEvaluationDetailsLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZKVPolicyEvaluationDetailsLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZKVPolicyEvaluationDetailsLogs'
|
|
displayName: 'AZKVPolicyEvaluationDetailsLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZMSApplicationMetricLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZMSApplicationMetricLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZMSApplicationMetricLogs'
|
|
displayName: 'AZMSApplicationMetricLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZMSArchiveLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZMSArchiveLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZMSArchiveLogs'
|
|
displayName: 'AZMSArchiveLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZMSAutoscaleLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZMSAutoscaleLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZMSAutoscaleLogs'
|
|
displayName: 'AZMSAutoscaleLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZMSCustomerManagedKeyUserLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZMSCustomerManagedKeyUserLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZMSCustomerManagedKeyUserLogs'
|
|
displayName: 'AZMSCustomerManagedKeyUserLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZMSDiagnosticErrorLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZMSDiagnosticErrorLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZMSDiagnosticErrorLogs'
|
|
displayName: 'AZMSDiagnosticErrorLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZMSHybridConnectionsEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZMSHybridConnectionsEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZMSHybridConnectionsEvents'
|
|
displayName: 'AZMSHybridConnectionsEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZMSKafkaCoordinatorLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZMSKafkaCoordinatorLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZMSKafkaCoordinatorLogs'
|
|
displayName: 'AZMSKafkaCoordinatorLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZMSKafkaUserErrorLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZMSKafkaUserErrorLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZMSKafkaUserErrorLogs'
|
|
displayName: 'AZMSKafkaUserErrorLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZMSOperationalLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZMSOperationalLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZMSOperationalLogs'
|
|
displayName: 'AZMSOperationalLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZMSRunTimeAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZMSRunTimeAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZMSRunTimeAuditLogs'
|
|
displayName: 'AZMSRunTimeAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AZMSVnetConnectionEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AZMSVnetConnectionEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AZMSVnetConnectionEvents'
|
|
displayName: 'AZMSVnetConnectionEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AzureActivity 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AzureActivity'
|
|
properties: {
|
|
totalRetentionInDays: 90
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AzureActivity'
|
|
displayName: 'AzureActivity'
|
|
}
|
|
retentionInDays: 90
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AzureActivityV2 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AzureActivityV2'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AzureActivityV2'
|
|
displayName: 'AzureActivityV2'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AzureAssessmentRecommendation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AzureAssessmentRecommendation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AzureAssessmentRecommendation'
|
|
displayName: 'AzureAssessmentRecommendation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AzureAttestationDiagnostics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AzureAttestationDiagnostics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AzureAttestationDiagnostics'
|
|
displayName: 'AzureAttestationDiagnostics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AzureBackupOperations 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AzureBackupOperations'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AzureBackupOperations'
|
|
displayName: 'AzureBackupOperations'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AzureDevOpsAuditing 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AzureDevOpsAuditing'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AzureDevOpsAuditing'
|
|
displayName: 'AzureDevOpsAuditing'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AzureLoadTestingOperation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AzureLoadTestingOperation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AzureLoadTestingOperation'
|
|
displayName: 'AzureLoadTestingOperation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AzureMetrics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AzureMetrics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AzureMetrics'
|
|
displayName: 'AzureMetrics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_AzureMetricsV2 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'AzureMetricsV2'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'AzureMetricsV2'
|
|
displayName: 'AzureMetricsV2'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_BehaviorEntities 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'BehaviorEntities'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'BehaviorEntities'
|
|
displayName: 'BehaviorEntities'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_BehaviorInfo 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'BehaviorInfo'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'BehaviorInfo'
|
|
displayName: 'BehaviorInfo'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_BlockchainApplicationLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'BlockchainApplicationLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'BlockchainApplicationLog'
|
|
displayName: 'BlockchainApplicationLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_BlockchainProxyLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'BlockchainProxyLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'BlockchainProxyLog'
|
|
displayName: 'BlockchainProxyLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CampaignInfo 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CampaignInfo'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CampaignInfo'
|
|
displayName: 'CampaignInfo'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CassandraAudit 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CassandraAudit'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CassandraAudit'
|
|
displayName: 'CassandraAudit'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CassandraLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CassandraLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CassandraLogs'
|
|
displayName: 'CassandraLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CCFApplicationLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CCFApplicationLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CCFApplicationLogs'
|
|
displayName: 'CCFApplicationLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CDBCassandraRequests 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CDBCassandraRequests'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CDBCassandraRequests'
|
|
displayName: 'CDBCassandraRequests'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CDBControlPlaneRequests 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CDBControlPlaneRequests'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CDBControlPlaneRequests'
|
|
displayName: 'CDBControlPlaneRequests'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CDBDataPlaneRequests 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CDBDataPlaneRequests'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CDBDataPlaneRequests'
|
|
displayName: 'CDBDataPlaneRequests'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CDBDataPlaneRequests15M 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CDBDataPlaneRequests15M'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CDBDataPlaneRequests15M'
|
|
displayName: 'CDBDataPlaneRequests15M'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CDBDataPlaneRequests5M 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CDBDataPlaneRequests5M'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CDBDataPlaneRequests5M'
|
|
displayName: 'CDBDataPlaneRequests5M'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CDBGremlinRequests 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CDBGremlinRequests'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CDBGremlinRequests'
|
|
displayName: 'CDBGremlinRequests'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CDBMongoRequests 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CDBMongoRequests'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CDBMongoRequests'
|
|
displayName: 'CDBMongoRequests'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CDBPartitionKeyRUConsumption 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CDBPartitionKeyRUConsumption'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CDBPartitionKeyRUConsumption'
|
|
displayName: 'CDBPartitionKeyRUConsumption'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CDBPartitionKeyStatistics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CDBPartitionKeyStatistics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CDBPartitionKeyStatistics'
|
|
displayName: 'CDBPartitionKeyStatistics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CDBQueryRuntimeStatistics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CDBQueryRuntimeStatistics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CDBQueryRuntimeStatistics'
|
|
displayName: 'CDBQueryRuntimeStatistics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CDBTableApiRequests 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CDBTableApiRequests'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CDBTableApiRequests'
|
|
displayName: 'CDBTableApiRequests'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ChaosStudioExperimentEventLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ChaosStudioExperimentEventLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ChaosStudioExperimentEventLogs'
|
|
displayName: 'ChaosStudioExperimentEventLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CHSMServiceOperationAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CHSMServiceOperationAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CHSMServiceOperationAuditLogs'
|
|
displayName: 'CHSMServiceOperationAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CIEventsAudit 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CIEventsAudit'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CIEventsAudit'
|
|
displayName: 'CIEventsAudit'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CIEventsOperational 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CIEventsOperational'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CIEventsOperational'
|
|
displayName: 'CIEventsOperational'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CloudAppEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CloudAppEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CloudAppEvents'
|
|
displayName: 'CloudAppEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CloudHsmServiceOperationAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CloudHsmServiceOperationAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CloudHsmServiceOperationAuditLogs'
|
|
displayName: 'CloudHsmServiceOperationAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CommonSecurityLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CommonSecurityLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CommonSecurityLog'
|
|
displayName: 'CommonSecurityLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CommunicationComplianceActivity 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CommunicationComplianceActivity'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CommunicationComplianceActivity'
|
|
displayName: 'CommunicationComplianceActivity'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ComputerGroup 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ComputerGroup'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ComputerGroup'
|
|
displayName: 'ComputerGroup'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ConfidentialWatchlist 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ConfidentialWatchlist'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ConfidentialWatchlist'
|
|
displayName: 'ConfidentialWatchlist'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ContainerAppConsoleLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ContainerAppConsoleLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ContainerAppConsoleLogs'
|
|
displayName: 'ContainerAppConsoleLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ContainerAppSystemLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ContainerAppSystemLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ContainerAppSystemLogs'
|
|
displayName: 'ContainerAppSystemLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ContainerEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ContainerEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ContainerEvent'
|
|
displayName: 'ContainerEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ContainerImageInventory 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ContainerImageInventory'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ContainerImageInventory'
|
|
displayName: 'ContainerImageInventory'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ContainerInstanceLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ContainerInstanceLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ContainerInstanceLog'
|
|
displayName: 'ContainerInstanceLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ContainerInventory 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ContainerInventory'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ContainerInventory'
|
|
displayName: 'ContainerInventory'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ContainerLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ContainerLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ContainerLog'
|
|
displayName: 'ContainerLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ContainerLogV2 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ContainerLogV2'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ContainerLogV2'
|
|
displayName: 'ContainerLogV2'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ContainerNodeInventory 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ContainerNodeInventory'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ContainerNodeInventory'
|
|
displayName: 'ContainerNodeInventory'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ContainerRegistryLoginEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ContainerRegistryLoginEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ContainerRegistryLoginEvents'
|
|
displayName: 'ContainerRegistryLoginEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ContainerRegistryRepositoryEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ContainerRegistryRepositoryEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ContainerRegistryRepositoryEvents'
|
|
displayName: 'ContainerRegistryRepositoryEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ContainerServiceLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ContainerServiceLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ContainerServiceLog'
|
|
displayName: 'ContainerServiceLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CoreAzureBackup 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CoreAzureBackup'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CoreAzureBackup'
|
|
displayName: 'CoreAzureBackup'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CrowdStrikeAlerts 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CrowdStrikeAlerts'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CrowdStrikeAlerts'
|
|
displayName: 'CrowdStrikeAlerts'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CrowdStrikeDetections 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CrowdStrikeDetections'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CrowdStrikeDetections'
|
|
displayName: 'CrowdStrikeDetections'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CrowdStrikeHosts 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CrowdStrikeHosts'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CrowdStrikeHosts'
|
|
displayName: 'CrowdStrikeHosts'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CrowdStrikeIncidents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CrowdStrikeIncidents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CrowdStrikeIncidents'
|
|
displayName: 'CrowdStrikeIncidents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_CrowdStrikeVulnerabilities 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'CrowdStrikeVulnerabilities'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'CrowdStrikeVulnerabilities'
|
|
displayName: 'CrowdStrikeVulnerabilities'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksAccounts 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksAccounts'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksAccounts'
|
|
displayName: 'DatabricksAccounts'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksApps 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksApps'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksApps'
|
|
displayName: 'DatabricksApps'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksBrickStoreHttpGateway 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksBrickStoreHttpGateway'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksBrickStoreHttpGateway'
|
|
displayName: 'DatabricksBrickStoreHttpGateway'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksBudgetPolicyCentral 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksBudgetPolicyCentral'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksBudgetPolicyCentral'
|
|
displayName: 'DatabricksBudgetPolicyCentral'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksCapsule8Dataplane 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksCapsule8Dataplane'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksCapsule8Dataplane'
|
|
displayName: 'DatabricksCapsule8Dataplane'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksClamAVScan 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksClamAVScan'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksClamAVScan'
|
|
displayName: 'DatabricksClamAVScan'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksCloudStorageMetadata 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksCloudStorageMetadata'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksCloudStorageMetadata'
|
|
displayName: 'DatabricksCloudStorageMetadata'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksClusterLibraries 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksClusterLibraries'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksClusterLibraries'
|
|
displayName: 'DatabricksClusterLibraries'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksClusterPolicies 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksClusterPolicies'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksClusterPolicies'
|
|
displayName: 'DatabricksClusterPolicies'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksClusters 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksClusters'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksClusters'
|
|
displayName: 'DatabricksClusters'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksDashboards 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksDashboards'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksDashboards'
|
|
displayName: 'DatabricksDashboards'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksDatabricksSQL 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksDatabricksSQL'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksDatabricksSQL'
|
|
displayName: 'DatabricksDatabricksSQL'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksDataMonitoring 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksDataMonitoring'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksDataMonitoring'
|
|
displayName: 'DatabricksDataMonitoring'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksDataRooms 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksDataRooms'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksDataRooms'
|
|
displayName: 'DatabricksDataRooms'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksDBFS 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksDBFS'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksDBFS'
|
|
displayName: 'DatabricksDBFS'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksDeltaPipelines 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksDeltaPipelines'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksDeltaPipelines'
|
|
displayName: 'DatabricksDeltaPipelines'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksFeatureStore 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksFeatureStore'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksFeatureStore'
|
|
displayName: 'DatabricksFeatureStore'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksFiles 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksFiles'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksFiles'
|
|
displayName: 'DatabricksFiles'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksFilesystem 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksFilesystem'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksFilesystem'
|
|
displayName: 'DatabricksFilesystem'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksGenie 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksGenie'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksGenie'
|
|
displayName: 'DatabricksGenie'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksGitCredentials 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksGitCredentials'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksGitCredentials'
|
|
displayName: 'DatabricksGitCredentials'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksGlobalInitScripts 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksGlobalInitScripts'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksGlobalInitScripts'
|
|
displayName: 'DatabricksGlobalInitScripts'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksGroups 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksGroups'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksGroups'
|
|
displayName: 'DatabricksGroups'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksIAMRole 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksIAMRole'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksIAMRole'
|
|
displayName: 'DatabricksIAMRole'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksIngestion 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksIngestion'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksIngestion'
|
|
displayName: 'DatabricksIngestion'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksInstancePools 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksInstancePools'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksInstancePools'
|
|
displayName: 'DatabricksInstancePools'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksJobs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksJobs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksJobs'
|
|
displayName: 'DatabricksJobs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksLakeviewConfig 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksLakeviewConfig'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksLakeviewConfig'
|
|
displayName: 'DatabricksLakeviewConfig'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksLineageTracking 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksLineageTracking'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksLineageTracking'
|
|
displayName: 'DatabricksLineageTracking'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksMarketplaceConsumer 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksMarketplaceConsumer'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksMarketplaceConsumer'
|
|
displayName: 'DatabricksMarketplaceConsumer'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksMarketplaceProvider 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksMarketplaceProvider'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksMarketplaceProvider'
|
|
displayName: 'DatabricksMarketplaceProvider'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksMLflowAcledArtifact 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksMLflowAcledArtifact'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksMLflowAcledArtifact'
|
|
displayName: 'DatabricksMLflowAcledArtifact'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksMLflowExperiment 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksMLflowExperiment'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksMLflowExperiment'
|
|
displayName: 'DatabricksMLflowExperiment'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksModelRegistry 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksModelRegistry'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksModelRegistry'
|
|
displayName: 'DatabricksModelRegistry'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksNotebook 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksNotebook'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksNotebook'
|
|
displayName: 'DatabricksNotebook'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksOnlineTables 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksOnlineTables'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksOnlineTables'
|
|
displayName: 'DatabricksOnlineTables'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksPartnerHub 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksPartnerHub'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksPartnerHub'
|
|
displayName: 'DatabricksPartnerHub'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksPredictiveOptimization 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksPredictiveOptimization'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksPredictiveOptimization'
|
|
displayName: 'DatabricksPredictiveOptimization'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksRBAC 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksRBAC'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksRBAC'
|
|
displayName: 'DatabricksRBAC'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksRemoteHistoryService 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksRemoteHistoryService'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksRemoteHistoryService'
|
|
displayName: 'DatabricksRemoteHistoryService'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksRepos 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksRepos'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksRepos'
|
|
displayName: 'DatabricksRepos'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksRFA 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksRFA'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksRFA'
|
|
displayName: 'DatabricksRFA'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksSecrets 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksSecrets'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksSecrets'
|
|
displayName: 'DatabricksSecrets'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksServerlessRealTimeInference 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksServerlessRealTimeInference'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksServerlessRealTimeInference'
|
|
displayName: 'DatabricksServerlessRealTimeInference'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksSQL 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksSQL'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksSQL'
|
|
displayName: 'DatabricksSQL'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksSQLPermissions 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksSQLPermissions'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksSQLPermissions'
|
|
displayName: 'DatabricksSQLPermissions'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksSSH 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksSSH'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksSSH'
|
|
displayName: 'DatabricksSSH'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksTables 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksTables'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksTables'
|
|
displayName: 'DatabricksTables'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksUnityCatalog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksUnityCatalog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksUnityCatalog'
|
|
displayName: 'DatabricksUnityCatalog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksVectorSearch 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksVectorSearch'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksVectorSearch'
|
|
displayName: 'DatabricksVectorSearch'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksWebhookNotifications 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksWebhookNotifications'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksWebhookNotifications'
|
|
displayName: 'DatabricksWebhookNotifications'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksWebTerminal 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksWebTerminal'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksWebTerminal'
|
|
displayName: 'DatabricksWebTerminal'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksWorkspace 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksWorkspace'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksWorkspace'
|
|
displayName: 'DatabricksWorkspace'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DatabricksWorkspaceFiles 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DatabricksWorkspaceFiles'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DatabricksWorkspaceFiles'
|
|
displayName: 'DatabricksWorkspaceFiles'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DataTransferOperations 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DataTransferOperations'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DataTransferOperations'
|
|
displayName: 'DataTransferOperations'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DataverseActivity 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DataverseActivity'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DataverseActivity'
|
|
displayName: 'DataverseActivity'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DCRLogErrors 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DCRLogErrors'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DCRLogErrors'
|
|
displayName: 'DCRLogErrors'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DCRLogTroubleshooting 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DCRLogTroubleshooting'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DCRLogTroubleshooting'
|
|
displayName: 'DCRLogTroubleshooting'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DevCenterAgentHealthLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DevCenterAgentHealthLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DevCenterAgentHealthLogs'
|
|
displayName: 'DevCenterAgentHealthLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DevCenterBillingEventLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DevCenterBillingEventLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DevCenterBillingEventLogs'
|
|
displayName: 'DevCenterBillingEventLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DevCenterConnectionLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DevCenterConnectionLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DevCenterConnectionLogs'
|
|
displayName: 'DevCenterConnectionLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DevCenterDiagnosticLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DevCenterDiagnosticLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DevCenterDiagnosticLogs'
|
|
displayName: 'DevCenterDiagnosticLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DevCenterResourceOperationLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DevCenterResourceOperationLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DevCenterResourceOperationLogs'
|
|
displayName: 'DevCenterResourceOperationLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DeviceBehaviorEntities 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DeviceBehaviorEntities'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DeviceBehaviorEntities'
|
|
displayName: 'DeviceBehaviorEntities'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DeviceBehaviorInfo 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DeviceBehaviorInfo'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DeviceBehaviorInfo'
|
|
displayName: 'DeviceBehaviorInfo'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DeviceCustomFileEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DeviceCustomFileEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DeviceCustomFileEvents'
|
|
displayName: 'DeviceCustomFileEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DeviceCustomNetworkEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DeviceCustomNetworkEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DeviceCustomNetworkEvents'
|
|
displayName: 'DeviceCustomNetworkEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DeviceCustomScriptEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DeviceCustomScriptEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DeviceCustomScriptEvents'
|
|
displayName: 'DeviceCustomScriptEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DeviceEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DeviceEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DeviceEvents'
|
|
displayName: 'DeviceEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DeviceFileCertificateInfo 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DeviceFileCertificateInfo'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DeviceFileCertificateInfo'
|
|
displayName: 'DeviceFileCertificateInfo'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DeviceFileEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DeviceFileEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DeviceFileEvents'
|
|
displayName: 'DeviceFileEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DeviceImageLoadEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DeviceImageLoadEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DeviceImageLoadEvents'
|
|
displayName: 'DeviceImageLoadEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DeviceInfo 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DeviceInfo'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DeviceInfo'
|
|
displayName: 'DeviceInfo'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DeviceLogonEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DeviceLogonEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DeviceLogonEvents'
|
|
displayName: 'DeviceLogonEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DeviceNetworkEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DeviceNetworkEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DeviceNetworkEvents'
|
|
displayName: 'DeviceNetworkEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DeviceNetworkInfo 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DeviceNetworkInfo'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DeviceNetworkInfo'
|
|
displayName: 'DeviceNetworkInfo'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DeviceProcessEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DeviceProcessEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DeviceProcessEvents'
|
|
displayName: 'DeviceProcessEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DeviceRegistryEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DeviceRegistryEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DeviceRegistryEvents'
|
|
displayName: 'DeviceRegistryEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DeviceTvmSecureConfigurationAssessment 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DeviceTvmSecureConfigurationAssessment'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DeviceTvmSecureConfigurationAssessment'
|
|
displayName: 'DeviceTvmSecureConfigurationAssessment'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DeviceTvmSecureConfigurationAssessmentKB 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DeviceTvmSecureConfigurationAssessmentKB'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DeviceTvmSecureConfigurationAssessmentKB'
|
|
displayName: 'DeviceTvmSecureConfigurationAssessmentKB'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DeviceTvmSoftwareInventory 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DeviceTvmSoftwareInventory'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DeviceTvmSoftwareInventory'
|
|
displayName: 'DeviceTvmSoftwareInventory'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DeviceTvmSoftwareVulnerabilities 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DeviceTvmSoftwareVulnerabilities'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DeviceTvmSoftwareVulnerabilities'
|
|
displayName: 'DeviceTvmSoftwareVulnerabilities'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DeviceTvmSoftwareVulnerabilitiesKB 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DeviceTvmSoftwareVulnerabilitiesKB'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DeviceTvmSoftwareVulnerabilitiesKB'
|
|
displayName: 'DeviceTvmSoftwareVulnerabilitiesKB'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DnsAuditEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DnsAuditEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DnsAuditEvents'
|
|
displayName: 'DnsAuditEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DnsEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DnsEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DnsEvents'
|
|
displayName: 'DnsEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DnsInventory 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DnsInventory'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DnsInventory'
|
|
displayName: 'DnsInventory'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DNSQueryLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DNSQueryLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DNSQueryLogs'
|
|
displayName: 'DNSQueryLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DSMAzureBlobStorageLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DSMAzureBlobStorageLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DSMAzureBlobStorageLogs'
|
|
displayName: 'DSMAzureBlobStorageLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DSMDataClassificationLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DSMDataClassificationLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DSMDataClassificationLogs'
|
|
displayName: 'DSMDataClassificationLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DSMDataLabelingLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DSMDataLabelingLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DSMDataLabelingLogs'
|
|
displayName: 'DSMDataLabelingLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_Dynamics365Activity 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'Dynamics365Activity'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'Dynamics365Activity'
|
|
displayName: 'Dynamics365Activity'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_DynamicSummary 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'DynamicSummary'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'DynamicSummary'
|
|
displayName: 'DynamicSummary'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_EGNFailedHttpDataPlaneOperations 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'EGNFailedHttpDataPlaneOperations'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'EGNFailedHttpDataPlaneOperations'
|
|
displayName: 'EGNFailedHttpDataPlaneOperations'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_EGNFailedMqttConnections 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'EGNFailedMqttConnections'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'EGNFailedMqttConnections'
|
|
displayName: 'EGNFailedMqttConnections'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_EGNFailedMqttPublishedMessages 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'EGNFailedMqttPublishedMessages'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'EGNFailedMqttPublishedMessages'
|
|
displayName: 'EGNFailedMqttPublishedMessages'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_EGNFailedMqttSubscriptions 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'EGNFailedMqttSubscriptions'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'EGNFailedMqttSubscriptions'
|
|
displayName: 'EGNFailedMqttSubscriptions'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_EGNMqttDisconnections 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'EGNMqttDisconnections'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'EGNMqttDisconnections'
|
|
displayName: 'EGNMqttDisconnections'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_EGNSuccessfulHttpDataPlaneOperations 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'EGNSuccessfulHttpDataPlaneOperations'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'EGNSuccessfulHttpDataPlaneOperations'
|
|
displayName: 'EGNSuccessfulHttpDataPlaneOperations'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_EGNSuccessfulMqttConnections 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'EGNSuccessfulMqttConnections'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'EGNSuccessfulMqttConnections'
|
|
displayName: 'EGNSuccessfulMqttConnections'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_EmailAttachmentInfo 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'EmailAttachmentInfo'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'EmailAttachmentInfo'
|
|
displayName: 'EmailAttachmentInfo'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_EmailEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'EmailEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'EmailEvents'
|
|
displayName: 'EmailEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_EmailPostDeliveryEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'EmailPostDeliveryEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'EmailPostDeliveryEvents'
|
|
displayName: 'EmailPostDeliveryEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_EmailUrlInfo 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'EmailUrlInfo'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'EmailUrlInfo'
|
|
displayName: 'EmailUrlInfo'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_EnrichedMicrosoft365AuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'EnrichedMicrosoft365AuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'EnrichedMicrosoft365AuditLogs'
|
|
displayName: 'EnrichedMicrosoft365AuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ETWEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ETWEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ETWEvent'
|
|
displayName: 'ETWEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_Event 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'Event'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'Event'
|
|
displayName: 'Event'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ExchangeAssessmentRecommendation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ExchangeAssessmentRecommendation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ExchangeAssessmentRecommendation'
|
|
displayName: 'ExchangeAssessmentRecommendation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ExchangeOnlineAssessmentRecommendation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ExchangeOnlineAssessmentRecommendation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ExchangeOnlineAssessmentRecommendation'
|
|
displayName: 'ExchangeOnlineAssessmentRecommendation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_FailedIngestion 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'FailedIngestion'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'FailedIngestion'
|
|
displayName: 'FailedIngestion'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_FileMaliciousContentInfo 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'FileMaliciousContentInfo'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'FileMaliciousContentInfo'
|
|
displayName: 'FileMaliciousContentInfo'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_FunctionAppLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'FunctionAppLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'FunctionAppLogs'
|
|
displayName: 'FunctionAppLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_GCPApigee 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'GCPApigee'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'GCPApigee'
|
|
displayName: 'GCPApigee'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_GCPAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'GCPAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'GCPAuditLogs'
|
|
displayName: 'GCPAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_GCPCDN 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'GCPCDN'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'GCPCDN'
|
|
displayName: 'GCPCDN'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_GCPDNS 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'GCPDNS'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'GCPDNS'
|
|
displayName: 'GCPDNS'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_GCPFirewallLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'GCPFirewallLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'GCPFirewallLogs'
|
|
displayName: 'GCPFirewallLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_GCPIAM 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'GCPIAM'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'GCPIAM'
|
|
displayName: 'GCPIAM'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_GCPIDS 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'GCPIDS'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'GCPIDS'
|
|
displayName: 'GCPIDS'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_GCPLoadBalancer 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'GCPLoadBalancer'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'GCPLoadBalancer'
|
|
displayName: 'GCPLoadBalancer'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_GCPMonitoring 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'GCPMonitoring'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'GCPMonitoring'
|
|
displayName: 'GCPMonitoring'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_GCPVPCFlow 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'GCPVPCFlow'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'GCPVPCFlow'
|
|
displayName: 'GCPVPCFlow'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_GoogleCloudSCC 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'GoogleCloudSCC'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'GoogleCloudSCC'
|
|
displayName: 'GoogleCloudSCC'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightAmbariClusterAlerts 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightAmbariClusterAlerts'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightAmbariClusterAlerts'
|
|
displayName: 'HDInsightAmbariClusterAlerts'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightAmbariSystemMetrics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightAmbariSystemMetrics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightAmbariSystemMetrics'
|
|
displayName: 'HDInsightAmbariSystemMetrics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightGatewayAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightGatewayAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightGatewayAuditLogs'
|
|
displayName: 'HDInsightGatewayAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightHadoopAndYarnLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightHadoopAndYarnLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightHadoopAndYarnLogs'
|
|
displayName: 'HDInsightHadoopAndYarnLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightHadoopAndYarnMetrics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightHadoopAndYarnMetrics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightHadoopAndYarnMetrics'
|
|
displayName: 'HDInsightHadoopAndYarnMetrics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightHBaseLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightHBaseLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightHBaseLogs'
|
|
displayName: 'HDInsightHBaseLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightHBaseMetrics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightHBaseMetrics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightHBaseMetrics'
|
|
displayName: 'HDInsightHBaseMetrics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightHiveAndLLAPLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightHiveAndLLAPLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightHiveAndLLAPLogs'
|
|
displayName: 'HDInsightHiveAndLLAPLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightHiveAndLLAPMetrics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightHiveAndLLAPMetrics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightHiveAndLLAPMetrics'
|
|
displayName: 'HDInsightHiveAndLLAPMetrics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightHiveQueryAppStats 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightHiveQueryAppStats'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightHiveQueryAppStats'
|
|
displayName: 'HDInsightHiveQueryAppStats'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightHiveTezAppStats 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightHiveTezAppStats'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightHiveTezAppStats'
|
|
displayName: 'HDInsightHiveTezAppStats'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightJupyterNotebookEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightJupyterNotebookEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightJupyterNotebookEvents'
|
|
displayName: 'HDInsightJupyterNotebookEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightKafkaLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightKafkaLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightKafkaLogs'
|
|
displayName: 'HDInsightKafkaLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightKafkaMetrics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightKafkaMetrics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightKafkaMetrics'
|
|
displayName: 'HDInsightKafkaMetrics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightKafkaServerLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightKafkaServerLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightKafkaServerLog'
|
|
displayName: 'HDInsightKafkaServerLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightOozieLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightOozieLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightOozieLogs'
|
|
displayName: 'HDInsightOozieLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightRangerAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightRangerAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightRangerAuditLogs'
|
|
displayName: 'HDInsightRangerAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightSecurityLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightSecurityLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightSecurityLogs'
|
|
displayName: 'HDInsightSecurityLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightSparkApplicationEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightSparkApplicationEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightSparkApplicationEvents'
|
|
displayName: 'HDInsightSparkApplicationEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightSparkBlockManagerEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightSparkBlockManagerEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightSparkBlockManagerEvents'
|
|
displayName: 'HDInsightSparkBlockManagerEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightSparkEnvironmentEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightSparkEnvironmentEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightSparkEnvironmentEvents'
|
|
displayName: 'HDInsightSparkEnvironmentEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightSparkExecutorEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightSparkExecutorEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightSparkExecutorEvents'
|
|
displayName: 'HDInsightSparkExecutorEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightSparkExtraEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightSparkExtraEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightSparkExtraEvents'
|
|
displayName: 'HDInsightSparkExtraEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightSparkJobEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightSparkJobEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightSparkJobEvents'
|
|
displayName: 'HDInsightSparkJobEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightSparkLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightSparkLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightSparkLogs'
|
|
displayName: 'HDInsightSparkLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightSparkSQLExecutionEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightSparkSQLExecutionEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightSparkSQLExecutionEvents'
|
|
displayName: 'HDInsightSparkSQLExecutionEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightSparkStageEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightSparkStageEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightSparkStageEvents'
|
|
displayName: 'HDInsightSparkStageEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightSparkStageTaskAccumulables 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightSparkStageTaskAccumulables'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightSparkStageTaskAccumulables'
|
|
displayName: 'HDInsightSparkStageTaskAccumulables'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightSparkTaskEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightSparkTaskEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightSparkTaskEvents'
|
|
displayName: 'HDInsightSparkTaskEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightStormLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightStormLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightStormLogs'
|
|
displayName: 'HDInsightStormLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightStormMetrics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightStormMetrics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightStormMetrics'
|
|
displayName: 'HDInsightStormMetrics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HDInsightStormTopologyMetrics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HDInsightStormTopologyMetrics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HDInsightStormTopologyMetrics'
|
|
displayName: 'HDInsightStormTopologyMetrics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HealthStateChangeEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HealthStateChangeEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HealthStateChangeEvent'
|
|
displayName: 'HealthStateChangeEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_Heartbeat 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'Heartbeat'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'Heartbeat'
|
|
displayName: 'Heartbeat'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HuntingBookmark 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HuntingBookmark'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HuntingBookmark'
|
|
displayName: 'HuntingBookmark'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_HuntingBookmarks 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'HuntingBookmarks'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'HuntingBookmarks'
|
|
displayName: 'HuntingBookmarks'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_IdentityDirectoryEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'IdentityDirectoryEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'IdentityDirectoryEvents'
|
|
displayName: 'IdentityDirectoryEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_IdentityLogonEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'IdentityLogonEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'IdentityLogonEvents'
|
|
displayName: 'IdentityLogonEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_IdentityQueryEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'IdentityQueryEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'IdentityQueryEvents'
|
|
displayName: 'IdentityQueryEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_IlumioInsights 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'IlumioInsights'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'IlumioInsights'
|
|
displayName: 'IlumioInsights'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_InsightsMetrics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'InsightsMetrics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'InsightsMetrics'
|
|
displayName: 'InsightsMetrics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_IntuneAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'IntuneAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'IntuneAuditLogs'
|
|
displayName: 'IntuneAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_IntuneDeviceComplianceOrg 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'IntuneDeviceComplianceOrg'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'IntuneDeviceComplianceOrg'
|
|
displayName: 'IntuneDeviceComplianceOrg'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_IntuneDevices 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'IntuneDevices'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'IntuneDevices'
|
|
displayName: 'IntuneDevices'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_IntuneOperationalLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'IntuneOperationalLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'IntuneOperationalLogs'
|
|
displayName: 'IntuneOperationalLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_KubeEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'KubeEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'KubeEvents'
|
|
displayName: 'KubeEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_KubeHealth 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'KubeHealth'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'KubeHealth'
|
|
displayName: 'KubeHealth'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_KubeMonAgentEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'KubeMonAgentEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'KubeMonAgentEvents'
|
|
displayName: 'KubeMonAgentEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_KubeNodeInventory 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'KubeNodeInventory'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'KubeNodeInventory'
|
|
displayName: 'KubeNodeInventory'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_KubePodInventory 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'KubePodInventory'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'KubePodInventory'
|
|
displayName: 'KubePodInventory'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_KubePVInventory 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'KubePVInventory'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'KubePVInventory'
|
|
displayName: 'KubePVInventory'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_KubeServices 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'KubeServices'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'KubeServices'
|
|
displayName: 'KubeServices'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LAQueryLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LAQueryLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'LAQueryLogs'
|
|
displayName: 'LAQueryLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LASummaryLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LASummaryLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'LASummaryLogs'
|
|
displayName: 'LASummaryLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LIATrackingEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LIATrackingEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'LIATrackingEvents'
|
|
displayName: 'LIATrackingEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LinuxAuditLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LinuxAuditLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'LinuxAuditLog'
|
|
displayName: 'LinuxAuditLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_LogicAppWorkflowRuntime 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'LogicAppWorkflowRuntime'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'LogicAppWorkflowRuntime'
|
|
displayName: 'LogicAppWorkflowRuntime'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_McasShadowItReporting 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'McasShadowItReporting'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'McasShadowItReporting'
|
|
displayName: 'McasShadowItReporting'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MCCEventLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MCCEventLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MCCEventLogs'
|
|
displayName: 'MCCEventLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MCVPAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MCVPAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MCVPAuditLogs'
|
|
displayName: 'MCVPAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MCVPOperationLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MCVPOperationLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MCVPOperationLogs'
|
|
displayName: 'MCVPOperationLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MDCDetectionDNSEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MDCDetectionDNSEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MDCDetectionDNSEvents'
|
|
displayName: 'MDCDetectionDNSEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MDCDetectionFimEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MDCDetectionFimEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MDCDetectionFimEvents'
|
|
displayName: 'MDCDetectionFimEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MDCDetectionGatingValidationEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MDCDetectionGatingValidationEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MDCDetectionGatingValidationEvents'
|
|
displayName: 'MDCDetectionGatingValidationEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MDCDetectionK8SApiEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MDCDetectionK8SApiEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MDCDetectionK8SApiEvents'
|
|
displayName: 'MDCDetectionK8SApiEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MDCDetectionProcessV2Events 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MDCDetectionProcessV2Events'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MDCDetectionProcessV2Events'
|
|
displayName: 'MDCDetectionProcessV2Events'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MDCFileIntegrityMonitoringEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MDCFileIntegrityMonitoringEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MDCFileIntegrityMonitoringEvents'
|
|
displayName: 'MDCFileIntegrityMonitoringEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MDECustomCollectionDeviceFileEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MDECustomCollectionDeviceFileEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MDECustomCollectionDeviceFileEvents'
|
|
displayName: 'MDECustomCollectionDeviceFileEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MDPResourceLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MDPResourceLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MDPResourceLog'
|
|
displayName: 'MDPResourceLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MicrosoftAzureBastionAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MicrosoftAzureBastionAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MicrosoftAzureBastionAuditLogs'
|
|
displayName: 'MicrosoftAzureBastionAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MicrosoftDataShareReceivedSnapshotLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MicrosoftDataShareReceivedSnapshotLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MicrosoftDataShareReceivedSnapshotLog'
|
|
displayName: 'MicrosoftDataShareReceivedSnapshotLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MicrosoftDataShareSentSnapshotLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MicrosoftDataShareSentSnapshotLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MicrosoftDataShareSentSnapshotLog'
|
|
displayName: 'MicrosoftDataShareSentSnapshotLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MicrosoftDataShareShareLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MicrosoftDataShareShareLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MicrosoftDataShareShareLog'
|
|
displayName: 'MicrosoftDataShareShareLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MicrosoftGraphActivityLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MicrosoftGraphActivityLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MicrosoftGraphActivityLogs'
|
|
displayName: 'MicrosoftGraphActivityLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MicrosoftHealthcareApisAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MicrosoftHealthcareApisAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MicrosoftHealthcareApisAuditLogs'
|
|
displayName: 'MicrosoftHealthcareApisAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MicrosoftPurviewInformationProtection 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MicrosoftPurviewInformationProtection'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MicrosoftPurviewInformationProtection'
|
|
displayName: 'MicrosoftPurviewInformationProtection'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MicrosoftServicePrincipalSignInLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MicrosoftServicePrincipalSignInLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MicrosoftServicePrincipalSignInLogs'
|
|
displayName: 'MicrosoftServicePrincipalSignInLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MNFDeviceUpdates 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MNFDeviceUpdates'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MNFDeviceUpdates'
|
|
displayName: 'MNFDeviceUpdates'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MNFSystemSessionHistoryUpdates 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MNFSystemSessionHistoryUpdates'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MNFSystemSessionHistoryUpdates'
|
|
displayName: 'MNFSystemSessionHistoryUpdates'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_MNFSystemStateMessageUpdates 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'MNFSystemStateMessageUpdates'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'MNFSystemStateMessageUpdates'
|
|
displayName: 'MNFSystemStateMessageUpdates'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NatGatewayFlowlogsV1 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NatGatewayFlowlogsV1'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NatGatewayFlowlogsV1'
|
|
displayName: 'NatGatewayFlowlogsV1'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NCBMBreakGlassAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NCBMBreakGlassAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NCBMBreakGlassAuditLogs'
|
|
displayName: 'NCBMBreakGlassAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NCBMSecurityDefenderLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NCBMSecurityDefenderLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NCBMSecurityDefenderLogs'
|
|
displayName: 'NCBMSecurityDefenderLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NCBMSecurityLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NCBMSecurityLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NCBMSecurityLogs'
|
|
displayName: 'NCBMSecurityLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NCBMSystemLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NCBMSystemLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NCBMSystemLogs'
|
|
displayName: 'NCBMSystemLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NCCKubernetesLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NCCKubernetesLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NCCKubernetesLogs'
|
|
displayName: 'NCCKubernetesLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NCCPlatformOperationsLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NCCPlatformOperationsLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NCCPlatformOperationsLogs'
|
|
displayName: 'NCCPlatformOperationsLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NCCVMOrchestrationLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NCCVMOrchestrationLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NCCVMOrchestrationLogs'
|
|
displayName: 'NCCVMOrchestrationLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NCMClusterOperationsLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NCMClusterOperationsLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NCMClusterOperationsLogs'
|
|
displayName: 'NCMClusterOperationsLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NCSStorageAlerts 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NCSStorageAlerts'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NCSStorageAlerts'
|
|
displayName: 'NCSStorageAlerts'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NCSStorageAudits 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NCSStorageAudits'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NCSStorageAudits'
|
|
displayName: 'NCSStorageAudits'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NCSStorageLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NCSStorageLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NCSStorageLogs'
|
|
displayName: 'NCSStorageLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NetworkAccessAlerts 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NetworkAccessAlerts'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NetworkAccessAlerts'
|
|
displayName: 'NetworkAccessAlerts'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NetworkAccessConnectionEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NetworkAccessConnectionEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NetworkAccessConnectionEvents'
|
|
displayName: 'NetworkAccessConnectionEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NetworkAccessTraffic 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NetworkAccessTraffic'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NetworkAccessTraffic'
|
|
displayName: 'NetworkAccessTraffic'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NetworkSessions 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NetworkSessions'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NetworkSessions'
|
|
displayName: 'NetworkSessions'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NginxUpstreamUpdateLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NginxUpstreamUpdateLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NginxUpstreamUpdateLogs'
|
|
displayName: 'NginxUpstreamUpdateLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NGXOperationLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NGXOperationLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NGXOperationLogs'
|
|
displayName: 'NGXOperationLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NGXSecurityLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NGXSecurityLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NGXSecurityLogs'
|
|
displayName: 'NGXSecurityLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NSPAccessLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NSPAccessLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NSPAccessLogs'
|
|
displayName: 'NSPAccessLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NTAInsights 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NTAInsights'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NTAInsights'
|
|
displayName: 'NTAInsights'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NTAIpDetails 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NTAIpDetails'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NTAIpDetails'
|
|
displayName: 'NTAIpDetails'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NTANetAnalytics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NTANetAnalytics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NTANetAnalytics'
|
|
displayName: 'NTANetAnalytics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NTATopologyDetails 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NTATopologyDetails'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NTATopologyDetails'
|
|
displayName: 'NTATopologyDetails'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NWConnectionMonitorDestinationListenerResult 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NWConnectionMonitorDestinationListenerResult'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NWConnectionMonitorDestinationListenerResult'
|
|
displayName: 'NWConnectionMonitorDestinationListenerResult'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NWConnectionMonitorDNSResult 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NWConnectionMonitorDNSResult'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NWConnectionMonitorDNSResult'
|
|
displayName: 'NWConnectionMonitorDNSResult'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NWConnectionMonitorPathResult 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NWConnectionMonitorPathResult'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NWConnectionMonitorPathResult'
|
|
displayName: 'NWConnectionMonitorPathResult'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_NWConnectionMonitorTestResult 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'NWConnectionMonitorTestResult'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'NWConnectionMonitorTestResult'
|
|
displayName: 'NWConnectionMonitorTestResult'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_OEPAirFlowTask 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'OEPAirFlowTask'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'OEPAirFlowTask'
|
|
displayName: 'OEPAirFlowTask'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_OEPAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'OEPAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'OEPAuditLogs'
|
|
displayName: 'OEPAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_OEPDataplaneLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'OEPDataplaneLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'OEPDataplaneLogs'
|
|
displayName: 'OEPDataplaneLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_OEPElasticOperator 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'OEPElasticOperator'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'OEPElasticOperator'
|
|
displayName: 'OEPElasticOperator'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_OEPElasticsearch 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'OEPElasticsearch'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'OEPElasticsearch'
|
|
displayName: 'OEPElasticsearch'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_OEWAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'OEWAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'OEWAuditLogs'
|
|
displayName: 'OEWAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_OEWExperimentAssignmentSummary 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'OEWExperimentAssignmentSummary'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'OEWExperimentAssignmentSummary'
|
|
displayName: 'OEWExperimentAssignmentSummary'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_OEWExperimentScorecardMetricPairs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'OEWExperimentScorecardMetricPairs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'OEWExperimentScorecardMetricPairs'
|
|
displayName: 'OEWExperimentScorecardMetricPairs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_OEWExperimentScorecards 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'OEWExperimentScorecards'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'OEWExperimentScorecards'
|
|
displayName: 'OEWExperimentScorecards'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_OfficeActivity 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'OfficeActivity'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'OfficeActivity'
|
|
displayName: 'OfficeActivity'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_OGOAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'OGOAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'OGOAuditLogs'
|
|
displayName: 'OGOAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_OktaSystemLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'OktaSystemLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'OktaSystemLogs'
|
|
displayName: 'OktaSystemLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_OLPSupplyChainEntityOperations 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'OLPSupplyChainEntityOperations'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'OLPSupplyChainEntityOperations'
|
|
displayName: 'OLPSupplyChainEntityOperations'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_OLPSupplyChainEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'OLPSupplyChainEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'OLPSupplyChainEvents'
|
|
displayName: 'OLPSupplyChainEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_Operation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'Operation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'Operation'
|
|
displayName: 'Operation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_Perf 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'Perf'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'Perf'
|
|
displayName: 'Perf'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_PFTitleAuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'PFTitleAuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'PFTitleAuditLogs'
|
|
displayName: 'PFTitleAuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_PowerAppsActivity 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'PowerAppsActivity'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'PowerAppsActivity'
|
|
displayName: 'PowerAppsActivity'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_PowerAutomateActivity 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'PowerAutomateActivity'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'PowerAutomateActivity'
|
|
displayName: 'PowerAutomateActivity'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_PowerBIActivity 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'PowerBIActivity'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'PowerBIActivity'
|
|
displayName: 'PowerBIActivity'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_PowerBIDatasetsTenant 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'PowerBIDatasetsTenant'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'PowerBIDatasetsTenant'
|
|
displayName: 'PowerBIDatasetsTenant'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_PowerBIDatasetsWorkspace 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'PowerBIDatasetsWorkspace'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'PowerBIDatasetsWorkspace'
|
|
displayName: 'PowerBIDatasetsWorkspace'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_PowerPlatformAdminActivity 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'PowerPlatformAdminActivity'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'PowerPlatformAdminActivity'
|
|
displayName: 'PowerPlatformAdminActivity'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_PowerPlatformConnectorActivity 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'PowerPlatformConnectorActivity'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'PowerPlatformConnectorActivity'
|
|
displayName: 'PowerPlatformConnectorActivity'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_PowerPlatformDlpActivity 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'PowerPlatformDlpActivity'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'PowerPlatformDlpActivity'
|
|
displayName: 'PowerPlatformDlpActivity'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ProjectActivity 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ProjectActivity'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ProjectActivity'
|
|
displayName: 'ProjectActivity'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ProtectionStatus 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ProtectionStatus'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ProtectionStatus'
|
|
displayName: 'ProtectionStatus'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_PurviewDataSensitivityLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'PurviewDataSensitivityLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'PurviewDataSensitivityLogs'
|
|
displayName: 'PurviewDataSensitivityLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_PurviewScanStatusLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'PurviewScanStatusLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'PurviewScanStatusLogs'
|
|
displayName: 'PurviewScanStatusLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_PurviewSecurityLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'PurviewSecurityLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'PurviewSecurityLogs'
|
|
displayName: 'PurviewSecurityLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_REDConnectionEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'REDConnectionEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'REDConnectionEvents'
|
|
displayName: 'REDConnectionEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_RemoteNetworkHealthLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'RemoteNetworkHealthLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'RemoteNetworkHealthLogs'
|
|
displayName: 'RemoteNetworkHealthLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ResourceManagementPublicAccessLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ResourceManagementPublicAccessLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ResourceManagementPublicAccessLogs'
|
|
displayName: 'ResourceManagementPublicAccessLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_RetinaNetworkFlowLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'RetinaNetworkFlowLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'RetinaNetworkFlowLogs'
|
|
displayName: 'RetinaNetworkFlowLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SCCMAssessmentRecommendation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SCCMAssessmentRecommendation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SCCMAssessmentRecommendation'
|
|
displayName: 'SCCMAssessmentRecommendation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SCGPoolExecutionLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SCGPoolExecutionLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SCGPoolExecutionLog'
|
|
displayName: 'SCGPoolExecutionLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SCGPoolRequestLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SCGPoolRequestLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SCGPoolRequestLog'
|
|
displayName: 'SCGPoolRequestLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SCOMAssessmentRecommendation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SCOMAssessmentRecommendation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SCOMAssessmentRecommendation'
|
|
displayName: 'SCOMAssessmentRecommendation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SecureScoreControls 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SecureScoreControls'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SecureScoreControls'
|
|
displayName: 'SecureScoreControls'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SecureScores 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SecureScores'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SecureScores'
|
|
displayName: 'SecureScores'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SecurityAlert 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SecurityAlert'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SecurityAlert'
|
|
displayName: 'SecurityAlert'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SecurityAttackPathData 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SecurityAttackPathData'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SecurityAttackPathData'
|
|
displayName: 'SecurityAttackPathData'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SecurityBaseline 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SecurityBaseline'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SecurityBaseline'
|
|
displayName: 'SecurityBaseline'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SecurityBaselineSummary 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SecurityBaselineSummary'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SecurityBaselineSummary'
|
|
displayName: 'SecurityBaselineSummary'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SecurityDetection 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SecurityDetection'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SecurityDetection'
|
|
displayName: 'SecurityDetection'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SecurityEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SecurityEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SecurityEvent'
|
|
displayName: 'SecurityEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SecurityIncident 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SecurityIncident'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SecurityIncident'
|
|
displayName: 'SecurityIncident'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SecurityNestedRecommendation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SecurityNestedRecommendation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SecurityNestedRecommendation'
|
|
displayName: 'SecurityNestedRecommendation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SecurityRecommendation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SecurityRecommendation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SecurityRecommendation'
|
|
displayName: 'SecurityRecommendation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SecurityRegulatoryCompliance 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SecurityRegulatoryCompliance'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SecurityRegulatoryCompliance'
|
|
displayName: 'SecurityRegulatoryCompliance'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SentinelAudit 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SentinelAudit'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SentinelAudit'
|
|
displayName: 'SentinelAudit'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SentinelHealth 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SentinelHealth'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SentinelHealth'
|
|
displayName: 'SentinelHealth'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ServiceFabricOperationalEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ServiceFabricOperationalEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ServiceFabricOperationalEvent'
|
|
displayName: 'ServiceFabricOperationalEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ServiceFabricReliableActorEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ServiceFabricReliableActorEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ServiceFabricReliableActorEvent'
|
|
displayName: 'ServiceFabricReliableActorEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ServiceFabricReliableServiceEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ServiceFabricReliableServiceEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ServiceFabricReliableServiceEvent'
|
|
displayName: 'ServiceFabricReliableServiceEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SfBAssessmentRecommendation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SfBAssessmentRecommendation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SfBAssessmentRecommendation'
|
|
displayName: 'SfBAssessmentRecommendation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SfBOnlineAssessmentRecommendation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SfBOnlineAssessmentRecommendation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SfBOnlineAssessmentRecommendation'
|
|
displayName: 'SfBOnlineAssessmentRecommendation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SharePointOnlineAssessmentRecommendation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SharePointOnlineAssessmentRecommendation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SharePointOnlineAssessmentRecommendation'
|
|
displayName: 'SharePointOnlineAssessmentRecommendation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SignalRServiceDiagnosticLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SignalRServiceDiagnosticLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SignalRServiceDiagnosticLogs'
|
|
displayName: 'SignalRServiceDiagnosticLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SigninLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SigninLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SigninLogs'
|
|
displayName: 'SigninLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SPAssessmentRecommendation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SPAssessmentRecommendation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SPAssessmentRecommendation'
|
|
displayName: 'SPAssessmentRecommendation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SQLAssessmentRecommendation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SQLAssessmentRecommendation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SQLAssessmentRecommendation'
|
|
displayName: 'SQLAssessmentRecommendation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SQLSecurityAuditEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SQLSecurityAuditEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SQLSecurityAuditEvents'
|
|
displayName: 'SQLSecurityAuditEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_StorageAntimalwareScanResults 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'StorageAntimalwareScanResults'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'StorageAntimalwareScanResults'
|
|
displayName: 'StorageAntimalwareScanResults'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_StorageBlobLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'StorageBlobLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'StorageBlobLogs'
|
|
displayName: 'StorageBlobLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_StorageCacheOperationEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'StorageCacheOperationEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'StorageCacheOperationEvents'
|
|
displayName: 'StorageCacheOperationEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_StorageCacheUpgradeEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'StorageCacheUpgradeEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'StorageCacheUpgradeEvents'
|
|
displayName: 'StorageCacheUpgradeEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_StorageCacheWarningEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'StorageCacheWarningEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'StorageCacheWarningEvents'
|
|
displayName: 'StorageCacheWarningEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_StorageFileLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'StorageFileLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'StorageFileLogs'
|
|
displayName: 'StorageFileLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_StorageMalwareScanningResults 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'StorageMalwareScanningResults'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'StorageMalwareScanningResults'
|
|
displayName: 'StorageMalwareScanningResults'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_StorageMoverCopyLogsFailed 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'StorageMoverCopyLogsFailed'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'StorageMoverCopyLogsFailed'
|
|
displayName: 'StorageMoverCopyLogsFailed'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_StorageMoverCopyLogsTransferred 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'StorageMoverCopyLogsTransferred'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'StorageMoverCopyLogsTransferred'
|
|
displayName: 'StorageMoverCopyLogsTransferred'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_StorageMoverJobRunLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'StorageMoverJobRunLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'StorageMoverJobRunLogs'
|
|
displayName: 'StorageMoverJobRunLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_StorageQueueLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'StorageQueueLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'StorageQueueLogs'
|
|
displayName: 'StorageQueueLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_StorageTableLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'StorageTableLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'StorageTableLogs'
|
|
displayName: 'StorageTableLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SucceededIngestion 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SucceededIngestion'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SucceededIngestion'
|
|
displayName: 'SucceededIngestion'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SVMPoolExecutionLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SVMPoolExecutionLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SVMPoolExecutionLog'
|
|
displayName: 'SVMPoolExecutionLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SVMPoolRequestLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SVMPoolRequestLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SVMPoolRequestLog'
|
|
displayName: 'SVMPoolRequestLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseBigDataPoolApplicationsEnded 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseBigDataPoolApplicationsEnded'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseBigDataPoolApplicationsEnded'
|
|
displayName: 'SynapseBigDataPoolApplicationsEnded'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseBuiltinSqlPoolRequestsEnded 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseBuiltinSqlPoolRequestsEnded'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseBuiltinSqlPoolRequestsEnded'
|
|
displayName: 'SynapseBuiltinSqlPoolRequestsEnded'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseDXCommand 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseDXCommand'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseDXCommand'
|
|
displayName: 'SynapseDXCommand'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseDXFailedIngestion 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseDXFailedIngestion'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseDXFailedIngestion'
|
|
displayName: 'SynapseDXFailedIngestion'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseDXIngestionBatching 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseDXIngestionBatching'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseDXIngestionBatching'
|
|
displayName: 'SynapseDXIngestionBatching'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseDXQuery 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseDXQuery'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseDXQuery'
|
|
displayName: 'SynapseDXQuery'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseDXSucceededIngestion 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseDXSucceededIngestion'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseDXSucceededIngestion'
|
|
displayName: 'SynapseDXSucceededIngestion'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseDXTableDetails 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseDXTableDetails'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseDXTableDetails'
|
|
displayName: 'SynapseDXTableDetails'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseDXTableUsageStatistics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseDXTableUsageStatistics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseDXTableUsageStatistics'
|
|
displayName: 'SynapseDXTableUsageStatistics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseGatewayApiRequests 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseGatewayApiRequests'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseGatewayApiRequests'
|
|
displayName: 'SynapseGatewayApiRequests'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseIntegrationActivityRuns 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseIntegrationActivityRuns'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseIntegrationActivityRuns'
|
|
displayName: 'SynapseIntegrationActivityRuns'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseIntegrationPipelineRuns 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseIntegrationPipelineRuns'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseIntegrationPipelineRuns'
|
|
displayName: 'SynapseIntegrationPipelineRuns'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseIntegrationTriggerRuns 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseIntegrationTriggerRuns'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseIntegrationTriggerRuns'
|
|
displayName: 'SynapseIntegrationTriggerRuns'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseLinkEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseLinkEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseLinkEvent'
|
|
displayName: 'SynapseLinkEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseRbacOperations 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseRbacOperations'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseRbacOperations'
|
|
displayName: 'SynapseRbacOperations'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseScopePoolScopeJobsEnded 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseScopePoolScopeJobsEnded'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseScopePoolScopeJobsEnded'
|
|
displayName: 'SynapseScopePoolScopeJobsEnded'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseScopePoolScopeJobsStateChange 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseScopePoolScopeJobsStateChange'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseScopePoolScopeJobsStateChange'
|
|
displayName: 'SynapseScopePoolScopeJobsStateChange'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseSqlPoolDmsWorkers 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseSqlPoolDmsWorkers'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseSqlPoolDmsWorkers'
|
|
displayName: 'SynapseSqlPoolDmsWorkers'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseSqlPoolExecRequests 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseSqlPoolExecRequests'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseSqlPoolExecRequests'
|
|
displayName: 'SynapseSqlPoolExecRequests'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseSqlPoolRequestSteps 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseSqlPoolRequestSteps'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseSqlPoolRequestSteps'
|
|
displayName: 'SynapseSqlPoolRequestSteps'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseSqlPoolSqlRequests 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseSqlPoolSqlRequests'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseSqlPoolSqlRequests'
|
|
displayName: 'SynapseSqlPoolSqlRequests'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_SynapseSqlPoolWaits 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'SynapseSqlPoolWaits'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'SynapseSqlPoolWaits'
|
|
displayName: 'SynapseSqlPoolWaits'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_Syslog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'Syslog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'Syslog'
|
|
displayName: 'Syslog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ThreatIntelExportOperation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ThreatIntelExportOperation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ThreatIntelExportOperation'
|
|
displayName: 'ThreatIntelExportOperation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ThreatIntelIndicators 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ThreatIntelIndicators'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ThreatIntelIndicators'
|
|
displayName: 'ThreatIntelIndicators'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ThreatIntelligenceIndicator 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ThreatIntelligenceIndicator'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ThreatIntelligenceIndicator'
|
|
displayName: 'ThreatIntelligenceIndicator'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_ThreatIntelObjects 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'ThreatIntelObjects'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'ThreatIntelObjects'
|
|
displayName: 'ThreatIntelObjects'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_TOUserAudits 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'TOUserAudits'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'TOUserAudits'
|
|
displayName: 'TOUserAudits'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_TOUserDiagnostics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'TOUserDiagnostics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'TOUserDiagnostics'
|
|
displayName: 'TOUserDiagnostics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_TSIIngress 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'TSIIngress'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'TSIIngress'
|
|
displayName: 'TSIIngress'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_UCClient 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'UCClient'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'UCClient'
|
|
displayName: 'UCClient'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_UCClientReadinessStatus 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'UCClientReadinessStatus'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'UCClientReadinessStatus'
|
|
displayName: 'UCClientReadinessStatus'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_UCClientUpdateStatus 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'UCClientUpdateStatus'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'UCClientUpdateStatus'
|
|
displayName: 'UCClientUpdateStatus'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_UCDeviceAlert 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'UCDeviceAlert'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'UCDeviceAlert'
|
|
displayName: 'UCDeviceAlert'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_UCDOAggregatedStatus 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'UCDOAggregatedStatus'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'UCDOAggregatedStatus'
|
|
displayName: 'UCDOAggregatedStatus'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_UCDOStatus 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'UCDOStatus'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'UCDOStatus'
|
|
displayName: 'UCDOStatus'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_UCServiceUpdateStatus 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'UCServiceUpdateStatus'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'UCServiceUpdateStatus'
|
|
displayName: 'UCServiceUpdateStatus'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_UCUpdateAlert 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'UCUpdateAlert'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'UCUpdateAlert'
|
|
displayName: 'UCUpdateAlert'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_Update 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'Update'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'Update'
|
|
displayName: 'Update'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_UpdateSummary 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'UpdateSummary'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'UpdateSummary'
|
|
displayName: 'UpdateSummary'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_UrlClickEvents 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'UrlClickEvents'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'UrlClickEvents'
|
|
displayName: 'UrlClickEvents'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_Usage 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'Usage'
|
|
properties: {
|
|
totalRetentionInDays: 90
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'Usage'
|
|
displayName: 'Usage'
|
|
}
|
|
retentionInDays: 90
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_VCoreMongoRequests 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'VCoreMongoRequests'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'VCoreMongoRequests'
|
|
displayName: 'VCoreMongoRequests'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_VIAudit 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'VIAudit'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'VIAudit'
|
|
displayName: 'VIAudit'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_VIIndexing 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'VIIndexing'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'VIIndexing'
|
|
displayName: 'VIIndexing'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_VMBoundPort 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'VMBoundPort'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'VMBoundPort'
|
|
displayName: 'VMBoundPort'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_VMComputer 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'VMComputer'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'VMComputer'
|
|
displayName: 'VMComputer'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_VMConnection 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'VMConnection'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'VMConnection'
|
|
displayName: 'VMConnection'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_VMProcess 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'VMProcess'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'VMProcess'
|
|
displayName: 'VMProcess'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_W3CIISLog 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'W3CIISLog'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'W3CIISLog'
|
|
displayName: 'W3CIISLog'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_Watchlist 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'Watchlist'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'Watchlist'
|
|
displayName: 'Watchlist'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WebPubSubConnectivity 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WebPubSubConnectivity'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WebPubSubConnectivity'
|
|
displayName: 'WebPubSubConnectivity'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WebPubSubHttpRequest 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WebPubSubHttpRequest'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WebPubSubHttpRequest'
|
|
displayName: 'WebPubSubHttpRequest'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WebPubSubMessaging 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WebPubSubMessaging'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WebPubSubMessaging'
|
|
displayName: 'WebPubSubMessaging'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_Windows365AuditLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'Windows365AuditLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'Windows365AuditLogs'
|
|
displayName: 'Windows365AuditLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WindowsClientAssessmentRecommendation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WindowsClientAssessmentRecommendation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WindowsClientAssessmentRecommendation'
|
|
displayName: 'WindowsClientAssessmentRecommendation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WindowsEvent 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WindowsEvent'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WindowsEvent'
|
|
displayName: 'WindowsEvent'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WindowsFirewall 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WindowsFirewall'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WindowsFirewall'
|
|
displayName: 'WindowsFirewall'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WindowsServerAssessmentRecommendation 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WindowsServerAssessmentRecommendation'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WindowsServerAssessmentRecommendation'
|
|
displayName: 'WindowsServerAssessmentRecommendation'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WorkloadDiagnosticLogs 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WorkloadDiagnosticLogs'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WorkloadDiagnosticLogs'
|
|
displayName: 'WorkloadDiagnosticLogs'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WOUserAudits 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WOUserAudits'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WOUserAudits'
|
|
displayName: 'WOUserAudits'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WOUserDiagnostics 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WOUserDiagnostics'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WOUserDiagnostics'
|
|
displayName: 'WOUserDiagnostics'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WVDAgentHealthStatus 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WVDAgentHealthStatus'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WVDAgentHealthStatus'
|
|
displayName: 'WVDAgentHealthStatus'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WVDAutoscaleEvaluationPooled 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WVDAutoscaleEvaluationPooled'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WVDAutoscaleEvaluationPooled'
|
|
displayName: 'WVDAutoscaleEvaluationPooled'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WVDCheckpoints 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WVDCheckpoints'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WVDCheckpoints'
|
|
displayName: 'WVDCheckpoints'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WVDConnectionGraphicsDataPreview 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WVDConnectionGraphicsDataPreview'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WVDConnectionGraphicsDataPreview'
|
|
displayName: 'WVDConnectionGraphicsDataPreview'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WVDConnectionNetworkData 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WVDConnectionNetworkData'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WVDConnectionNetworkData'
|
|
displayName: 'WVDConnectionNetworkData'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WVDConnections 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WVDConnections'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WVDConnections'
|
|
displayName: 'WVDConnections'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WVDErrors 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WVDErrors'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WVDErrors'
|
|
displayName: 'WVDErrors'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WVDFeeds 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WVDFeeds'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WVDFeeds'
|
|
displayName: 'WVDFeeds'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WVDHostRegistrations 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WVDHostRegistrations'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WVDHostRegistrations'
|
|
displayName: 'WVDHostRegistrations'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WVDManagement 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WVDManagement'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WVDManagement'
|
|
displayName: 'WVDManagement'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource workspaces_NAXS_LAWS_name_WVDSessionHostManagement 'Microsoft.OperationalInsights/workspaces/tables@2025-02-01' = {
|
|
parent: workspaces_NAXS_LAWS_name_resource
|
|
name: 'WVDSessionHostManagement'
|
|
properties: {
|
|
totalRetentionInDays: 30
|
|
plan: 'Analytics'
|
|
schema: {
|
|
name: 'WVDSessionHostManagement'
|
|
displayName: 'WVDSessionHostManagement'
|
|
}
|
|
retentionInDays: 30
|
|
}
|
|
}
|
|
|
|
resource solutions_SecurityInsights_naxs_laws_name_resource 'Microsoft.OperationsManagement/solutions@2015-11-01-preview' = {
|
|
name: solutions_SecurityInsights_naxs_laws_name
|
|
location: 'eastus2'
|
|
plan: {
|
|
name: 'SecurityInsights(naxs-laws)'
|
|
promotionCode: ''
|
|
product: 'OMSGallery/SecurityInsights'
|
|
publisher: 'Microsoft'
|
|
}
|
|
properties: {
|
|
workspaceResourceId: workspaces_NAXS_LAWS_name_resource.id
|
|
containedResources: []
|
|
}
|
|
}
|
|
|
|
resource networkInterfaces_nxs_fin_vdi01753_z1_name_resource 'Microsoft.Network/networkInterfaces@2024-05-01' = {
|
|
name: networkInterfaces_nxs_fin_vdi01753_z1_name
|
|
location: 'eastus2'
|
|
kind: 'Regular'
|
|
properties: {
|
|
ipConfigurations: [
|
|
{
|
|
name: 'ipconfig1'
|
|
id: '${networkInterfaces_nxs_fin_vdi01753_z1_name_resource.id}/ipConfigurations/ipconfig1'
|
|
type: 'Microsoft.Network/networkInterfaces/ipConfigurations'
|
|
properties: {
|
|
privateIPAddress: '10.0.0.4'
|
|
privateIPAllocationMethod: 'Dynamic'
|
|
publicIPAddress: {
|
|
id: publicIPAddresses_NXS_FIN_VDI01_ip_name_resource.id
|
|
properties: {
|
|
deleteOption: 'Delete'
|
|
}
|
|
}
|
|
subnet: {
|
|
id: virtualNetworks_NXS_HONEY_NET_name_default.id
|
|
}
|
|
primary: true
|
|
privateIPAddressVersion: 'IPv4'
|
|
}
|
|
}
|
|
]
|
|
dnsSettings: {
|
|
dnsServers: []
|
|
}
|
|
enableAcceleratedNetworking: false
|
|
enableIPForwarding: false
|
|
disableTcpStateTracking: false
|
|
networkSecurityGroup: {
|
|
id: networkSecurityGroups_NXS_FIN_VDI01_nsg_name_resource.id
|
|
}
|
|
nicType: 'Standard'
|
|
auxiliaryMode: 'None'
|
|
auxiliarySku: 'None'
|
|
}
|
|
}
|