# Github accelerator notes - Can't create a linux web app and a function (windows or linux) in the same resource group - We have GOT to figure out how to get the Azure Sub secrets up there easier - Will codespaces / gh actions have a free teir? - Bicep tries to install .net 5. Don't do that - Would be great if we could deploy to slots - Storage requirement for functions / logic apps? Azurite / but how to do it in a way that doesn't suck? Does Azurite work with Logic apps? - Connectors and logic apps? - Would be nice if all of the extensions debugged in the "Debug" pane so I can easily navigate to logs from each. Now it's a mix of Debug for web app and Terminals for functions / logic apps - I wish stopping / deattaching the node debugger also stopped the process. I expect this is the same issue as debug logs though - All my logs are segreated by service: ![](https://i.imgur.com/97je7Li.png) - Azure arc seems incredibly complicated to get setup in a Kubernetes cluster. A ton of network routes, identities, and such that have to be applied.... ### Chat with DevDiv - How to add new primitives to the project? - Function? - Workflow? - Web App? - Azurite and storage? - Is there a way I could create a new project without having to land on accelerators? Portal centric -> GitHub centric -> VS Code centric? - Visual Studio? - What about CI/CD - Bicep - Porter - GH Actions P0 - Debug multiple functions / functions logic apps without conflicts P1 - Show debug outputs in a single spot? (The debug pane instead of terminals?) P1 - Add a new function / web app / workflow to an accelerator with debug appended (even better would be like Bicep and GH Action stuff?) P1 - Get Azurite working with functions project in codespaces by default (extension or codepsace pattern?) P1 - Get Visual Studio running one of these projects. How hard is it to use Visual Studio? Do we need a "VS specific" project? Is VS out of scope?