Overview
|
|
| Name |
tunnelwithnatrules |
| Tag |
2026.8.31.6 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/tunnelwithnatrules:2026.8.31.6 |
| Last updated |
2026-08-31 10:53:47:+00:00 |
| Created |
2026-08-31 10:53:47:+00:00 |
| Digest |
sha256:32e0cb811df6d4fb03df2527d4747c030f256ad9c263e6e2e96687da8308574d |
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.31.6' = {
name: 'tunnelwithnatrules${env}${version}'
params: {
env: env
tunnelsConfigurations: tunnelsConfigurations
virtualNetworkGatewayId: virtualNetworkGatewayId
}
}