Network Watcher
Deploys a Network Watcher in Azure.
Summary
Module to deploy a Network Watcher with monitoring capabilities.
| Property |
Value |
| Owner |
platform-team |
| Support |
Support |
| Version |
1.0.0 |
Resource Types
| Resource Type |
Microsoft.Network/networkWatchers |
Usage
module network_watcher 'br:geitbicepmodweucr01.azurecr.io/bicep/modules/network/network-watcher:1.0.0' = {
name: 'network_watcher'
params: {
// Required parameters
par_network_watcher_name: <string>
}
}
Parameters
| Name |
Type |
Description |
Default |
par_location |
string |
Optional. The location of the Network Watcher. Default is the resource group location. |
[resourceGroup().location] |
par_network_watcher_name |
string |
Required. The name of the Network Watcher. |
required |
par_tags |
object |
Optional. The tags for the Network Watcher. Defaults to an empty object. |
`` |
Outputs
| Name |
Type |
Description |
out_network_watcher_id |
string |
Resource ID of the Network Watcher created. |
out_network_watcher_name |
string |
Name of the Network Watcher created. |
Versions
Pin an exact version. Ranges are not supported.
| Version |
Reference |
1.0.0 (latest) |
br/Euvic-Modules:network/network-watcher:1.0.0 |