Azure / Azure/azure-functions-core-tools

Add support for dotnet-isolated for command func init --docker

Open
#2,446 2 comments 0 reactions 1 assignee Claimed by @ankitkumarr View on GitHub
blocked dotnetworker
Dominant language
C#
Stars
1.5k
Forks
498
Avg merge
5d 4h
Merged PRs (30d)
15

Description

For dotnet, following instructions here:

https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-function-linux-custom-image?tabs=bash%2Cportal&pivots=programming-language-csharp#create-and-test-the-local-functions-project

generated docker file with dotnet base image
```
# To enable ssh & remote debugging on app service change the base image to the one below
# FROM mcr.microsoft.com/azure-functions/dotnet:3.0-appservice
FROM mcr.microsoft.com/azure-functions/dotnet:3.0
```

Need similar support for dotnet-isolated that uses base image that includes dotnet 5

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.