Microsoft.AppPlatform Spring/buildServices/builders/buildpackBindings

ARM template resource definition

The Spring/buildServices/builders/buildpackBindings 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.AppPlatform/Spring/buildServices/builders/buildpackBindings resource, add the following JSON to your template.

{
  "type": "Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings",
  "apiVersion": "2023-03-01-preview",
  "name": "string",
  "properties": {
    "bindingType": "string",
    "launchProperties": {
      "properties": {
      "secrets": {}
    }
  }
}

Property values

Spring/buildServices/builders/buildpackBindings

Name Description Value
type The resource type 'Microsoft.AppPlatform/Spring/buildServices/builders/buildpackBindings'
apiVersion The resource api version '2023-03-01-preview'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties Properties of a buildpack binding BuildpackBindingProperties

BuildpackBindingProperties

Name Description Value
bindingType Buildpack Binding Type 'ApacheSkyWalking'
'AppDynamics'
'ApplicationInsights'
'CACertificates'
'Dynatrace'
'ElasticAPM'
'NewRelic'

launchProperties The object describes the buildpack binding launch properties BuildpackBindingLaunchProperties

BuildpackBindingLaunchProperties

Name Description Value
properties Non-sensitive properties for launchProperties BuildpackBindingLaunchProperties
secrets Sensitive properties for launchProperties object