Piotr Karpala

Results 14 issues of Piotr Karpala

Question about logging - it doesn't look like it's configured correctly out of the box when using templates. Log messages are with placeholders e.g. `{ContentType}` ``` {"EventId":2,"LogLevel":"Debug","Category":"Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector","Message":"Selected output formatter \u0027Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter\u0027...

enhancement
need more info
ready

Exception: > fail: Liquid.Core.Implementations.LiquidTelemetryInterceptor[0] Execution of UpdateAsync from Liquid.Repository.EntityFramework.EntityFrameworkRepository`3[[Properties.Domain.Entities.Property, Properties.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Properties.Repository.PropertiesDbContext, Properties.Repository, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] has thrown an exception. System.ObjectDisposedException: Cannot access a disposed...

bug
need more info

Microsoft samples have redirect from `/` to `/swagger` That could be part of code generation https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/src/Services/Catalog/Catalog.API/Controllers/HomeController.cs

enhancement

Recently Visual Studio added support for `VisualStudioCredential` to support local docker testing. https://github.com/Azure/azure-sdk-for-net/issues/19167#issuecomment-1439472328 Is there a plan to support similar feature for VSCode? Downside of Visual Studio solution is that...

investigate
Azure/ACR
feature

### Feature Request I see ‘BUILD_FLAGS’ used in multiple repositories but I couldn’t find any documentation for this enum https://github.com/azure-app-service/kudulite/blob/3854066bb50c3a1933aebbc4143c06c47535be68/kudu.core/deployment/oryx/buildflags.cs#l7c1-l15c6

When function is configured with OTEL using: ```python from azure.monitor.opentelemetry import configure_azure_monitor configure_azure_monitor() ``` duplicated (4x) logs are sent to application insights. It seems like using env variable `APPLICATIONINSIGHTS_CONNECTION_STRING` is...

Hey @BrianRosamilia, thanks for creating this package. I was just wondering what would happen if azure function is called multiple times? Could it re-use existing instance or is it always...

**Describe the issue** Checkov fails to parse conditionals in bicep **Example Value** ```bicep @description('sample param') var sample = 'hi' var test1 = [ { name: 'hello' } ] var test2...

languages

### Existing rule AZR-000284 ### Description of the issue When creating SQL server `AZR-000284` and `AZR-000316` are raised for username and password, even though they are passed as `Secure` in...

bug
rule: sql

create schema fails with SQL_Latin1_General_CP1_CS_AS collation