Microsoft.OperationalInsights workspaces/dataSources 2020-03-01-preview
The workspaces/dataSources resource type can be deployed to: Resource groups.
To learn about resource group deployments, see Bicep or ARM template.
For a list of changed properties in each API version, see change log.
Template format
To create a Microsoft.OperationalInsights/workspaces/dataSources resource, add the following Bicep or JSON to your template.
resource symbolicname 'Microsoft.OperationalInsights/workspaces/dataSources@2020-03-01-preview' = {
name: 'string'
tags: {
tagName1: 'tagValue1'
tagName2: 'tagValue2'
}
kind: 'string'
parent: resourceSymbolicName
etag: 'string'
properties: any()
}
Property values
workspaces/dataSources
| Name | Description | Value |
|---|---|---|
| type | The resource type For Bicep, set this value in the resource declaration. |
'Microsoft.OperationalInsights/workspaces/dataSources' |
| apiVersion | The resource api version For Bicep, set this value in the resource declaration. |
'2020-03-01-preview' |
| name | The resource name See how to set names and types for child resources in Bicep or JSON ARM templates. |
string (required) |
| tags | Resource tags. | Dictionary of tag names and values. See Tags in templates |
| kind | The kind of the DataSource. | 'ApplicationInsights' 'AzureActivityLog' 'AzureAuditLog' 'ChangeTrackingContentLocation' 'ChangeTrackingCustomPath' 'ChangeTrackingDataTypeConfiguration' 'ChangeTrackingDefaultRegistry' 'ChangeTrackingLinuxPath' 'ChangeTrackingPath' 'ChangeTrackingRegistry' 'ChangeTrackingServices' 'CustomLog' 'CustomLogCollection' 'DnsAnalytics' 'GenericDataSource' 'IISLogs' 'ImportComputerGroup' 'Itsm' 'LinuxChangeTrackingPath' 'LinuxPerformanceCollection' 'LinuxPerformanceObject' 'LinuxSyslog' 'LinuxSyslogCollection' 'NetworkMonitoring' 'Office365' 'SecurityCenterSecurityWindowsBaselineConfiguration' 'SecurityEventCollectionConfiguration' 'SecurityInsightsSecurityEventCollectionConfiguration' 'SecurityWindowsBaselineConfiguration' 'SqlDataClassification' 'WindowsEvent' 'WindowsPerformanceCounter' 'WindowsTelemetry' |
| parent | In Bicep, you can specify the parent resource for a child resource. You only need to add this property when the child resource is declared outside of the parent resource. For more information, see Child resource outside parent resource. |
Symbolic name for resource of type: workspaces |
| etag | The ETag of the data source. | string |
| properties | The data source properties in raw json format, each kind of data source have it's own schema. | For Bicep, you can use the any() function.(required) |
Quickstart templates
The following quickstart templates deploy this resource type.
| Template | Description |
|---|---|
| Deploy Solace PubSub+ message broker onto Azure Linux VM(s) |
This template allows you to deploy either a standalone Solace PubSub+ message broker or a three node High Availability cluster of Solace PubSub+ message brokers onto Azure Linux VM(s). |
| OMS ASR Solution |
Enables the ASR (v2) Solution in OMS |
| Connect to a Event Hubs namespace via private endpoint |
This sample shows how to use configure a virtual network and private DNS zone to access a Event Hubs namespace via a private endpoint. |
| Log Analytics workspace with solutions and data sources |
Deploys a Log Analytics workspace with specified solutions and data sources |
| Connect to a Key Vault via private endpoint |
This sample shows how to use configure a virtual network and private DNS zone to access Key Vault via private endpoint. |
| Use Azure Firewall as a DNS Proxy in a Hub & Spoke topology |
This sample show how to deploy a hub-spoke topology in Azure using the Azure Firewall. The hub virtual network acts as a central point of connectivity to many spoke virtual networks that are connected to hub virtual network via virtual network peering. |
| Connect to a Service Bus namespace via private endpoint |
This sample shows how to use configure a virtual network and private DNS zone to access a Service Bus namespace via private endpoint. |
| Connect to a storage account from a VM via private endpoint |
This sample shows how to use connect a virtual network to access a blob storage account via private endpoint. |
| Connect to an Azure File Share via a Private Endpoint |
This sample shows how to use configure a virtual network and private DNS zone to access an Azure File Share via a private endpoint. |