2026.8.31.6

Overview

Name appserviceplanfunctionexisting
Tag 2026.8.31.6
FullName br:bicepacrdevwcom.azurecr.io/bicep/modules/appserviceplanfunctionexisting:2026.8.31.6
Last updated 2026-08-31 10:50:38:+00:00
Created 2026-08-31 10:50:38:+00:00
Digest sha256:ba9ac24cb5f0d56c852e961589d65b94d44b4f6163edb6e5c57f7125bd1240c1

Parameters

Name Type Required Description
functionAppPlanConfig object Yes // Example config in main:
var functionAppPlan = {
dev: {
name: 'asp-functions-common-dev-customer'
rgName: 'rg-functions-common-dev-customer'
}
stg: {
name: 'asp-functions-common-stg-customer'
rgName: 'rg-functions-common-stg-customer'
}
prd: {
name: 'asp-functions-common-prd-customer'
rgName: 'rg-functions-common-prd-customer'
}
}
env string Yes

Outputs

Name Type Description
serverFarmId string

Example

@description('The target environment.')
param env string

@description('The deployment version.')
param version string = '1.0.0.0'

@description('// Example config in main:
var functionAppPlan = {
  dev: {
    name: 'asp-functions-common-dev-customer'
    rgName: 'rg-functions-common-dev-customer'
  }
  stg: {
    name: 'asp-functions-common-stg-customer'
    rgName: 'rg-functions-common-stg-customer'
  }
  prd: {
    name: 'asp-functions-common-prd-customer'
    rgName: 'rg-functions-common-prd-customer'
  }
}
')
param functionAppPlanConfig object


module appserviceplanfunctionexisting 'br:bicepacrdevwcom.azurecr.io/bicep/modules/appserviceplanfunctionexisting:2026.8.31.6' = {
    name: 'appserviceplanfunctionexisting${env}${version}'
    params: {
      functionAppPlanConfig: functionAppPlanConfig
      env: env
    }
}