|
3 | 3 | items:
|
4 | 4 | - name: Azure Developer CLI overview
|
5 | 5 | href: index.yml
|
6 |
| - - name: What is Azure Developer CLI? |
| 6 | + - name: What is the Azure Developer CLI? |
7 | 7 | href: overview.md
|
8 | 8 | - name: Get started
|
9 | 9 | items:
|
10 | 10 | - name: Install or update azd
|
11 | 11 | href: install-azd.md
|
12 |
| - - name: Quickstart - Deploy an azd template |
13 |
| - href: get-started.md |
14 |
| - - name: Quickstart - Explore and customize a template |
15 |
| - href: quickstart-explore-templates.md |
16 |
| - - name: What are Azure Developer CLI commands? |
17 |
| - href: azd-commands.md |
18 |
| - - name: What are Azure Developer CLI templates? |
19 |
| - href: azd-templates.md |
20 |
| - - name: Explore the azd up workflow |
21 |
| - href: azd-up-workflow.md |
| 12 | + - name: Quickstarts |
| 13 | + items: |
| 14 | + - name: Quickstart - Deploy an azd template |
| 15 | + href: get-started.md |
| 16 | + - name: Quickstart - Explore and customize a template |
| 17 | + href: quickstart-explore-templates.md |
| 18 | + - name: Explore the template galleries |
| 19 | + href: azd-template-galleries.md |
22 | 20 | - name: Supported languages and environments
|
23 | 21 | href: supported-languages-environments.md
|
| 22 | + - name: Core concepts |
| 23 | + items: |
24 | 24 | - name: Azure Developer CLI vs Azure CLI
|
25 | 25 | href: azure-developer-cli-vs-azure-cli.md
|
26 |
| - - name: Explore the template galleries |
27 |
| - href: azd-template-galleries.md |
28 |
| - - name: Deployment |
29 |
| - items: |
30 |
| - - name: Configure deployment pipeline |
31 |
| - href: configure-devops-pipeline.md |
32 |
| - - name: Resource Group Scoped Deployments |
33 |
| - href: resource-group-scoped-deployments.md |
34 |
| - - name: Azure deployment stacks integration |
35 |
| - href: azure-deployment-stacks-integration.md |
36 |
| - - name: Deploy to Azure AI/ML online endpoints |
37 |
| - href: azure-ai-ml-endpoints.md |
38 |
| - - name: Configuration |
39 |
| - items: |
40 |
| - - name: Manage environment variables |
41 |
| - href: manage-environment-variables.md |
42 |
| - - name: Environment variables FAQ |
43 |
| - href: environment-variables-faq.md |
44 |
| - - name: Manage config settings |
45 |
| - href: azd-config.md |
46 |
| - - name: Customize workflows using command and event hooks |
47 |
| - href: azd-extensibility.md |
48 |
| - - name: Switch to Terraform as IaC provider |
49 |
| - href: use-terraform-for-azd.md |
50 |
| - - name: Use third-party container registries |
51 |
| - href: use-external-registry.md |
52 |
| - - name: Use Helm and Kustomize |
53 |
| - href: helm-kustomize-support.md |
54 |
| - - name: Enable demo mode |
55 |
| - href: demo-mode.md |
56 |
| - - name: Configure service packaging ignore files |
57 |
| - href: service-packaging-ignore-files.md |
58 |
| - - name: Configure template sources |
59 |
| - href: configure-template-sources.md |
60 |
| - - name: Create templates |
| 26 | + - name: Explore the azd up workflow |
| 27 | + href: azd-up-workflow.md |
| 28 | + - name: Commands overview |
| 29 | + href: azd-commands.md |
| 30 | + - name: Templates overview |
| 31 | + href: azd-templates.md |
| 32 | + - name: Feature versioning and release strategy |
| 33 | + href: feature-versioning.md |
| 34 | + - name: Development workflows |
61 | 35 | items:
|
62 |
| - - name: Building templates overview |
| 36 | + - name: Get started with template development |
63 | 37 | href: make-azd-compatible.md
|
64 |
| - - name: Start with an existing template |
65 |
| - href: start-with-existing-template.md |
66 |
| - - name: Start with your app code |
67 |
| - href: start-with-app-code.md |
68 | 38 | - name: Use the compose feature
|
69 | 39 | items:
|
70 | 40 | - name: Compose feature overview
|
|
73 | 43 | href: compose-quickstart.md
|
74 | 44 | - name: Generate Bicep files
|
75 | 45 | href: compose-generate.md
|
76 |
| - - name: Training - build and deploy azd templates |
77 |
| - href: /training/paths/azure-developer-cli |
78 |
| - - name: Integration and remote environments |
| 46 | + - name: Build a template |
| 47 | + items: |
| 48 | + - name: Start with an existing template |
| 49 | + href: start-with-existing-template.md |
| 50 | + - name: Start with your app code |
| 51 | + href: start-with-app-code.md |
| 52 | + - name: Training - build and deploy azd templates |
| 53 | + href: /training/paths/azure-developer-cli |
| 54 | + - name: Deployment and operations |
| 55 | + items: |
| 56 | + - name: CI/CD |
| 57 | + items: |
| 58 | + - name: Configure deployment pipeline |
| 59 | + href: configure-devops-pipeline.md |
| 60 | + - name: Monitoring and logging |
| 61 | + items: |
| 62 | + - name: Monitor your project |
| 63 | + href: monitor-your-app.md |
| 64 | + - name: Deployment configuration |
| 65 | + items: |
| 66 | + - name: Resource Group Scoped Deployments |
| 67 | + href: resource-group-scoped-deployments.md |
| 68 | + - name: Use third-party container registries |
| 69 | + href: use-external-registry.md |
| 70 | + - name: Azure deployment stacks integration |
| 71 | + href: azure-deployment-stacks-integration.md |
| 72 | + - name: Deploy to Azure AI/ML online endpoints |
| 73 | + href: azure-ai-ml-endpoints.md |
| 74 | + - name: Configure service packaging ignore files |
| 75 | + href: service-packaging-ignore-files.md |
| 76 | + - name: Use Helm and Kustomize |
| 77 | + href: helm-kustomize-support.md |
| 78 | + - name: Remote Environment Support |
| 79 | + href: remote-environments-support.md |
| 80 | + - name: Azure Deployment Environments integration |
| 81 | + href: ade-integration.md |
| 82 | + - name: Work with environments |
| 83 | + items: |
| 84 | + - name: Manage environment variables |
| 85 | + href: manage-environment-variables.md |
| 86 | + - name: Environment variables FAQ |
| 87 | + href: environment-variables-faq.md |
| 88 | + - name: Use Terraform for infrastructure as code |
| 89 | + href: use-terraform-for-azd.md |
| 90 | + - name: .NET Aspire support |
| 91 | + items: |
| 92 | + - name: .NET Aspire integration and deployment |
| 93 | + href: /dotnet/aspire/deployment/azure/aca-deployment-azd-in-depth?toc=/azure/developer/azure-developer-cli/toc.json&bc=/azure/developer/azure-developer-cli/breadcrumb/toc.json |
| 94 | + - name: Deploy .NET Aspire apps using pipelines |
| 95 | + href: /dotnet/aspire/deployment/azure/aca-deployment-github-actions?toc=/azure/developer/azure-developer-cli/toc.json&bc=/azure/developer/azure-developer-cli/breadcrumb/toc.json |
| 96 | + - name: Configuration |
79 | 97 | items:
|
80 |
| - - name: Remote Environment Support |
81 |
| - href: remote-environments-support.md |
82 |
| - - name: Azure Deployment Environments integration |
83 |
| - href: ade-integration.md |
84 |
| - - name: .NET Aspire integration and deployment |
85 |
| - href: /dotnet/aspire/deployment/azure/aca-deployment-azd-in-depth?toc=/azure/developer/azure-developer-cli/toc.json&bc=/azure/developer/azure-developer-cli/breadcrumb/toc.json |
86 |
| - - name: Deploy .NET Aspire apps using pipelines |
87 |
| - href: /dotnet/aspire/deployment/azure/aca-deployment-github-actions?toc=/azure/developer/azure-developer-cli/toc.json&bc=/azure/developer/azure-developer-cli/breadcrumb/toc.json |
| 98 | + - name: Manage config settings |
| 99 | + href: azd-config.md |
| 100 | + - name: Customize workflows using command and event hooks |
| 101 | + href: azd-extensibility.md |
| 102 | + - name: Enable demo mode |
| 103 | + href: demo-mode.md |
| 104 | + - name: Configure template sources |
| 105 | + href: configure-template-sources.md |
88 | 106 | - name: Use azd in sovereign clouds
|
89 | 107 | href: sovereign-clouds.md
|
90 |
| - - name: Monitor and debug |
| 108 | + - name: Troubleshoot |
91 | 109 | items:
|
92 | 110 | - name: Troubleshoot
|
93 | 111 | href: troubleshoot.md
|
94 | 112 | - name: Troubleshoot PowerShell errors
|
95 | 113 | href: powershell-guidance.md
|
96 |
| - - name: Monitor your project |
97 |
| - href: monitor-your-app.md |
98 |
| - - name: Feature versioning and release strategy |
99 |
| - href: feature-versioning.md |
100 |
| - - name: Frequently asked questions (FAQ) |
101 |
| - href: faq.yml |
102 |
| - - name: Blog posts and news |
103 |
| - items: |
104 |
| - - name: Release blog posts |
105 |
| - href: https://devblogs.microsoft.com/azure-sdk/tag/azure-developer-cli/ |
106 |
| - - name: CDN changes |
107 |
| - href: content-delivery-network-changes.md |
108 |
| - - name: Reference |
| 114 | + - name: Reference and resources |
109 | 115 | items:
|
| 116 | + - name: Frequently asked questions (FAQ) |
| 117 | + href: faq.yml |
110 | 118 | - name: azure.yaml schema
|
111 | 119 | href: azd-schema.md
|
112 |
| - - name: Azure Developer CLI commands |
| 120 | + - name: Commands reference |
113 | 121 | href: reference.md
|
| 122 | + - name: Blog posts and news |
| 123 | + items: |
| 124 | + - name: Release blog posts |
| 125 | + href: https://devblogs.microsoft.com/azure-sdk/tag/azure-developer-cli/ |
| 126 | + - name: CDN changes |
| 127 | + href: content-delivery-network-changes.md |
| 128 | + |
0 commit comments