From 6c01cb01492cc9fd543eaec2ed14040d1b0c03bc Mon Sep 17 00:00:00 2001 From: Jun Date: Fri, 28 Feb 2025 21:43:26 +0800 Subject: [PATCH] Update README.md Fixed 1 potential misspelling/error. --- 06-Using-GitHub-Copilot-for-Azure-to-Deploy-to-Cloud/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06-Using-GitHub-Copilot-for-Azure-to-Deploy-to-Cloud/README.md b/06-Using-GitHub-Copilot-for-Azure-to-Deploy-to-Cloud/README.md index b3139b0..7e2fc17 100644 --- a/06-Using-GitHub-Copilot-for-Azure-to-Deploy-to-Cloud/README.md +++ b/06-Using-GitHub-Copilot-for-Azure-to-Deploy-to-Cloud/README.md @@ -23,7 +23,7 @@ In this workshop, you will: ## Prerequisites - [GitHub Copilot Chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot): GitHub Copilot is an AI pair programmer tool that helps you write code faster and smarter. -- [.NET Install Tool](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.vscode-dotnet-runtime): This extension provides a unified way for other extensions like the C# and C# Dev Kit extensions to install local versions of the .NET Runtime, and machine-wide versions of the .NET SDK. Those extensions tell the .NET Install Tool when they would like a .NET SDK to be on the machine, and we install one for them if there's not already one that matches the SDK they need to run properly. Users can also install the .NET SDK themselves by reading belo +- [.NET Install Tool](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.vscode-dotnet-runtime): This extension provides a unified way for other extensions like the C# and C# Dev Kit extensions to install local versions of the .NET Runtime, and machine-wide versions of the .NET SDK. Those extensions tell the .NET Install Tool when they would like a .NET SDK to be on the machine, and we install one for them if there's not already one that matches the SDK they need to run properly. Users can also install the .NET SDK themselves by reading below. - [GitHub Copilot for Azure](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azure-github-copilot): GitHub Copilot for Azure is the @azure extension. It’s designed to help streamline the process of developing for Azure. You can ask @azure questions about Azure services or get help with tasks related to Azure and developing for Azure, all from within Visual Studio Code. - [Microsoft Azure Account](https://azure.microsoft.com/pricing/purchase-options/azure-account): Start building, deploying, and managing applications seamlessly across the cloud, on-premises, and edge environments with Azure's scalable and cost-efficient services. Try Azure free for up to 30 days with no upfront commitment—cancel anytime.