-
Notifications
You must be signed in to change notification settings - Fork 549
updated configure vs code extension for terraform markdown file #1465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,12 +1,12 @@ | ||||||||||||||||||
| --- | ||||||||||||||||||
| title: Install the Azure Terraform Visual Studio Code extension | ||||||||||||||||||
| description: Learn how to install and use the Azure Terraform Visual Studio Code extension to create an Azure resource group | ||||||||||||||||||
| title: Install the Microsoft Terraform Visual Studio Code extension | ||||||||||||||||||
| description: Learn how to install and use the Microsoft Terraform Visual Studio Code extension to create an Azure resource group | ||||||||||||||||||
| ms.topic: how-to | ||||||||||||||||||
| ms.date: 05/08/2023 | ||||||||||||||||||
| ms.date: 03/09/2025 | ||||||||||||||||||
| ms.custom: devx-track-terraform, mode-portal | ||||||||||||||||||
| --- | ||||||||||||||||||
|
|
||||||||||||||||||
| # Install the Azure Terraform Visual Studio Code extension | ||||||||||||||||||
| # Install the Microsoft Terraform Visual Studio Code extension | ||||||||||||||||||
|
|
||||||||||||||||||
| [!INCLUDE [Terraform abstract](./includes/abstract.md)] | ||||||||||||||||||
|
|
||||||||||||||||||
|
|
@@ -15,7 +15,8 @@ The Visual Studio Code Terraform extension enables you to work with Terraform fr | |||||||||||||||||
| In this article, you learn how to: | ||||||||||||||||||
|
|
||||||||||||||||||
| > [!div class="checklist"] | ||||||||||||||||||
| > * Install the Azure Terraform Visual Studio Code extension | ||||||||||||||||||
| > | ||||||||||||||||||
| > * Install the Microsoft Terraform and Azure Resources Visual Studio Code extension | ||||||||||||||||||
| > * Use the extension to create an Azure resource group | ||||||||||||||||||
| > * Verify the resource group was created | ||||||||||||||||||
| > * Delete the resource group when finished testing using the extension | ||||||||||||||||||
|
|
@@ -28,27 +29,32 @@ In this article, you learn how to: | |||||||||||||||||
|
|
||||||||||||||||||
| - [Install Node.js](https://nodejs.org/). | ||||||||||||||||||
|
|
||||||||||||||||||
| ## 2. Install the Azure Terraform Visual Studio Code extension | ||||||||||||||||||
| ## 2. Install the Microsoft Terraform Visual Studio Code extension | ||||||||||||||||||
|
|
||||||||||||||||||
| 1. Launch Visual Studio Code. | ||||||||||||||||||
|
|
||||||||||||||||||
| 1. From the left menu, select **Extensions**, and enter `Azure Terraform` in the search text box. | ||||||||||||||||||
| 1. From the left menu, select **Extensions**, and enter `Microsoft Terraform` in the search text box. | ||||||||||||||||||
|
|
||||||||||||||||||
| :::image type="content" source="media/configure-vs-code-extension-for-terraform/search-for-azure-terraform-extension.png" alt-text="Search Visual Studio Code extensions in Marketplace."::: | ||||||||||||||||||
| :::image type="content" source="media/configure-vs-code-extension-for-terraform/search-for-microsoft-terraform-extension.png" alt-text="Search Visual Studio Code extensions in Marketplace."::: | ||||||||||||||||||
|
|
||||||||||||||||||
| 1. From the list of extensions, locate the `Azure Terraform` extension. (It should be the first extension listed.) | ||||||||||||||||||
| 1. From the list of extensions, locate the `Microsoft Terraform` extension. (It should be the first extension listed.) | ||||||||||||||||||
|
|
||||||||||||||||||
| 1. If the extension isn't yet installed, select the extension's **Install** option. | ||||||||||||||||||
|
|
||||||||||||||||||
| **Key points:** | ||||||||||||||||||
|
|
||||||||||||||||||
| - When you select **Install** for the Azure Terraform extension, Visual Studio Code automatically installs the Azure Account extension. | ||||||||||||||||||
| - Azure Account is a dependency file for the Azure Terraform extension. This file is used to authenticate to Azure and Azure-related code extensions. | ||||||||||||||||||
| - When you select **Install** for the Microsoft Terraform extension, Visual Studio Code automatically installs the Azure Account extension earlier to authenticate with Azure and Azure-related code extensions. | ||||||||||||||||||
| - Now with deprecation of Azure Account extension , authentication will be handled by Visual Studio Code built-in Microsoft Authentication Provider and Azure Resources extension | ||||||||||||||||||
|
Comment on lines
+46
to
+47
|
||||||||||||||||||
| - When you select **Install** for the Microsoft Terraform extension, Visual Studio Code automatically installs the Azure Account extension earlier to authenticate with Azure and Azure-related code extensions. | |
| - Now with deprecation of Azure Account extension , authentication will be handled by Visual Studio Code built-in Microsoft Authentication Provider and Azure Resources extension | |
| - Previously, installing the Microsoft Terraform extension would automatically install the Azure Account extension to authenticate with Azure. | |
| - Now that the Azure Account extension is deprecated, authentication is handled by the Visual Studio Code built-in Microsoft Authentication Provider and the Azure Resources extension. |
Copilot
AI
Oct 22, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Grammar issue: should be "with the deprecation of the Azure Account extension" (needs article "the").
| - Now with deprecation of Azure Account extension , authentication will be handled by Visual Studio Code built-in Microsoft Authentication Provider and Azure Resources extension | |
| - Now with the deprecation of the Azure Account extension, authentication will be handled by Visual Studio Code built-in Microsoft Authentication Provider and Azure Resources extension |
Copilot
AI
Oct 22, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Grammar issue: should be "Visual Studio Code's built-in" (needs possessive form).
| - Now with deprecation of Azure Account extension , authentication will be handled by Visual Studio Code built-in Microsoft Authentication Provider and Azure Resources extension | |
| - Now with deprecation of Azure Account extension, authentication will be handled by Visual Studio Code's built-in Microsoft Authentication Provider and Azure Resources extension |
Copilot
AI
Oct 22, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This instruction line appears indented as part of the previous Key points section, but it reads like a new numbered step. Consider restructuring: either make this a new numbered step at the document's main level, or rephrase to fit within the Key points context (e.g., "To install Azure Resources: from the left menu...").
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing space after comma in "Azure Account extension ,". Should be "Azure Account extension,".