File tree Expand file tree Collapse file tree 6 files changed +20
-18
lines changed
Expand file tree Collapse file tree 6 files changed +20
-18
lines changed Original file line number Diff line number Diff line change 11# Find the Dockerfile for mcr.microsoft.com/azure-functions/dotnet:3.0-dotnet3-core-tools at this URL
22# https://github.com/Azure/azure-functions-docker/blob/main/host/3.0/buster/amd64/dotnet/dotnet-core-tools.Dockerfile
3- FROM mcr.microsoft.com/azure-functions/dotnet:3.0-dotnet3 -core-tools
3+ FROM mcr.microsoft.com/azure-functions/dotnet:4-dotnet6 -core-tools
44
55# Uncomment following lines If you want to enable Development Container Script
66# For more details https://github.com/microsoft/vscode-dev-containers/tree/main/script-library
Original file line number Diff line number Diff line change 1212
1313# Azurite files
1414__azurite_ * .json
15+ __blobstorage__
1516
1617# User-specific files (MonoDevelop/Xamarin Studio)
1718* .userprefs
Original file line number Diff line number Diff line change 11{
22 "azureFunctions.projectSubpath" : " api/TwoWeeksReady" ,
3- "azureFunctions.deploySubpath" : " api/TwoWeeksReady/bin/Release/netcoreapp3.1 /publish" ,
3+ "azureFunctions.deploySubpath" : " api/TwoWeeksReady/bin/Release/net6.0 /publish" ,
44 "azureFunctions.projectLanguage" : " C#" ,
5- "azureFunctions.projectRuntime" : " ~3 " ,
5+ "azureFunctions.projectRuntime" : " ~4 " ,
66 "debug.internalConsoleOptions" : " neverOpen" ,
77 "azureFunctions.preDeployTask" : " publish (functions)"
88}
Original file line number Diff line number Diff line change 9898 "type" : " func" ,
9999 "dependsOn" : " API (Build)" ,
100100 "options" : {
101- "cwd" : " ${workspaceFolder}/api/TwoWeeksReady/bin/Debug/netcoreapp3.1 " ,
101+ "cwd" : " ${workspaceFolder}/api/TwoWeeksReady/bin/Debug/net6.0 " ,
102102 "languageWorkers__node__arguments" : " --inspect=5858"
103103 },
104104 "command" : " host start" ,
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp3.1 </TargetFramework >
5+ <TargetFramework >net6.0 </TargetFramework >
66 </PropertyGroup >
77
88 <ItemGroup >
Original file line number Diff line number Diff line change 11{
2- "IsEncrypted" : false ,
3- "Values" : {
4- "FUNCTIONS_WORKER_RUNTIME" : " dotnet" ,
5- "OidcApiAuthSettings:Audience" : " https://2wrdev.azurewebsites.net" ,
6- "OidcApiAuthSettings:IssuerUrl" : " https://login.2wr.org/"
7- },
8- "ConnectionStrings" : {
9- "CosmosDBConnection" : " AccountEndpoint=https://localhost:8081/;AccountKey=YOURLOCALACCOUNTKEY" ,
10- "StorageConnection" : " UseDevelopmentStorage=true"
11- },
12- "Host" :{
13- "CORS" : " *"
14- }
2+ "IsEncrypted" : false ,
3+ "Values" : {
4+ "AzureWebJobsStorage" : " UseDevelopmentStorage=true" ,
5+ "FUNCTIONS_WORKER_RUNTIME" : " dotnet" ,
6+ "OidcApiAuthSettings:Audience" : " https://2wrdev.azurewebsites.net" ,
7+ "OidcApiAuthSettings:IssuerUrl" : " https://login.2wr.org/"
8+ },
9+ "ConnectionStrings" : {
10+ "CosmosDBConnection" : " AccountEndpoint=https://localhost:8081/;AccountKey=C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==" ,
11+ "StorageConnection" : " UseDevelopmentStorage=true"
12+ },
13+ "Host" :{
14+ "CORS" : " *"
15+ }
1516}
You can’t perform that action at this time.
0 commit comments