You are configuring an Azure OpenAI service instance. You need to ensure that the service is only accessible from your corporate virtual network and that public internet access is completely disabled. Which configuration should you implement?
This is the standard pattern for network isolation for Azure AI services.
Why this answer
Private endpoints provide a secure connection to the service via a private IP in your VNet, and disabling public network access ensures the service is not exposed to the public internet.