Azure Spring Cloud Active Deployment
This page shows how to write Terraform and Azure Resource Manager for Spring Cloud Active Deployment and write them securely.
azurerm_spring_cloud_active_deployment (Terraform)
The Active Deployment in Spring Cloud can be configured in Terraform with the resource name azurerm_spring_cloud_active_deployment
. 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
-
deployment_name
required - string -
id
optional computed - string -
spring_cloud_app_id
required - string -
timeouts
single block
Explanation in Terraform Registry
Manages an Active Azure Spring Cloud Deployment.
Microsoft.AppPlatform/Spring/apps (Azure Resource Manager)
The Spring/apps in Microsoft.AppPlatform can be configured in Azure Resource Manager with the resource name Microsoft.AppPlatform/Spring/apps
. 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 - stringidentity
optionalprincipalId
optional - stringPrincipal Id
tenantId
optional - stringTenant Id
type
optional - stringType of the managed identity.
location
optional - stringThe GEO location of the application, always the same with its parent resource
name
required - stringThe name of the App resource.
properties
requiredactiveDeploymentName
optional - stringName of the active deployment of the App
fqdn
optional - stringFully qualified dns Name.
httpsOnly
optional - booleanIndicate if only https is allowed.
persistentDisk
optionalmountPath
optional - stringMount path of the persistent disk
sizeInGB
optional - integerSize of the persistent disk in GB
public
optional - booleanIndicates whether the App exposes public endpoint
temporaryDisk
optionalmountPath
optional - stringMount path of the temporary disk
sizeInGB
optional - integerSize of the temporary disk in GB
type
required - string