2026.8.25.2

Overview

Name appserviceplanfunctionexisting
Tag 2026.8.25.2
FullName br:bicepacrdevwcom.azurecr.io/bicep/modules/appserviceplanfunctionexisting:2026.8.25.2
Last updated 2026-08-25 09:45:55:+00:00
Created 2026-08-25 09:45:55:+00:00
Digest sha256:ca02f5cb134b17cbd69b65f05e85835d4b263e62b40778b721308b813fb83f85

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