Azure / azure-functions-on-container-apps

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

Start/Stop on underlying container app no longer works because of deny assignment #75

Closed eduards-vavere closed 1 month ago

eduards-vavere commented 1 month ago

I'm migrating function apps from elastic plan to container env. There are multiple issues I have to troubleshoot and during this time I NEED the option to START/STOP the function app. Previously this was possible at least in the underlying container app.

Without a START/STOP button work is very difficult, I have to delete entire resources, then modify bicep, or break them somehow by putting in invalid config. This is very unusable.

Please just add a start/stop button. Thanks.

chandrod commented 1 month ago

Hi @eduards-vavere, we are in the process of supporting START/STOP apis, we have already made the code changes, but need deployments and verifications before we make it available to customers. Thanks for bringing up this issue.

eduards-vavere commented 1 month ago

@chandrod Awesome! :D

raorugan commented 1 month ago

Hi @eduards-vavere , this feature is now out , you may check it out using "az functionapp stop --name --resource-group . The portal access will be out soon as it is currently work in progress.

raorugan commented 1 month ago

Closing this issue as it is already being tracked here - https://github.com/Azure/azure-functions-on-container-apps/issues/48