Update host.json#15
Open
mrboogiee wants to merge 1 commit into
Open
Conversation
# Microsoft Announcement Extension bundles v1, v2, and v3 are deprecated ## Details Per the Azure Functions extension bundles support policy, the most recent major version is considered the active version and is the only recommended version for your function apps. Older versions (v1, v2, and v3) are deprecated and no longer supported. Function apps that continue to use a deprecated bundle can still run on the platform. However, to ensure access to new features, performance improvements, security patches, and full support, you must upgrade your function apps to a supported bundle version. ## Required Action Upgrade your Functions apps to extension bundle v4, the latest active version. To stay secure and always benefit from the latest minor updates, we recommend referencing v4 as a range, [4.*, 5.0.0), in host.json.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Microsoft Announcement
Extension bundles v1, v2, and v3 are deprecated
Details
Per the Azure Functions extension bundles support policy, the most recent major version is considered the active version and is the only recommended version for your function apps. Older versions (v1, v2, and v3) are deprecated and no longer supported. Function apps that continue to use a deprecated bundle can still run on the platform. However, to ensure access to new features, performance improvements, security patches, and full support, you must upgrade your function apps to a supported bundle version.
Required Action
Upgrade your Functions apps to extension bundle v4, the latest active version. To stay secure and always benefit from the latest minor updates, we recommend referencing v4 as a range, [4.*, 5.0.0), in host.json.