Jacob Viau

Results 138 comments of Jacob Viau

@davkean yes I agree, but @gardnerjr wanted a workaround for the time being. @abpiskunov and I are working on getting VSLangProj.References working again with the dependency tree. We are also...

For official support we need to consider how a PackageReference falls into the `VSLangProj.Reference` interface, or is there a new interface we need to implement for them? @gardnerjr for now...

@Sukhdev841 Was this ever working for this application? This is most likely an app configuration issue. What have you changed regarding your blob storage or app service recently? Have you...

What order did you perform the migration? Did this start occurring immediately after disabling SAS?

@Sukhdev841 there should be another log with more details: https://github.com/Azure/azure-webjobs-sdk/blob/dev/src/Microsoft.Azure.WebJobs.Host.Storage/Singleton/BlobLeaseDistributedLockManager.cs#L409

The logs you need to check depend on your application. The log is produced using `Microsoft.Extensions.Logging` `ILogger`. Where it goes is controlled by how you configure logging for your application....

Current app insights does not require storage. https://learn.microsoft.com/en-us/azure/azure-monitor/app/opentelemetry-enable?tabs=aspnetcore

@khkh-ms is this PR needed since we are migrating to 1ES?

@JessicaA-Auror I don't think this is functions specific. I believe this is a BCL change between .net6 and .net8. You are specifically seeing an operation from AspNetCore. Have you tried...