dotnet-core icon indicating copy to clipboard operation
dotnet-core copied to clipboard

Provide support for cloud native azure functions with .Netcore buildpack

Open findajay opened this issue 1 year ago • 8 comments

findajay avatar Mar 14 '23 12:03 findajay

@findajay I'm not super familiar with Cloud Native Azure functions. Could you add details here about your use case, what behaviour you're looking for, and what an application might look like?

sophiewigmore avatar Mar 28 '23 10:03 sophiewigmore

@sophiewigmore Here is a sample of app which is exactly I am using https://github.com/Azure/azure-functions-dotnet-worker/tree/main/samples/FunctionApp .... Just need to create a container image for this app using Paketo Buildpack for .NetCore.

findajay avatar Mar 29 '23 11:03 findajay

@sophiewigmore As Serverless functions has become popular in cloud development, I am sure this will be a super urgent requirement for many. Could you consider it in your internal discussion as a new feature support? Thanks.

findajay avatar Mar 30 '23 11:03 findajay

@DaShaun

findajay avatar Apr 14 '23 16:04 findajay

What are you currently doing now to support this workflow? Do you use Dockerfiles?

sophiewigmore avatar Apr 18 '23 16:04 sophiewigmore

We had a community-led Go Function buildpack (RFC here). Although I'm not sure if it ever ended up being implemented by the author, this idea could serve as a good example for another initiative, like this one. I don't know if we would officially adopt this as a part of our core team priorities, until we have heard more data points from the community on how needed this specific use-case would be, so I am interested to hear if there are others with a similar need.

sophiewigmore avatar Apr 18 '23 16:04 sophiewigmore

What are you currently doing now to support this workflow? Do you use Dockerfiles?

We are kind of blocked......trying to use Dockerfiles with zip deployment, which is not very nice and breaks our infra automation flow.

findajay avatar Apr 19 '23 06:04 findajay

@findajay I haven't had time to look deeper at this myself, I had some other buildpack related issues to deal with. However, I have reached out, to see if I can find more help on this issue. Please continue to hold!

dashaun avatar Apr 29 '23 16:04 dashaun