Skip to content

Commit fb1ca32

Browse files
Add TOC
1 parent 58eeb2c commit fb1ca32

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,33 @@ products:
1414
- azure-monitor
1515
---
1616

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+
1744
# ChatGPT + Enterprise data with Azure OpenAI and Cognitive Search (.NET)
1845

1946
![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:
115142
1. Clone the repository or run `azd init -t azure-search-openai-demo-csharp`
116143
1. Run `azd env new azure-search-openai-demo-csharp`
117144

118-
### Deploying from scratch
145+
### Deployment
146+
147+
#### Deploying from scratch
119148

120149
> **Important**<br>
121150
> Ensure Docker is running before running any `azd` provisioning / deployment commands.

0 commit comments

Comments
 (0)