Hi @jpm2617 ,
Network policies have two primary modes: Full Access (unrestricted outbound internet) and Restricted Access (tightly controlled outbound connections). The default policy is associated with all workspaces that have no explicit network policy assignment.
The key thing to check is what your default policy's internet access mode is actually set to. "Default provided by Databricks" doesn't automatically mean "Full Access" - if your account admin (or a previous admin) has modified the default policy to restricted mode, public internet will be blocked.
As an account admin, do the following:
- Go to the Account Console -> Security -> Networking tab
- Under Policies, click Context-based ingress & egress control
- Open the default policy (or whichever policy is attached to your workspace)
- Click the Egress tab and check the internet access setting
- Set it to "Allow access to all destinations" for unrestricted outbound internet access or add domains you want to reach to "Allowed domains"

If my answer was helpful, please consider marking it as accepted solution