Overview
|
|
| Name |
tunnelwithnatrules |
| Tag |
2026.8.26.3 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/tunnelwithnatrules:2026.8.26.3 |
| Last updated |
2026-08-26 07:48:37:+00:00 |
| Created |
2026-08-26 07:48:37:+00:00 |
| Digest |
sha256:e97e38e4f7106c9a5bd276ce71a0e647e695cd1cd72da15044a0d1e55ccf565e |
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.26.3' = {
name: 'tunnelwithnatrules${env}${version}'
params: {
env: env
tunnelsConfigurations: tunnelsConfigurations
virtualNetworkGatewayId: virtualNetworkGatewayId
}
}