@@ -14,6 +14,33 @@ products:
14
14
- azure-monitor
15
15
---
16
16
17
+ ## Table of Contents
18
+
19
+ - [ Features] ( #features )
20
+ - [ Application Architecture] ( #application-architecture )
21
+ - [ Azure account requirements] ( #account-requirements )
22
+ - [ Getting Started] ( #getting-started )
23
+ - [ Cost estimation] ( #cost-estimation )
24
+ - [ Project setup] ( #project-setup )
25
+ - [ GitHub Codespaces] ( #github-codespaces )
26
+ - [ VS Code Dev Containers] ( #vs-code-remote-containers )
27
+ - [ Local environment] ( #local-environment )
28
+ - [ Deployment] ( #deployment )
29
+ - [ Deploying from scratch] ( #deploying-from-scratch )
30
+ - [ Deploying with existing Azure resources] ( #use-existing-resources )
31
+ - [ Deploying again] ( #deploying-or-re-deploying-a-local-clone-of-the-repo )
32
+ - [ Deploying App Spaces] ( #deploying-your-repo-using-app-spaces )
33
+ - [ Running locally] ( #running-locally )
34
+ - [ Sharing environments] ( #sharing-environments )
35
+ - [ Clean up resources] ( #clean-up-resources )
36
+ - [ Using the app] ( #using-the-app )
37
+ - [ Enabling optional features] ( #enabling-optional-features )
38
+ - [ Enabling Application Insights] ( #enabling-optional-features )
39
+ - [ Enabling authentication] ( #enabling-authentication )
40
+ - [ Productionizing] ( #productionizing )
41
+ - [ Resources] ( #resources )
42
+ - [ FAQ] ( #faq )
43
+
17
44
# ChatGPT + Enterprise data with Azure OpenAI and Cognitive Search (.NET)
18
45
19
46
![ GitHub Workflow Status] ( https://img.shields.io/github/actions/workflow/status/Azure-Samples/azure-search-openai-demo-csharp/dotnet-build.yml?label=BUILD%20%26%20TEST&logo=github&style=for-the-badge )
@@ -115,7 +142,9 @@ Then, run the following commands to get the project on your local environment:
115
142
1 . Clone the repository or run ` azd init -t azure-search-openai-demo-csharp `
116
143
1 . Run ` azd env new azure-search-openai-demo-csharp `
117
144
118
- ### Deploying from scratch
145
+ ### Deployment
146
+
147
+ #### Deploying from scratch
119
148
120
149
> ** Important** <br >
121
150
> Ensure Docker is running before running any ` azd ` provisioning / deployment commands.
0 commit comments