Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions docs/azure/azure-tools.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.
Expand Down
7 changes: 4 additions & 3 deletions docs/azure/configure-visual-studio.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 4 additions & 3 deletions docs/azure/configure-vs-code.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
7 changes: 4 additions & 3 deletions docs/azure/create-azure-account.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
7 changes: 4 additions & 3 deletions docs/azure/dotnet-dev-env-checklist.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 4 additions & 3 deletions docs/azure/install-azure-cli.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down