Overview
|
|
| Name |
tunnelwithnatrules |
| Tag |
2026.9.9.2 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/tunnelwithnatrules:2026.9.9.2 |
| Last updated |
2026-09-09 12:51:28:+00:00 |
| Created |
2026-09-09 12:51:28:+00:00 |
| Digest |
sha256:adfe17e1c0a5f3ef194af5a42c11c71c97cb0ee899025ac51fab03caa0b8cb31 |
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.9.9.2' = {
name: 'tunnelwithnatrules${env}${version}'
params: {
env: env
tunnelsConfigurations: tunnelsConfigurations
virtualNetworkGatewayId: virtualNetworkGatewayId
}
}