Overview
|
|
| Name |
functionappkey |
| Tag |
2026.9.9.2 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/functionappkey:2026.9.9.2 |
| Last updated |
2026-09-09 12:48:57:+00:00 |
| Created |
2026-09-09 12:48:57:+00:00 |
| Digest |
sha256:7851de3b1b2bae512ebc14f078503e138037a9197a2f1b0065f41e6afcccb3a3 |
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.9.9.2' = {
name: 'functionappkey${env}${version}'
params: {
functionAppName: functionAppName
}
}