| 
3 | 3 | Consult the main [README](../README.md) for general information about the project.  | 
4 | 4 | These are advanced topics that are not necessary for a basic deployment.  | 
5 | 5 | 
 
  | 
6 |  | -* [Deploying with the Azure Developer CLI](azd.md)  | 
7 |  | -  * [Deploying with existing Azure resources](deploy_existing.md)  | 
8 |  | -  * [Deploying from a free account](deploy_lowcost.md)  | 
9 |  | -  * [Enabling optional features](deploy_features.md)  | 
10 |  | -    * [Login and access control](login_and_acl.md)  | 
11 |  | -    * [GPT-4 Turbo with Vision](gpt4v.md)  | 
12 |  | -    * [Private endpoints](deploy_private.md)  | 
13 |  | -* [Debugging the app on App Service](appservice.md)  | 
14 |  | -* [Local development](localdev.md)  | 
15 |  | -* [App customization](customization.md)  | 
16 |  | -* [Private access](deploy_private.md)  | 
17 |  | -* [Data ingestion](data_ingestion.md)  | 
18 |  | -* [Productionizing](productionizing.md)  | 
19 |  | -* [Alternative RAG chat samples](other_samples.md)  | 
 | 6 | +- Deploying:  | 
 | 7 | +  - [Troubleshooting deployment](docs/deploy_troubleshooting.md)  | 
 | 8 | +    - [Debugging the app on App Service](appservice.md)  | 
 | 9 | +  - [Deploying with azd: deep dive and CI/CD](azd.md)  | 
 | 10 | +  - [Deploying with existing Azure resources](deploy_existing.md)  | 
 | 11 | +  - [Deploying from a free account](deploy_lowcost.md)  | 
 | 12 | +  - [Enabling optional features](deploy_features.md)  | 
 | 13 | +    - [Login and access control](login_and_acl.md)  | 
 | 14 | +    - [GPT-4 Turbo with Vision](gpt4v.md)  | 
 | 15 | +    - [Private endpoints](deploy_private.md)  | 
 | 16 | +  - [Sharing deployment environments](sharing_environments.md)  | 
 | 17 | +- [Local development](localdev.md)  | 
 | 18 | +- [Customizing the app](customization.md)  | 
 | 19 | +- [Data ingestion](data_ingestion.md)  | 
 | 20 | +- [Monitoring with Application Insights](monitoring.md)  | 
 | 21 | +- [Productionizing](productionizing.md)  | 
 | 22 | +- [Alternative RAG chat samples](other_samples.md)  | 
0 commit comments