I have an Azure Function App developed using .NET 8 containing Project A and Project B, each with some Azure functions. However, after deployment with CICD pipeline in the Azure portal, I cannot see functions from Project A in the Function App. I updated the functions.metadata file with both function lists, but to no avail. Any suggestions on how to fix this issue would be appreciated.
Azure Function App
│
├── Project A
│ ├── Function 1
│ ├── Function 2
│ └── Function 3
│
└── Project B
├── Function 4
└── Function 5
I could deploy all functions from each project in to the same function app
Arulanand is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.