Overview
|
|
| Name |
functionappkey |
| Tag |
2026.8.25.2 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/functionappkey:2026.8.25.2 |
| Last updated |
2026-08-25 09:46:41:+00:00 |
| Created |
2026-08-25 09:46:41:+00:00 |
| Digest |
sha256:deef5f2868580c1ff09bca5a22868a81fdaaaa297a12e7f073de33ff63502575 |
Parameters
| Name |
Type |
Required |
Description |
functionAppName |
string |
Yes |
|
Outputs
| Name |
Type |
Description |
functionAppKey |
string |
|
Example
@description('The target environment.')
param env string
@description('The deployment version.')
param version string = '1.0.0.0'
param functionAppName string
module functionappkey 'br:bicepacrdevwcom.azurecr.io/bicep/modules/functionappkey:2026.8.25.2' = {
name: 'functionappkey${env}${version}'
params: {
functionAppName: functionAppName
}
}