To achieve both internal and external access in an Azure App Service Environment (ASE), you can:
- Set up an External ASE to ensure it's accessible over the internet.
- Configure a Private Endpoint for internal access, enabling secure access within your Virtual Network (VNet).
This setup allows the ASE to be accessible externally while also providing a private, secure pathway for internal access, leveraging Azure's networking capabilities to manage both access paths efficiently.