We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a694ff9 commit 4db5c7cCopy full SHA for 4db5c7c
src/AzureOpenAIProxy.ApiApp/Configurations/StorageAccountSettings.cs
@@ -13,5 +13,5 @@ public class StorageAccountSettings
13
/// <summary>
14
/// Gets or sets the connection string.
15
/// </summary>
16
- public string? ConnectionString { get; set; }
+ public string? KeyVaultSecretName { get; set; }
17
}
src/AzureOpenAIProxy.ApiApp/appsettings.json
@@ -28,7 +28,7 @@
28
"SecretName": "azure-openai-instances"
29
},
30
"StorageAccount": {
31
- "ConnectionString": ""
+ "KeyVaultSecretName": "storage-connection-string"
32
33
34
0 commit comments