Azure Spring Cloud Custom Domain

This page shows how to write Terraform and Azure Resource Manager for Spring Cloud Custom Domain and write them securely.

azurerm_spring_cloud_custom_domain (Terraform)

The Custom Domain in Spring Cloud can be configured in Terraform with the resource name azurerm_spring_cloud_custom_domain. 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 Spring Cloud Custom Domain.

Microsoft.AppPlatform/Spring/apps/domains (Azure Resource Manager)

The Spring/apps/domains in Microsoft.AppPlatform can be configured in Azure Resource Manager with the resource name Microsoft.AppPlatform/Spring/apps/domains. 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 custom domain resource.

  • properties required
      • certName optional - string

        The bound certificate name of domain.

      • thumbprint optional - string

        The thumbprint of bound certificate.

  • type required - string

Frequently asked questions

What is Azure Spring Cloud Custom Domain?

Azure Spring Cloud Custom Domain is a resource for Spring Cloud of Microsoft Azure. Settings can be wrote in Terraform.