Код: Выделить всё
[2023-03-03T11:34:59.832Z] No job functions found. Try making your job classes and methods public. If you're using binding extensions (e.g. Azure Storage, ServiceBus, Timers, etc.) make sure you've called the registration method for the extension(s) in your startup
code (e.g. builder.AddAzureStorage(), builder.AddServiceBus(), builder.AddTimers(), etc.).
Код: Выделить всё
func init LocalFunctionProj --python -m V2
Код: Выделить всё
func start --verbose
Есть идеи, почему это происходит?
Подробнее здесь: https://stackoverflow.com/questions/756 ... -functions