In the following section: https://docs.microsoft.com/en-us/azure/azure-functions/functions-host-json#version
I noticed there is no information about v3 of the runtime. What should we specify here? "version": "3.0"
seems obvious but I just wanted to clarify and suggest that the documentation is updated to make it more obvious.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@APIWT Thank you for your feedback! We will review and update as appropriate.
@APIWT I have assigned this to content author for further review and update as appropriate.
@DixitArora-MSFT @ggailey777
Any updates on this? Thanks!!
Any info on this? It appears to not like "version" : "3.0".
Update would be nice. Thanks.
The version in the host.json file indicates the version of the host.json schema itself. Although tied to Functions runtime, it's not the same. host.json v1 is for Functions runtime v1, however host.json v2 is for Functions runtime v2 and v3.
I'll update to clarify this article. Thanks all!
Most helpful comment
The version in the host.json file indicates the version of the host.json schema itself. Although tied to Functions runtime, it's not the same. host.json v1 is for Functions runtime v1, however host.json v2 is for Functions runtime v2 and v3.