Skip to content

Commit b3f63d6

Browse files
Updated the placeholder and deleted the unwanted images
1 parent 4882c22 commit b3f63d6

10 files changed

Lines changed: 7 additions & 9 deletions

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
},
88
"AllowedHosts": "*",
99
"ConnectionStrings": {
10-
// Replace with the Azure App Configuration endpoint URL
11-
"AppConfig": "https://<app-config-name>.azconfig.io"
10+
"AppConfig": "{{ appconfig-url }}"
1211
}
1312
}
1413

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"ConnectionStrings": {
3-
// Replace with the Azure App Configuration endpoint URL
4-
"AppConfig": "https://<app-config-name>.azconfig.io"
3+
"AppConfig": "{{ appconfig-url }}"
54
},
65
"KernelMemory": {
76
"Service": {

Deployment/resourcedeployment.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,8 @@ class DeploymentResult {
445445
$this.AzGPTEmbeddingModelId = Get-DeploymentOutputValue -outputs $deploymentOutputs -primaryKey "aZ_GPT_EMBEDDING_MODEL_ID" -fallbackKey "azGptEmbeddingModelId"
446446

447447
# App Configuration
448-
$this.AzAppConfigEndpoint = Get-DeploymentOutputValue -outputs $deploymentOutputs -primaryKey "azurE_APP_CONFIG_ENDPOINT" -fallbackKey "azureAppConfigEndpoint"
449-
$this.AzAppConfigName = Get-DeploymentOutputValue -outputs $deploymentOutputs -primaryKey "azurE_APP_CONFIG_NAME" -fallbackKey "azureAppConfigName"
448+
$this.AzAppConfigEndpoint = Get-DeploymentOutputValue -outputs $deploymentOutputs -primaryKey "AZURE_APP_CONFIG_ENDPOINT" -fallbackKey "azureAppConfigEndpoint"
449+
$this.AzAppConfigName = Get-DeploymentOutputValue -outputs $deploymentOutputs -primaryKey "AZURE_APP_CONFIG_NAME" -fallbackKey "azureAppConfigName"
450450
}
451451
}
452452

docs/LocalDevelopmentSetup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Copy-Item Deployment\appconfig\kernelmemory\appsettings.Development.json.templat
320320
```json
321321
{
322322
"ConnectionStrings": {
323-
"AppConfig": "https://<app-config-name>.azconfig.io"
323+
"AppConfig": "{{ appconfig-url }}"
324324
}
325325
}
326326
```
@@ -343,7 +343,7 @@ Copy-Item Deployment\appconfig\aiservice\appsettings.Development.json.template A
343343
```json
344344
{
345345
"ConnectionStrings": {
346-
"AppConfig": "https://<app-config-name>.azconfig.io"
346+
"AppConfig": "{{ appconfig-url }}"
347347
}
348348
}
349349
```

docs/SampleQuestions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Prompts focus on housing issues, document filtering, and comparing annual report
1313
2. Navigate to the **document list** and browse available documents
1414
3. Ask in chat: **"What are the main factors contributing to the current housing affordability issues?"**
1515

16-
![chat response image](./images/SampleQustion.png)
16+
![chat response image](./images/Sample_Qustion.png)
1717

1818
4. Review the AI response for relevant insights
1919
5. Click one of the **suggested follow-up questions** and check the response

docs/images/delete-rg.png

-76.6 KB
Binary file not shown.

docs/images/deleteservices.png

-107 KB
Binary file not shown.

docs/images/resource-groups.png

-51.5 KB
Binary file not shown.

docs/images/resourcegroup.png

-30.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)