Sergey Voronov
Sergey Voronov
Now the library provides `MAIN_CLASS` to the Spring Cloud code if the field in `local.settings.json` is configured, see in https://github.com/Azure/azure-functions-java-worker/issues/338#issuecomment-1612909545 Though it seems like overhead that we have to explicitly...
Seems like azure-functions-java still doesn't add `MAIN_CLASS` to `MANIFEST.MF`
@kaibocai , thanks, you're right, with latest dependencies it works if specify - `MAIN_CLASS` in `local.settings.json` - `MAIN_CLASS` in `src/main/azure/local.settings.json` - `start-class` in `pom.xml` [Made a sample project with that](https://github.com/sergey124/azure-function-example-spring-maven)
Also got a problem at this step with no error details. (Copilot agent, App Registration and Container App are in the same tenant, no changes to the default deployment plan)...