Bala G

Results 10 issues of Bala G

Subsequent PRs will customize different host services as required. Scope of this PR is to add a way to check if container is running on a Legion host. [### Issue...

Currently we log blob detection time based on scans, enqueue time to internal queue, function invocation start time. Adding blob creation time as well will provide more complete end-end latency....

Track 2
Storage
Track2 Migrate

Portal requires AI instrumentation key to query App Insights metrics. When logged in user only has Reader level permissions, the key cannot be fetched and portal will not display the...

feature
Needs: Triage (functions)

To debug error 143 , the python worker process should handle SIGTERM signal and log the current memory usage before exiting. We need this until we have some other way...

needs-discussion
supportability

Once we have the CORS middleware available in functions host, in addition to site config this will be another way to configure CORS headers.

Needs: Attention :wave:

Logic doesnt account for non-Azure clouds resulting in failures across different scenarios. ### Issue describing the changes in this PR resolves https://github.com/Azure/azure-functions-host/issues/8788 ### Pull request checklist * [ X] My...

https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script/Host/ScriptHostIdProvider.cs#L68 Code assumes the dns suffix will always be azurewebsites.net. Breaks on other clouds with different suffixes. Exception Stack trace for Python Functions App + Blob Trigger + Linux Consumption...