Microsoft.App managedEnvironments/javaComponents

ARM template resource definition

The managedEnvironments/javaComponents resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.App/managedEnvironments/javaComponents resource, add the following JSON to your template.

{
  "type": "Microsoft.App/managedEnvironments/javaComponents",
  "apiVersion": "2023-11-02-preview",
  "name": "string",
  "properties": {
    "componentType": "string",
    "configurations": [
      {
        "propertyName": "string",
        "value": "string"
      }
    ],
    "serviceBinds": [
      {
        "name": "string",
        "serviceId": "string"
      }
    ]
  }
}

Property values

managedEnvironments/javaComponents

Name Description Value
type The resource type 'Microsoft.App/managedEnvironments/javaComponents'
apiVersion The resource api version '2023-11-02-preview'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties Java Component resource specific properties JavaComponentProperties

JavaComponentProperties

Name Description Value
componentType Type of the Java Component. 'SpringBootAdmin'
'SpringCloudConfig'
'SpringCloudEureka'

configurations List of Java Components configuration properties JavaComponentConfigurationProperty[]
serviceBinds List of Java Components that are bound to the Java component JavaComponentServiceBind[]

JavaComponentConfigurationProperty

Name Description Value
propertyName The name of the property string
value The value of the property string

JavaComponentServiceBind

Name Description Value
name Name of the service bind string
serviceId Resource id of the target service string