Skip to content

Commit 00536fb

Browse files
Merge pull request #28218 from BryanNyce/patch-7
Update microsoft-365-vpn-stream-and-live-events.md
2 parents 4ff6bd7 + 60cb0dd commit 00536fb

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

microsoft-365/enterprise/microsoft-365-vpn-stream-and-live-events.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,9 @@ To implement the forced tunnel exception for Teams Events, the following steps s
5353
Clients need external, recursive DNS resolution to be available so that the following host names can be resolved to IP addresses.
5454

5555
For the **Commercial** cloud:
56-
- \*.media.azure.net
5756
- \*.bmc.cdn.office.net
5857
- \*.ml.cdn.office.net
5958

60-
**\*.media.azure.net** and **\*.bmc.cdn.office.net** are used for Teams-produced Live Events (Quick Start events and RTMP-In supported events) scheduled from the Teams client.
61-
62-
**\*.media.azure.net**, **\*.bmc.cdn.office.net** and **\*.ml.cdn.office.net** are used for Teams Town hall events.
63-
64-
> [!NOTE]
65-
> Some of these endpoints are shared with other elements outside of Teams events.
6659

6760
For the **Government** clouds **(GCC, GCC High, DoD)**:
6861
- \*.cdn.ml.gcc.teams.microsoft.com
@@ -376,7 +369,7 @@ function Get-TeamsEventsConfiguration {
376369
break
377370
}
378371
default {
379-
@('*.bmc.cdn.office.net', '*.ml.cdn.office.net', '*.media.azure.net')
372+
@('*.bmc.cdn.office.net', '*.ml.cdn.office.net')
380373
break
381374
}
382375
}

0 commit comments

Comments
 (0)