This article will guide you through the process of :
...
enabling HIVE for Microsoft Townhall (via your Microsoft 365 tenant)
Scenario A: Your organization is not using Teams Premium license
...
Follow these steps to use the Teams admin center to disable Microsoft eCDN for organizers with a premium license for Townhall.:
Open the Teams admin center.
Expand Meetings from the navigation pane.
Under Meetings, select Events Policies.
Either select an existing policy (preferably the global policy) or create a new one.
Toggle the Use Microsoft eCDN setting to Off.
Select Save.
...
Using PowerShell
To disable Microsoft eCDN for Premium town halls, use the -UseMicrosoftECDN
parameter within the PowerShell CsTeamsEventsPolicy by using the following script:
...
Set-CsTeamsEventsPolicy
...
-Identity
...
<policy
...
name>
...
-UseMicrosoftECDN
...
Disabled