Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change template so Azure Functions bundles work #108

Closed
jeffhollan opened this issue Mar 29, 2019 · 1 comment · Fixed by #109
Closed

Change template so Azure Functions bundles work #108

jeffhollan opened this issue Mar 29, 2019 · 1 comment · Fixed by #109
Assignees

Comments

@jeffhollan
Copy link
Contributor

We are removing the requirement of having .NET Core SDK installed to use extensions with functions. To use this, instead of doing func extensions install you can have a host.json that includes bundling information. The runtime can than use pre-built extensions automatically without requiring a .NET build.

We should update the archetype template to include this.

{
    "version": "2.0",
    "extensionBundle": {
        "id": "Microsoft.Azure.Functions.ExtensionBundle",
        "version": "[1.*, 2.0.0)"
        }
}
@pragnagopa
Copy link
Member

cc @soninaren @mattchenderson

@jdneo / @Flanker32 - Can you please take look at the PR ? Let us know if you have any questions.

@jeffhollan / @soninaren - What is the ETA for bundles annoucement?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants