File tree 2 files changed +3
-4
lines changed
src/AzureOpenAIProxy.ApiApp
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
namespace AzureOpenAIProxy . ApiApp . Configurations ;
2
2
3
3
/// <summary>
4
- /// This represents the settings entity for Storage .
4
+ /// This represents the settings entity for storage account .
5
5
/// </summary>
6
6
public class StorageAccountSettings
7
7
{
Original file line number Diff line number Diff line change 1
1
using AzureOpenAIProxy . ApiApp . Configurations ;
2
2
3
-
4
3
namespace AzureOpenAIProxy . ApiApp . Extensions ;
5
4
6
5
/// <summary>
7
6
/// This represents the extension entity for the <see cref="StorageAccountSettings"/> class.
8
7
/// </summary>
9
- public static class StorageSettingsExtensions
8
+ public static class StorageAccountSettingsExtensions
10
9
{
11
10
/// <summary>
12
- /// Gets the Storage configuration settings by reading appsettings.json.
11
+ /// Gets the storage account configuration settings by reading appsettings.json.
13
12
/// </summary>
14
13
/// <param name="services"><see cref="IServiceCollection"/> instance.</param>
15
14
/// <returns>Returns <see cref="StorageAccountSettings"/> instance.</returns>
You can’t perform that action at this time.
0 commit comments