Azure Stream Analytics Output Synapse

This page shows how to write Terraform and Azure Resource Manager for Stream Analytics Output Synapse and write them securely.

azurerm_stream_analytics_output_synapse (Terraform)

The Output Synapse in Stream Analytics can be configured in Terraform with the resource name azurerm_stream_analytics_output_synapse. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for Azure best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

The following arguments are supported:

  • name - (Required) The name of the Stream Output. Changing this forces a new resource to be created.

  • resource_group_name - (Required) The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created.

  • stream_analytics_job_name - (Required) The name of the Stream Analytics Job. Changing this forces a new resource to be created.

  • server - (Required) The name of the SQL server containing the Azure SQL database. Changing this forces a new resource to be created.

  • database - (Required) The name of the Azure SQL database. Changing this forces a new resource to be created.

  • user - (Required) The user name that will be used to connect to the Azure SQL database. Changing this forces a new resource to be created.

  • password - (Required) The password that will be used to connect to the Azure SQL database. Changing this forces a new resource to be created.

  • table - (Required) The name of the table in the Azure SQL database. Changing this forces a new resource to be created.

The following attributes are exported in addition to the arguments listed above:

  • id - The ID of the Stream Analytics Output to an Azure Synapse Analytics Workspace.

Explanation in Terraform Registry

Manages a Stream Analytics Output to an Azure Synapse Analytics Workspace.

Microsoft.StreamAnalytics/streamingjobs/outputs (Azure Resource Manager)

The streamingjobs/outputs in Microsoft.StreamAnalytics can be configured in Azure Resource Manager with the resource name Microsoft.StreamAnalytics/streamingjobs/outputs. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

  • apiVersion required - string
  • name required - string

    The name of the output.

  • properties required
      • datasource optional
        • serialization optional
          • sizeWindow optional - number

            The size window to constrain a Stream Analytics output to.

          • timeWindow optional - string

            The time frame for filtering Stream Analytics job outputs.

      • type required - string

      Frequently asked questions

      What is Azure Stream Analytics Output Synapse?

      Azure Stream Analytics Output Synapse is a resource for Stream Analytics of Microsoft Azure. Settings can be wrote in Terraform.