Overview
|
|
| Name |
functionappkey |
| Tag |
2026.8.31.6 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/functionappkey:2026.8.31.6 |
| Last updated |
2026-08-31 10:51:23:+00:00 |
| Created |
2026-08-31 10:51:23:+00:00 |
| Digest |
sha256:5f22196d6d8feaa6cd314019b5270e44d42b6e67ec96bc8b4027c8e7cf139c6c |
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.31.6' = {
name: 'functionappkey${env}${version}'
params: {
functionAppName: functionAppName
}
}