You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For .NET on the isolated worker model at least, both TimerTrigger and RabbitMQ trigger attempt to create a readme.md. If you attempt to use both templates, the results of one will overwrite the other. If such a file is needed, the filename should be conditioned on the name given as a parameter to the item template. For example, myTimerTrigger_readme.md or something like that.
We should also assess if it is actually necessary to output markdown as part of these gestures. The content here may more appropriately be handled in code comments, etc.
The text was updated successfully, but these errors were encountered:
For .NET on the isolated worker model at least, both TimerTrigger and RabbitMQ trigger attempt to create a
readme.md
. If you attempt to use both templates, the results of one will overwrite the other. If such a file is needed, the filename should be conditioned on the name given as a parameter to the item template. For example,myTimerTrigger_readme.md
or something like that.We should also assess if it is actually necessary to output markdown as part of these gestures. The content here may more appropriately be handled in code comments, etc.
The text was updated successfully, but these errors were encountered: