Hello [@NielMohanty-3656](/users/na/?userid=565f71dd-b77a-4810-b9e3-407b196160f1 To deploy multiple isolated function app projects in the same Azure Function container, you can follow these 4 steps:
- Create a new Azure Function app with the Isolated process model.
- Publish your first isolated function app project (IsolatedFunctionApp1.csproj) to the Azure Function app container using Visual Studio or Azure CLI.
- Publish your second isolated function app project (IsolatedFunctionApp2.csproj) to the same Azure Function app container using Visual Studio or Azure CLI.
- Verify that both function apps are deployed successfully by checking the logs in the Azure portal or using the Azure CLI. Once both function apps are deployed, you can access all four functions from the same Azure Function app container.
I hope that this response has addressed your query and helped you overcome your challenges. If so, please mark this response as Answered. This will not only acknowledge our efforts, but also assist other community members who may be looking for similar solutions.