oracle / weblogic-azure

This project offers support for running Oracle WebLogic Server in the Azure Virtual Machines and Azure Kubernetes Service (AKS)
Universal Permissive License v1.0
8 stars 19 forks source link

WLS on AKS: Do not provision public IP for Ubuntu machine. #316

Closed galiacheng closed 5 days ago

galiacheng commented 1 week ago

The WLS on AKS offering relies on an Ubuntu machine to build the WLS image, which requires the creation of a public IP.

If a subscription has the policy "Network interfaces should not have public IPs" assigned, the public IP provisioning triggers this policy. This results in the denial of resource deployment and causes the WLS on AKS deployment to fail.

This issue is to figure out whether we can use the Ubuntu machine without a public IP.