Azure Bot Healthbot

This page shows how to write Terraform for Bot Healthbot and write them securely.

azurerm_healthbot (Terraform)

The Healthbot in Bot can be configured in Terraform with the resource name azurerm_healthbot. 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) Specifies The name of the Healthbot Service resource. Changing this forces a new resource to be created.

  • resource_group_name - (Required) Specifies The name of the Resource Group in which to create the Healtbot Service. CHaning this forces a new resource to be created.

  • location - (Required) Specifies The Azure Region where the resource exists. CHanging this force a new resource to be created.

  • sku_name - (Required) The name which should be used for the sku of the service. Possible values are "F0" and "S1".


  • tags - (Optional) A mapping of tags which should be assigned to the service.

In addition to the Arguments listed above - the following Attributes are exported:

  • id - The ID of the resource.

  • bot_management_portal_url - The management portal url.

Explanation in Terraform Registry

Manages a Healthbot Service.

Azure Resource Manager Example

Azure Resource Manager code does not have the related resource.

Frequently asked questions

What is Azure Bot Healthbot?

Azure Bot Healthbot is a resource for Bot of Microsoft Azure. Settings can be wrote in Terraform.

security-icon

Automate config file reviews on your commits

Fix issues in your infrastructure as code with auto-generated patches.