Jacob Hodges
Jacob Hodges
You've mentioned AWS Lambda, that doesn't make any sense.
I've at least got the ILogger stuff wired up correctly doing the following: ``` [assembly: FunctionsStartup(typeof(FunctionsTest.Startup))] namespace FunctionsTest { public class Startup : FunctionsStartup { public override void Configure(IFunctionsHostBuilder builder)...
I just hit this today and I'm wondering if there is a proper fix for this yet?
I am already using `dotnet msbuild`. I am assuming you mean after #2702 is merged?
What's holding it up do you think?
@smadala are you still actively working on this issue?
I'm using the following to add the retention policy only when a value is provided for `diagnosticStorageAccountId`. ```bicep var storageAccountRetentionPolicy = { enabled: true days: diagnosticLogsRetentionInDays } var retentionPolicy =...
This is still an issue for me. I use the dev drive with a folder mount which is the only difference from the standard setup.
@eamodio please consider re-opening and I can provide any additional info. Sorry I have been away on leave.
Confirming that this issue is to do with the NTFS junction created when using the Paths feature of Dev Drive.   If I access my repo directly via the...