I need to override application configuration via Key Vault:
{
"Serilog": {
"MinimumLevel": {
"Override": {
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
}
}
}
}
For hierarchy I need to use --, but Azure Key Vault does not allow to use dot in secret names, so I can't find away to provide namespace:
Serilog - MinimumLevel - Override - Microsoft?EntityFrameworkCore?Database?Command
Any ideas?
.with--or__, refer stackoverflow.com/a/68224001/19991670?