Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions modules/security/azure-security-center/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,41 +55,6 @@ This module deploys an Azure Security Center (Defender for Cloud) Configuration.
| `virtualMachinesPricingTier` | string | `'Free'` | `[Free, Standard]` | The pricing tier value for VMs. Azure Security Center is provided in two pricing tiers: free and standard, with the standard tier available with a trial period. The standard tier offers advanced security capabilities, while the free tier offers basic security features. - Free or Standard. |


### Parameter Usage: `securityContactProperties`

<details>

<summary>Parameter JSON format</summary>

```json
"securityContactProperties": {
"value": {
"email": "test@contoso.com",
"phone": "+12345678",
"alertNotifications": "On",
"alertsToAdmins": "Off"
}
}
```

</details>

<details>

<summary>Bicep format</summary>

```bicep
securityContactProperties: {
email: 'test@contoso.com'
phone: '+12345678'
alertNotifications: 'On'
alertsToAdmins: 'Off'
}
```

</details>
<p>

## Outputs

| Output Name | Type | Description |
Expand Down
Loading