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

Support Console connections to functions container in Function App UI #47

Open ggailey777 opened 8 months ago

ggailey777 commented 8 months ago

ACA lets you connect to hosted containers in the portal: image There are two problems with this in functions hosted on ACA:

  1. This functionality is currently exposed not in the Function App UI but in the Container App UI, which is hidden and hard to navigate to for Functions + ACA.
  2. The console doesn't seem to work...at least I was never able to get a prompt to come up.

If Console is supported for function app containers, then the Console should also be exposed in the Function App UI.