Skip to content

JBHi-Fi/az-fn-host-10693

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Function on flex consumption cancelling <100ms under heavy load

Github issue #10693

Testing

Deploy the infrastructure to Azure

az login
az deployment sub create \
    --name azure-functions-host-issue-10693 \
    --location australiaeast \
    --template-file ./deploy/main.bicep

Deploy the code

cd src
func azure functionapp publish jbh-au-azure-functions-host-issue-10693-funcfc--no-build

Trigger the function

cd console
STORAGE_CONNECTIONSTRING="Copy connection string from jbhauafh1sa"
dotnet run -c Release

About

Function on flex consumption cancelling <100ms under heavy load #10693

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published