Hi all,
I created an Azure Databricks workspace with the below features
I did not create and use a NAT. I found that I still can access Internet in a notebook with a compute.
Does it mean a NAT is not necessary in the architecture? My compute (virtual machine) does not have a public IP, how does the network traffic work from my compute to Internet?
The document Secure cluster connectivity says:
If you enable secure cluster connectivity on your workspace that uses VNet injection, Databricks recommends that your workspace has a stable egress public IP.
- For deployments that need some customization, choose an Azure NAT gateway.
Does it mean the NAT is only necessary if I want my workspace has a stable egress public IP?
Thank you.