Skip to content

Commit

Permalink
updates to cjproj
Browse files Browse the repository at this point in the history
  • Loading branch information
madebygps committed Nov 20, 2023
1 parent ea7e5be commit 2c590b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<OutputType>Exe</OutputType>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.20.0" />
Expand Down
4 changes: 4 additions & 0 deletions api/setup_perf.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
az functionapp config appsettings set -g cloud-resume-challenge-rg -n AzureResumeVisitorCounter --settings 'WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED=1'
az functionapp config set -g cloud-resume-challenge-rg -n AzureResumeVisitorCounter --net-framework-version
"v8.0"
az functionapp config set -g cloud-resume-challenge-rg -n AzureResumeVisitorCounter --use-32bit-worker-process false

0 comments on commit 2c590b9

Please sign in to comment.