Sam Critchley
Sam Critchley
Still broken April 2020...
@ahmedelnably can you reopen this. I'm getting the exact same exception with the exact same stack. ``` System.IO.FileSystem.dll!System.IO.File.ReadAllText(string path) Unknown System.IO.Abstractions.dll!System.IO.Abstractions.FileWrapper.ReadAllText(string path) Unknown func.dll!Azure.Functions.Cli.Common.FileSystemHelpers.ReadAllTextFromFile(string path) Line 33 C# func.dll!Azure.Functions.Cli.Common.AppSettingsFile.AppSettingsFile(string filePath)...
Also I'm able to debug it via VS Code, takes some of the urgency out of it for me :) Adding my startup code and a single trigger func from...
I can mock virtuals with my chosen mock library (nSubstitute). But it's not really ideal vs interfaces, there always seems to be more gotchas when testing in this way (speaking...
So... set the type to Image. Select windows from the drop down, then set the type back to container. Voila, its now set up for windows.  Note the pool...
I'm using the `azure-servicebus` trigger currently. I can't see any appropriate method on the REST api that would do this but "Service Bus Explorer" has the ability to produce a...
Seems to use this method: https://docs.microsoft.com/en-us/dotnet/api/microsoft.servicebus.messaging.subscriptionclient.getmessagesessions?view=azure-dotnet#Microsoft_ServiceBus_Messaging_SubscriptionClient_GetMessageSessions
Yeah that would be great. In this particular case I wouldn't be interested in scaling based on the number of messages at all, only the number of sessions. Because of...
@JorTurFer Can this not be solved by the addition of ``` anyOf: - required: ["host"] - required: ["hosts"] ``` to the CRD?
Idk about kubebuilder but i manually hacked on the CRD in my cluster and I now get a validation error if i try to save a scaled object without hosts...