Skip to content

Commit c16b11f

Browse files
Update all the comments and structure the document properly
1 parent 09f0ef3 commit c16b11f

5 files changed

Lines changed: 571 additions & 669 deletions

File tree

App/backend-api/Microsoft.GS.DPS.Host/appsettings.Development.json.sample

Lines changed: 0 additions & 14 deletions
This file was deleted.

App/kernel-memory/service/Service/appsettings.Development.json.sample

Lines changed: 0 additions & 239 deletions
This file was deleted.

Deployment/appconfig/kernelmemory/appsettings.Development.json.template

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"ConnectionStrings": {
3-
"AppConfig": "{{ appconfig-url }}"
3+
// Replace with the Azure App Configuration endpoint URL
4+
"AppConfig": "https://<app-config-name>.azconfig.io"
45
},
56
"KernelMemory": {
67
"Service": {
@@ -117,47 +118,32 @@
117118
"BucketName": ""
118119
},
119120
"AzureAISearch": {
120-
"Auth": "ApiKey",
121-
"Endpoint": "",
122-
"APIKey": "",
121+
// Auth and Endpoint are configured in Azure App Configuration
123122
"UseHybridSearch": true
124123
},
125124
"AzureAIDocIntel": {
126-
"Auth": "ApiKey",
127-
"APIKey": "",
128-
"Endpoint": ""
125+
// Auth and Endpoint are configured in Azure App Configuration
129126
},
130127
"AzureBlobs": {
131-
"Auth": "AzureIdentity",
132-
"Account": "",
133-
"Container": "",
134-
"ConnectionString": "",
128+
// Auth, Account, and Container are configured in Azure App Configuration
135129
"EndpointSuffix": "core.windows.net"
136130
},
137131
"AzureOpenAIEmbedding": {
138-
"Auth": "ApiKey",
139-
"Endpoint": "",
140-
"APIKey": "",
141-
"Deployment": "",
132+
// Auth, Endpoint, and Deployment are configured in Azure App Configuration
142133
"MaxTokenTotal": 8191,
143134
"EmbeddingDimensions": null,
144135
"MaxEmbeddingBatchSize": 1,
145136
"MaxRetries": 10,
146137
"APIType": "EmbeddingGeneration"
147138
},
148139
"AzureOpenAIText": {
149-
"Auth": "ApiKey",
150-
"Endpoint": "",
151-
"APIKey": "",
152-
"Deployment": "",
140+
// Auth, Endpoint, and Deployment are configured in Azure App Configuration
153141
"MaxTokenTotal": 128000,
154142
"APIType": "ChatCompletion",
155143
"MaxRetries": 10
156144
},
157145
"AzureQueues": {
158-
"Auth": "AzureIdentity",
159-
"Account": "",
160-
"ConnectionString": "",
146+
// Auth and Account are configured in Azure App Configuration
161147
"EndpointSuffix": "core.windows.net",
162148
"PollDelayMsecs": 100,
163149
"FetchBatchSize": 3,

0 commit comments

Comments
 (0)