updated configure vs code extension for terraform markdown file#1465
updated configure vs code extension for terraform markdown file#1465Srujan1993 wants to merge 2 commits intoMicrosoftDocs:mainfrom
Conversation
|
Learn Build status updates of commit 0575e1f: 💡 Validation status: suggestionsarticles/terraform/configure-vs-code-extension-for-terraform.md
articles/terraform/media/configure-vs-code-extension-for-terraform/installed-extensions-azureresources.png
articles/terraform/media/configure-vs-code-extension-for-terraform/installed-extensions-microsoftterraform.png
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
|
@microsoft-github-policy-service agree |
|
@Srujan1993 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
@TomArcherMsft - Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a The following issues will need to be addressed in addition to any review comments from the content owner: articles/terraform/media/configure-vs-code-extension-for-terraform/installed-extensions-azureresources.png
articles/terraform/configure-vs-code-extension-for-terraform.md
#label:"aq-pr-triaged" |
|
@Jingwei-MS Please review |
…r validation comments
|
Learn Build status updates of commit a9128b5: ✅ Validation status: passedFor more details, please refer to the build report. |
PRMerger Results
|
|
@v-regandowner , validation issues are now resolved with latest commit |
1 similar comment
There was a problem hiding this comment.
Pull Request Overview
This PR updates the documentation to reflect the rebranding of the Azure Terraform extension to Microsoft Terraform and the deprecation of the Azure Account extension (deprecated January 2025) in favor of the Azure Resources extension. The changes ensure users have current information about installing and using the VS Code extension for Terraform development with Azure.
Key changes:
- Updated all references from "Azure Terraform" to "Microsoft Terraform" throughout the document
- Replaced deprecated Azure Account extension references with Azure Resources extension
- Updated screenshot references to match the new extension names
| - 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 |
There was a problem hiding this comment.
Missing space after comma in "Azure Account extension ,". Should be "Azure Account extension,".
| - 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 built-in Microsoft Authentication Provider and Azure Resources extension |
| - 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 |
There was a problem hiding this comment.
The phrase "installs the Azure Account extension earlier" is unclear and confusing. Since Azure Account is deprecated, this sentence should be updated to clarify that this was the previous behavior, not current behavior. Consider: "Previously, installing the Microsoft Terraform extension would automatically install the Azure Account extension to authenticate with Azure."
| - 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. |
| - 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 |
There was a problem hiding this comment.
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 |
| - 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 |
There was a problem hiding this comment.
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 |
| - 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 | ||
| - From the left menu, select **Extensions**, and enter `Azure Resources` in the search text box. |
There was a problem hiding this comment.
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...").
1 similar comment
|
#reassign:jasongroce |
|
@Srujan1993 To unblock this PR I need to pull it into our private publishing repo. I will get this submitted internally and published within the next few days. #please-close |
📝 Summary
This pull request aims to update the configure vs code extension for terraform markdown file with updated details and screenshots
🔄 Changes
✅ Checklist