Skip to content

Commit 573435f

Browse files
authored
Merge pull request #183514 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/azure-docs (branch master)
2 parents c7ce104 + b0fad63 commit 573435f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/defender-for-cloud/defender-for-containers-enable.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Request Body:
110110

111111
```rest
112112
{
113+
"location": "{{Location}}",
113114
"properties": {
114115
"securityProfile": {
115116
"azureDefender": {
@@ -125,6 +126,7 @@ Request body parameters:
125126

126127
| Name | Description | Mandatory |
127128
|--------------------------------------------------------------------------|------------------------------------------------------------------------------------------|-----------|
129+
| location | Cluster's location | Yes |
128130
| properties.securityProfile.azureDefender.enabled | Determines whether to enable or disable Microsoft Defender for Containers on the cluster | Yes |
129131
| properties.securityProfile.azureDefender.logAnalyticsWorkspaceResourceId | Log Analytics workspace Azure resource ID | Yes |
130132
| | | |
@@ -605,11 +607,11 @@ Request body:
605607

606608
```rest
607609
{
610+
"location": "{{Location}}",
608611
"properties": {
609612
"securityProfile": {
610613
"azureDefender": {
611-
"enabled": false,
612-
"logAnalyticsWorkspaceResourceId": "" // leave empty
614+
"enabled": false
613615
}
614616
}
615617
}
@@ -620,8 +622,8 @@ Request body parameters:
620622

621623
| Name | Description | Mandatory |
622624
|--------------------------------------------------------------------------|------------------------------------------------------------------------------------------|-----------|
625+
| location | Cluster's location | Yes |
623626
| properties.securityProfile.azureDefender.enabled | Determines whether to enable or disable Microsoft Defender for Containers on the cluster | Yes |
624-
| properties.securityProfile.azureDefender.logAnalyticsWorkspaceResourceId | Log Analytics workspace Azure resource ID | Yes |
625627
| | | |
626628

627629

@@ -646,13 +648,12 @@ The relevant template and parameters to remove the Defender profile from AKS are
646648
647649
"securityProfile": {
648650
"azureDefender": {
649-
"enabled": false,
650-
"logAnalyticsWorkspaceResourceId": "" // leave empty
651+
"enabled": false
651652
}
652653
},
653654
}
654655
}
655656
656657
---
657658
658-
::: zone-end
659+
::: zone-end

0 commit comments

Comments
 (0)