Skip to content

Commit d3f49c5

Browse files
committed
Update docs readme
1 parent dd7e85b commit d3f49c5

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

docs/README.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,20 @@
33
Consult the main [README](../README.md) for general information about the project.
44
These are advanced topics that are not necessary for a basic deployment.
55

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

Comments
 (0)