Overview
|
|
| Name |
tunnelwithnatrules |
| Tag |
2026.8.25.4 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/tunnelwithnatrules:2026.8.25.4 |
| Last updated |
2026-08-25 10:43:18:+00:00 |
| Created |
2026-08-25 10:43:18:+00:00 |
| Digest |
sha256:7359f77477c09633a9a8f578d420fce736241db8987bcd76633a36a92ea60df5 |
Parameters
| Name |
Type |
Required |
Description |
env |
string |
Yes |
|
tunnelsConfigurations |
array |
Yes |
|
virtualNetworkGatewayId |
string |
Yes |
|
Outputs
| Name |
Type |
Description |
tunnelNATUpdate |
array |
|
Example
@description('The target environment.')
param env string
@description('The deployment version.')
param version string = '1.0.0.0'
param tunnelsConfigurations array
param virtualNetworkGatewayId string
module tunnelwithnatrules 'br:bicepacrdevwcom.azurecr.io/bicep/modules/tunnelwithnatrules:2026.8.25.4' = {
name: 'tunnelwithnatrules${env}${version}'
params: {
env: env
tunnelsConfigurations: tunnelsConfigurations
virtualNetworkGatewayId: virtualNetworkGatewayId
}
}