diff --git a/docs/azure/azure-tools.md b/docs/azure/azure-tools.md index 172096ed55646..bdee34dfc9506 100644 --- a/docs/azure/azure-tools.md +++ b/docs/azure/azure-tools.md @@ -1,16 +1,17 @@ --- title: Additional Azure Tools description: This article describes additional tools and utilities for working with Azure and how you can install them. -ms.date: 1/1/2021 ms.topic: conceptual -ms.custom: devx-track-dotnet -author: DavidCBerry13 +ms.custom: devx-track-dotnet, engagement-fy23 +ms.date: 1/26/2023 +author: alexwolfmsft +ms.author: alexwolf recommendations: false --- # Additional Tools for Azure Developers -In addition to configuring your IDE and installing the Azure CLI, multiple other tools and utilities are available to help you be more productive with Azure. +In addition to configuring your IDE and installing the Azure CLI, multiple other tools and utilities are available to help you be more productive with Azure. ## Azure PowerShell @@ -19,6 +20,15 @@ Azure PowerShell is a PowerShell module of cmdlets for managing Azure resource d > [!div class="nextstepaction"] > [Install Azure PowerShell](/powershell/azure/install-az-ps) +## Azure Developer CLI (preview) + +Azure Developer CLI (`azd`) is an open-source tool that accelerates the process of building cloud apps 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. + +You can use `azd` with extensible templates that include everything you need to get an application up and running in Azure. These templates include application code, and reusable infrastructure as code assets. + +> [!div class="nextstepaction"] +> [Install Azure Developer CLI](/azure/developer/azure-developer-cli/install-azd) + ## Azure Storage Explorer Azure Storage Explorer is a free, GUI tool for managing storage resources and data in Azure. You can upload, download and manage blobs and files, as well as manage data in Azure queues, tables and CosmosDB. If you plan on working with any storage resources in Azure, installation of Azure Storage Explorer is recommended. Versions are available for Windows, macOS and Linux. diff --git a/docs/azure/configure-visual-studio.md b/docs/azure/configure-visual-studio.md index ba044b85ba0bb..2fbfbae2b66c9 100644 --- a/docs/azure/configure-visual-studio.md +++ b/docs/azure/configure-visual-studio.md @@ -1,10 +1,11 @@ --- title: Configure Visual Studio for Azure Development with .NET description: This article helps you configure Visual Studio for Azure development including getting the right workloads installed and connecting Visual Studio to your Azure account. -ms.date: 11/30/2020 ms.topic: conceptual -ms.custom: devx-track-dotnet -author: DavidCBerry13 +ms.custom: devx-track-dotnet, engagement-fy23 +ms.date: 1/26/2023 +author: alexwolfmsft +ms.author: alexwolf recommendations: false --- # Configure Visual Studio for Azure development with .NET diff --git a/docs/azure/configure-vs-code.md b/docs/azure/configure-vs-code.md index bda582b38c322..33511bfeaa81e 100644 --- a/docs/azure/configure-vs-code.md +++ b/docs/azure/configure-vs-code.md @@ -1,10 +1,11 @@ --- title: Configure Visual Studio Code for Azure development with .NET description: This article helps you configure Visual Studio Code for Azure development including getting the right plugins installed and configured in VS Code -ms.date: 11/30/2020 ms.topic: conceptual -ms.custom: devx-track-dotnet, vscode-azure-extension-update-completed -author: DavidCBerry13 +ms.custom: devx-track-dotnet, vscode-azure-extension-update-completed, engagement-fy23 +ms.date: 1/26/2023 +author: alexwolfmsft +ms.author: alexwolf recommendations: false --- diff --git a/docs/azure/create-azure-account.md b/docs/azure/create-azure-account.md index 1b40bb2b033ee..23f5c3073ec4d 100644 --- a/docs/azure/create-azure-account.md +++ b/docs/azure/create-azure-account.md @@ -1,10 +1,11 @@ --- title: Create an Azure account description: To use Azure, you need an Azure account. This article covers the three most common ways to sign up for an Azure account. -ms.date: 11/30/2020 ms.topic: conceptual -ms.custom: devx-track-dotnet -author: DavidCBerry13 +ms.custom: devx-track-dotnet, engagement-fy23 +ms.date: 1/26/2023 +author: alexwolfmsft +ms.author: alexwolf recommendations: false --- diff --git a/docs/azure/dotnet-dev-env-checklist.md b/docs/azure/dotnet-dev-env-checklist.md index c81ace9d65fcb..8329998d3af4b 100644 --- a/docs/azure/dotnet-dev-env-checklist.md +++ b/docs/azure/dotnet-dev-env-checklist.md @@ -1,10 +1,11 @@ --- title: .NET Development on Azure Configuration Checklist description: Provides a quick summary of all the tools you should have installed to do .net development with Azure -ms.date: 1/1/2021 ms.topic: conceptual -ms.custom: devx-track-dotnet -author: DavidCBerry13 +ms.custom: devx-track-dotnet, engagement-fy23 +ms.date: 1/26/2023 +author: alexwolfmsft +ms.author: alexwolf --- # .NET on Azure development environment checklist diff --git a/docs/azure/install-azure-cli.md b/docs/azure/install-azure-cli.md index 2c75d31e8539e..98b706a97c795 100644 --- a/docs/azure/install-azure-cli.md +++ b/docs/azure/install-azure-cli.md @@ -1,10 +1,11 @@ --- title: Installing the Azure CLI description: Azure developers will need the Azure CLI installed, so this article describes why you need the CLI and where to download and install it from. -ms.date: 11/30/2020 ms.topic: conceptual -ms.custom: devx-track-dotnet -author: DavidCBerry13 +ms.custom: devx-track-dotnet, engagement-fy23 +ms.date: 1/26/2023 +author: alexwolfmsft +ms.author: alexwolf recommendations: false ---