Eamon O'Reilly

Results 3 issues of Eamon O'Reilly

Managed dependencies will keep the Az modules updated in the background after the initial function call but we should look to remove this initial wait time by having the Az...

cold start

If you run the below code without using Wait-Debugger then it will run correctly without issue: ``` param($Request, $TriggerMetadata) Wait-Debugger $EncryptString = "eamon" Write-Output $EncryptString $TestSecure = ConvertTo-SecureString -String $EncryptString...

### What language are you using? Dotnet (OOP) ### Expected Behavior Can perform a chat session without receiving a token length limit. I would expect the binding to trim the...

bug
func-ai