Azure / azure-functions-on-container-apps

Docs , samples and issues for Azure Functions on Azure Container Apps
MIT License
74 stars 18 forks source link

Sample should have private endpoint for Key Vault and Storage Account #93

Open francovanzyl96 opened 6 days ago

francovanzyl96 commented 6 days ago

Is your feature request related to a problem? Please describe. The sample would be more practical and secure if the Azure Key Vault and Storage Account resources have private endpoints deployed. Additionally the Azure Container Registry could also have a private endpoint.

Describe the solution you'd like I would like to see a sample where Azure Key Vault and Storage Account resources have private endpoints deployed. Additionally the Azure Container Registry could also have a private endpoint. I would also like to see samples of how the App Settings should be configured to force all outbound traffic from the Function App to go over the private VNet attached to the Container Apps Environment.

Describe alternatives you've considered I have attempted to use the App Settings as described for deploying Function Apps on App Service Plans, however this does not seem to include a solution for accessing Key Vault secrets over a private endpoint connection.

Additional context

raorugan commented 4 days ago

Ack on this. Allow us to get back on this.