File tree Expand file tree Collapse file tree
src/XtremeIdiots.Portal.Web Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,13 +43,11 @@ public static IHostBuilder CreateHostBuilder(string[] args)
4343 ManagedIdentityClientId = managedIdentityClientId ,
4444 } ) ;
4545
46- configBuilder . AddAzureAppConfiguration ( options =>
47- {
48- options . Connect ( new Uri ( appConfigEndpoint ) , credential )
49- . Select ( KeyFilter . Any , environmentLabel )
50- . Select ( KeyFilter . Any , LabelFilter . Null )
51- . ConfigureKeyVault ( kv => kv . SetCredential ( credential ) ) ;
52- } ) ;
46+ configBuilder . AddAzureAppConfiguration ( options => options
47+ . Connect ( new Uri ( appConfigEndpoint ) , credential )
48+ . Select ( KeyFilter . Any , environmentLabel )
49+ . Select ( KeyFilter . Any , LabelFilter . Null )
50+ . ConfigureKeyVault ( kv => kv . SetCredential ( credential ) ) ) ;
5351 } )
5452 . ConfigureWebHostDefaults ( webBuilder => webBuilder . UseStartup < Startup > ( ) ) ;
5553 }
You can’t perform that action at this time.
0 commit comments