File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/AzureOpenAIProxy.ApiApp/Extensions Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ public static IServiceCollection AddTableStorageService(this IServiceCollection
148148 var configuration = sp . GetService < IConfiguration > ( )
149149 ?? throw new InvalidOperationException ( $ "{ nameof ( IConfiguration ) } service is not registerd.") ;
150150
151- var settings = configuration . GetSection ( StorageAccountSettings . Name ) . Get < StorageAccountSettings > ( )
151+ var settings = configuration . GetSection ( AzureSettings . Name ) . GetSection ( StorageAccountSettings . Name ) . Get < StorageAccountSettings > ( )
152152 ?? throw new InvalidOperationException ( $ "{ nameof ( StorageAccountSettings ) } could not be retrieved from the configuration.") ;
153153
154154 if ( string . IsNullOrWhiteSpace ( settings . KeyVaultSecretName ) == true )
You can’t perform that action at this time.
0 commit comments