2026.8.25.4

Overview

Name appserviceplanfunctionexisting
Tag 2026.8.25.4
FullName br:bicepacrdevwcom.azurecr.io/bicep/modules/appserviceplanfunctionexisting:2026.8.25.4
Last updated 2026-08-25 10:40:10:+00:00
Created 2026-08-25 10:40:10:+00:00
Digest sha256:32e5fdc657bc6ced06532868d4e7af50cc27d6d38e4ddc5961d203d66362f65f

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.25.4' = {
    name: 'appserviceplanfunctionexisting${env}${version}'
    params: {
      functionAppPlanConfig: functionAppPlanConfig
      env: env
    }
}