Azure Time Series Insights Standard Environment

This page shows how to write Terraform and Azure Resource Manager for Time Series Insights Standard Environment and write them securely.

azurerm_iot_time_series_insights_standard_environment (Terraform)

The Standard Environment in Time Series Insights can be configured in Terraform with the resource name azurerm_iot_time_series_insights_standard_environment. 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

Explanation in Terraform Registry

Manages an Azure IoT Time Series Insights Standard Environment.

Microsoft.TimeSeriesInsights/environments (Azure Resource Manager)

The environments in Microsoft.TimeSeriesInsights can be configured in Azure Resource Manager with the resource name Microsoft.TimeSeriesInsights/environments. 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
  • location required - string

    The location of the resource.

  • name required - string

    Name of the environment

  • sku required
      • capacity required - integer

        The capacity of the sku. For Gen1 environments, this value can be changed to support scale out of environments after they have been created.

      • name required - string

        The name of this SKU.

  • tags optional - string

    Key-value pairs of additional properties for the resource.

  • type required - string

Frequently asked questions

What is Azure Time Series Insights Standard Environment?

Azure Time Series Insights Standard Environment is a resource for Time Series Insights of Microsoft Azure. Settings can be wrote in Terraform.