Hi @Justin Tolchin
If you're facing issues in the portal, you can also try logging in using PowerShell or Azure CLI with the commands below.
Powershell
Connect-AzAccount -TenantId <Tenant ID> -SubscriptionId <> -UseDeviceAuthentication
Azure CLI
az login --tenant <myTenantID> --use-device-code
az account set --subscription "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
After logging in to the correct subscription and tenant, try deleting the Network Watcher flow log using the cmdlet below.
Remove-AzNetworkWatcherFlowLog -Name 'myVNetFlowLog' -Location 'eastus
Reference: Remove-AzNetworkWatcherFlowLog
If the above is unclear and/or you are unsure about something, add a comment below.
Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.