Skip to content

Instantly share code, notes, and snippets.

@AnthonyGiretti
Created December 5, 2024 01:12
Show Gist options
  • Save AnthonyGiretti/1d635c1a8693be0ec12878fa7212bc39 to your computer and use it in GitHub Desktop.
Save AnthonyGiretti/1d635c1a8693be0ec12878fa7212bc39 to your computer and use it in GitHub Desktop.
Required local.appsettings.json configuration to run Azure Functions on .NET isolated locally
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment