Skip to content

Commit 173f5da

Browse files
author
gracekulin_micrsoft
committed
fix warnings
1 parent bf8c369 commit 173f5da

8 files changed

+17
-9
lines changed

articles/azure-developer-cli/azd-schema.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: azure-dev-cli
1111

1212
# Azure Developer CLI's azure.yaml schema
1313

14-
[`azd` templates](./overview.md#azure-developer-cli-templates) are sample repositories that include app code, tools, and infrastructure code. You can use these templates to create your own solutions using Azure Developer CLI (`azd`). The [azure.yaml](https://aka.ms/azure.yaml.json) schema defines and describes the apps and types of Azure resources that are included in these templates.
14+
[`azd` templates](./more-azd-info.md#azure-developer-cli-templates) are sample repositories that include app code, tools, and infrastructure code. You can use these templates to create your own solutions using Azure Developer CLI (`azd`). The [azure.yaml](https://aka.ms/azure.yaml.json) schema defines and describes the apps and types of Azure resources that are included in these templates.
1515

1616
## Sample
1717

articles/azure-developer-cli/configure-devops-pipeline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: devx-track-azdevcli
1111

1212
# Configure a pipeline and push updates (preview)
1313

14-
In this article, you'll push [Todo Application with Node.js and Azure Cosmos DB for MongoDB](https://github.com/azure-samples/todo-nodejs-mongo) template changes through GitHub Actions or Azure DevOps via Azure Developer CLI (azd). However, you can apply the principles you learn in this article to any of the [Azure Developer CLI templates](overview.md#azure-developer-cli-templates).
14+
In this article, you'll push [Todo Application with Node.js and Azure Cosmos DB for MongoDB](https://github.com/azure-samples/todo-nodejs-mongo) template changes through GitHub Actions or Azure DevOps via Azure Developer CLI (azd). However, you can apply the principles you learn in this article to any of the [Azure Developer CLI templates](./more-azd-info.md#azure-developer-cli-templates).
1515

1616
## Prerequisites
1717

articles/azure-developer-cli/includes/debug-visual-studio-code.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 10/31/2022
66
ms.author: alexwolf
77
---
88

9-
Run and debug apps on your local machine using the [Visual Studio Code](https://code.visualstudio.com/docs) extension for Azure Developer CLI (`azd`). In this guide, you'll use the [Todo Application with Node.js and Azure Cosmos DB for MongoDB](https://github.com/azure-samples/todo-nodejs-mongo) template. You can apply the principles you learn in this article to any of the [Azure Developer CLI templates](../overview.md#azure-developer-cli-templates).
9+
Run and debug apps on your local machine using the [Visual Studio Code](https://code.visualstudio.com/docs) extension for Azure Developer CLI (`azd`). In this guide, you'll use the [Todo Application with Node.js and Azure Cosmos DB for MongoDB](https://github.com/azure-samples/todo-nodejs-mongo) template. You can apply the principles you learn in this article to any of the [Azure Developer CLI templates](../more-azd-info.md#azure-developer-cli-templates).
1010

1111
## Prerequisites
1212

articles/azure-developer-cli/includes/debug-visual-studio.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 08/10/2022
66
ms.author: alexwolf
77
---
88

9-
Run and debug apps built on your local machine using [Visual Studio](/visualstudio/azure) and Azure Developer CLI (`azd`). In this guide, you'll use the [Todo application with C# and Azure Cosmos DB for MongoDB](https://github.com/Azure-Samples/todo-csharp-cosmos-sql) template. You can apply the principles you learn in this article to any of the [Azure Developer CLI templates](../overview.md#azure-developer-cli-templates).
9+
Run and debug apps built on your local machine using [Visual Studio](/visualstudio/azure) and Azure Developer CLI (`azd`). In this guide, you'll use the [Todo application with C# and Azure Cosmos DB for MongoDB](https://github.com/Azure-Samples/todo-csharp-cosmos-sql) template. You can apply the principles you learn in this article to any of the [Azure Developer CLI templates](../more-azd-info.md#azure-developer-cli-templates).
1010

1111
## Prerequisites
1212

articles/azure-developer-cli/install-azd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.service: azure-dev-cli
1313

1414
Welcome to the Azure Developer CLI (`azd`)! Let's get started with installing and learning how to run the `azd`.
1515

16-
Start by selecting your development environment. For more information about the pros and cons of the different development environment choices, see [Azure Developer CLI (azd) supported environments](overview.md#supported-development-environments).
16+
Start by selecting your development environment. For more information about the pros and cons of the different development environment choices, see [Azure Developer CLI (azd) supported environments](more-azd-info.md#supported-development-environments).
1717

1818

1919
## [Local install](#tab/localinstall)

articles/azure-developer-cli/make-azd-compatible.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ zone_pivot_groups: make-azure-developer-cli-compatible-set
1313

1414
# Make your project compatible with Azure Developer CLI (preview)
1515

16-
Azure Developer CLI (`azd`) enables developers to create apps from [templates](./azd-templates.md) stored in GitHub repositories. Microsoft provides [several templates](overview.md?branch=pr-en-us-3070&tabs=nodejs#azure-developer-cli-templates) to get you started. In this article, you learn how to enable your own project as a template.
16+
Azure Developer CLI (`azd`) enables developers to create apps from [templates](./azd-templates.md) stored in GitHub repositories. Microsoft provides [several templates](./azd-templates.md#choose-a-template) to get you started. In this article, you learn how to enable your own project as a template.
1717

1818
## Understand the `azd` architecture
1919

articles/azure-developer-cli/more-azd-info.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Other things to know about AZD
3-
description: Overview of the features and capabilities of the Azure Developer CLI that helps developers be more productive when building and deploying apps to Azure.
3+
description: Details about the Azure Developer CLI's template structure and supported development environments, hosts, and programming languages.
44
author: gkulin
55
ms.author: gracekulin
66
ms.date: 4/27/2023
@@ -15,6 +15,14 @@ ms.custom: devx-track-azdevcli, devx-track-azurecli
1515

1616
> [!VIDEO https://www.youtube.com/embed/VTk-FhJyo7s]
1717
18+
## Azure Developer CLI templates
19+
20+
The Azure Developer CLI works alongside [idiomatic application templates](./azd-templates.md) that include the scaffolding for monitoring and CI/CD for your application. We provide `azd` templates in four supported languages. Each template uses best practices and includes:
21+
22+
- Application code
23+
- Infra-as-code files (Bicep or Terraform) needed to provision the Azure resources
24+
- An `azure.yaml` file that describes your application.
25+
1826
## Supported development environments
1927

2028
You can run any `azd` template, in one of the following supported development environments:
@@ -48,7 +56,7 @@ Currently supported/planned languages:
4856
| .NET | Yes |
4957
| Java | Yes |
5058

51-
# Next Steps
59+
## Next Steps
5260
- Get started by [installing Azure Developer CLI](./install-azd.md).
5361
- [Walk through our quickstart](./get-started.md) to see Azure Developer CLI in action.
5462

articles/azure-developer-cli/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: devx-track-azdevcli, devx-track-azurecli
1313

1414
Azure Developer CLI (`azd`) is an open-source tool that accelerates the time it takes for you to get started on Azure. The CLI provides best practice, developer-friendly commands that map to key stages in your workflow, whether you’re working in the terminal, your editor or integrated development environment (IDE), or DevOps.
1515

16-
You can use `azd` with [extensible azd templates](#azure-developer-cli-templates) that include everything you need to get an application up and running in Azure. These templates include reusable infrastructure as code assets and application code that can be ripped out and replaced with your own app code.
16+
You can use `azd` with [extensible azd templates](./more-azd-info.md#azure-developer-cli-templates) that include everything you need to get an application up and running in Azure. These templates include reusable infrastructure as code assets and application code that can be ripped out and replaced with your own app code.
1717

1818
## Typical `azd` workflow
1919

0 commit comments

Comments
 (0)