Skip to content

Commit eff999f

Browse files
authored
Merge pull request #241349 from AlizaBernstein/WI-64296-fix-d4Containers-for-ffx-mc
WI-64296-fix-d4Containers-for-ffx-mc
2 parents 1223291 + 5e21212 commit eff999f

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

articles/aks/outbound-rules-control-egress.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn what ports and addresses are required to control egress traff
44
ms.subservice: aks-networking
55
ms.topic: article
66
ms.author: allensu
7-
ms.date: 03/10/2023
7+
ms.date: 06/13/2023
88
author: asudbring
99

1010
#Customer intent: As an cluster operator, I want to learn the network and FQDNs rules to control egress traffic and improve security for my AKS clusters.
@@ -143,11 +143,11 @@ If you choose to block/not allow these FQDNs, the nodes will only receive OS upd
143143

144144
#### Required FQDN / application rules
145145

146-
| FQDN | Port | Use |
147-
|-----------------------------------------------|-----------|----------|
148-
| **`login.microsoftonline.com`** | **`HTTPS:443`** | Required for Active Directory Authentication. |
149-
| **`*.ods.opinsights.azure.com`** | **`HTTPS:443`** | Required for Microsoft Defender to upload security events to the cloud.|
150-
| **`*.oms.opinsights.azure.com`** | **`HTTPS:443`** | Required to Authenticate with LogAnalytics workspaces.|
146+
| FQDN | Port | Use |
147+
|------------------------------------------------------------|-----------|----------|
148+
| **`login.microsoftonline.com`** <br/> **`login.microsoftonline.us`** (Azure Government) <br/> **`login.microsoftonline.cn`** (Azure China 21Vianet) | **`HTTPS:443`** | Required for Active Directory Authentication. |
149+
| **`*.ods.opinsights.azure.com`** <br/> **`*.ods.opinsights.azure.us`** (Azure Government) <br/> **`*.ods.opinsights.azure.cn`** (Azure China 21Vianet)| **`HTTPS:443`** | Required for Microsoft Defender to upload security events to the cloud.|
150+
| **`*.oms.opinsights.azure.com`** <br/> **`*.oms.opinsights.azure.us`** (Azure Government) <br/> **`*.oms.opinsights.azure.cn`** (Azure China 21Vianet)| **`HTTPS:443`** | Required to Authenticate with LogAnalytics workspaces.|
151151

152152
### CSI Secret Store
153153

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dcurwin
66
ms.author: dacurwin
77
ms.custom: ignite-2022, devx-track-azurecli
88
zone_pivot_groups: k8s-host
9-
ms.date: 10/30/2022
9+
ms.date: 06/13/2023
1010
---
1111

1212
# Enable Microsoft Defender for Containers
@@ -101,7 +101,7 @@ A full list of supported alerts is available in the [reference table of all Defe
101101
[!INCLUDE [FAQ](./includes/defender-for-containers-override-faq.md)]
102102
::: zone-end
103103

104-
## Learn More
104+
## Learn more
105105

106106
You can check out the following blogs:
107107

articles/defender-for-cloud/includes/defender-for-container-prerequisites-arc-eks-gke.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ author: dcurwin
1111

1212
Validate the following endpoints are configured for outbound access so that the Defender extension can connect to Microsoft Defender for Cloud to send security data and events:
1313

14-
For Azure public cloud deployments:
14+
For public cloud deployments:
1515

16-
| Domain | Port |
17-
| -------------------------- | ---- |
18-
| *.ods.opinsights.azure.com | 443 |
19-
| *.oms.opinsights.azure.com | 443 |
20-
| login.microsoftonline.com | 443 |
16+
| Azure Domain | Azure Government Domain | Azure China 21Vianet Domain | Port |
17+
| -------------------------- | -------------------------- | -------------------------- |---- |
18+
| *.ods.opinsights.azure.com | *.ods.opinsights.azure.us | *.ods.opinsights.azure.cn | 443 |
19+
| *.oms.opinsights.azure.com | *.oms.opinsights.azure.us | *.oms.opinsights.azure.cn | 443 |
20+
| login.microsoftonline.com | login.microsoftonline.us | login.chinacloudapi.cn | 443 |
2121

2222
The following domains are only necessary if you're using a relevant OS. For example, if you have EKS clusters running in AWS, then you would only need to apply the `Amazon Linux 2 (Eks): Domain: "amazonlinux.*.amazonaws.com/2/extras/*"` domain.
2323

0 commit comments

Comments
 (0)