Skip to content

Commit 909e04c

Browse files
authored
Merge pull request #116525 from zr-msft/ds-vs-2017
[Dev Spaces] remove references to Visual Studio 2017
2 parents 2b8d205 + c29b220 commit 909e04c

File tree

7 files changed

+7
-10
lines changed

7 files changed

+7
-10
lines changed

articles/dev-spaces/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For more information on how Azure Dev Spaces works, see [How Azure Dev Spaces wo
3434

3535
## Supported regions and configurations
3636

37-
Azure Dev Spaces is supported only by AKS clusters in [some regions][supported-regions]. Azure Dev Spaces supports using the [Azure CLI](/cli/azure/install-azure-cli?view=azure-cli-latest) or [Visual Studio Code](https://code.visualstudio.com/download) with the [Azure Dev Spaces extension](https://marketplace.visualstudio.com/items?itemName=azuredevspaces.azds) installed on Linux, macOS, or Windows 8 or greater to build and run your applications on AKS. It also supports using [Visual Studio](https://aka.ms/vsdownload?utm_source=mscom&utm_campaign=msdocs) installed on Windows 8 or greater. For Visual Studio 2019, you will need the Azure Development workload. For Visual Studio 2017, you will need the Web Development workload and [Visual Studio Tools for Kubernetes](https://aka.ms/get-vsk8stools).
37+
Azure Dev Spaces is supported only by AKS clusters in [some regions][supported-regions]. Azure Dev Spaces supports using the [Azure CLI](/cli/azure/install-azure-cli?view=azure-cli-latest) or [Visual Studio Code](https://code.visualstudio.com/download) with the [Azure Dev Spaces extension](https://marketplace.visualstudio.com/items?itemName=azuredevspaces.azds) installed on Linux, macOS, or Windows 8 or greater to build and run your applications on AKS. It also supports using [Visual Studio 2019](https://aka.ms/vsdownload?utm_source=mscom&utm_campaign=msdocs) installed on Windows with the Azure Development workload.
3838

3939
## Next steps
4040

articles/dev-spaces/get-started-netcore-visualstudio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In this guide, you will learn how to:
4444
1. Select **Review + create** and then **Create** when complete.
4545

4646
## Get the Visual Studio tools
47-
Install the latest version of [Visual Studio](https://www.visualstudio.com/vs/). For Visual Studio 2019 on Windows you need to install the Azure Development workload. For Visual Studio 2017 on Windows you need to install the ASP.NET and web development workload as well as [Visual Studio Tools for Kubernetes](https://aka.ms/get-azds-visualstudio).
47+
Install the latest version of [Visual Studio 2019](https://www.visualstudio.com/vs/) on Windows with the Azure Development workload.
4848

4949
## Create a web app running in a container
5050

articles/dev-spaces/how-dev-spaces-works-cluster-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ While your application is running, the client-side tooling also:
8181
You can use the client-side tooling from the command line as part of the `azds` command. You can also use the client-side tooling with:
8282

8383
* Visual Studio Code using the [Azure Dev Spaces extension](https://marketplace.visualstudio.com/items?itemName=azuredevspaces.azds).
84-
* Visual Studio with [Visual Studio Tools for Kubernetes](https://aka.ms/get-vsk8stools).
84+
* Visual Studio with the Azure Development workload.
8585

8686
## Next steps
8787

articles/dev-spaces/how-to/install-dev-spaces.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ You can use the Azure Dev Spaces client-side tools to interact with dev spaces o
7979

8080
* In [Visual Studio Code][vscode], install the [Azure Dev Spaces extension][vscode-extension].
8181
* In [Visual Studio 2019][visual-studio], install the Azure Development workload.
82-
* In Visual Studio 2017, install the Web Development workload and [Visual Studio Tools for Kubernetes][visual-studio-k8s-tools].
8382
* Download and install the [Windows][cli-win], [Mac][cli-mac], or [Linux][cli-linux] CLI.
8483

8584
## Next steps

articles/dev-spaces/how-to/upgrade-tools.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ az aks use-dev-spaces -n <your-aks-cluster> -g <your-aks-cluster-resource-group>
2929

3030
Once installed, the extension updates automatically. You might need to reload the extension to use the new features. In VS Code, open the **Extensions** pane, choose the **Azure Dev Spaces** extensions, and choose **Reload**.
3131

32-
## Update the Visual Studio extension
32+
## Update Visual Studio
3333

34-
Like with other extensions and updates, Visual Studio will notify you when there's an update available to the Visual Studio Tools for Kubernetes, which includes Azure Dev Spaces. Look for a flag icon on the top right of the screen.
35-
36-
To update the tools in Visual Studio, choose the **Tools > Extensions and Updates** menu item, and on the left side, choose **Updates**. Find **Visual Studio Tools for Kubernetes** and choose the **Update** button.
34+
Azure Dev Spaces is part of the Azure Development workload and is included in all Visual Studio updates.
3735

3836
## Next steps
3937

articles/dev-spaces/quickstart-netcore-visualstudio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Azure Dev Spaces also allows you debug and iterate using:
2525
## Prerequisites
2626

2727
- An Azure subscription. If you don't have one, you can create a [free account](https://azure.microsoft.com/free).
28-
- Visual Studio 2019 on Windows with the Azure Development workload installed. You can also use Visual Studio 2017 on Windows with the Web Development workload and [Visual Studio Tools for Kubernetes](https://aka.ms/get-vsk8stools) installed. If you don't have Visual Studio installed, download it [here](https://aka.ms/vsdownload?utm_source=mscom&utm_campaign=msdocs).
28+
- Visual Studio 2019 on Windows with the Azure Development workload installed. If you don't have Visual Studio installed, download it [here](https://aka.ms/vsdownload?utm_source=mscom&utm_campaign=msdocs).
2929

3030
## Create an Azure Kubernetes Service cluster
3131

articles/dev-spaces/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you have a problem when using Azure Dev Spaces, create an [issue in the Azure
1616

1717
To troubleshoot problems more effectively, it may help to create more detailed logs for review.
1818

19-
For the Visual Studio extension, set the `MS_VS_AZUREDEVSPACES_TOOLS_LOGGING_ENABLED` environment variable to 1. Be sure to restart Visual Studio for the environment variable to take effect. Once enabled, detailed logs are written to your `%TEMP%\Microsoft.VisualStudio.Azure.DevSpaces.Tools` directory.
19+
For Visual Studio, set the `MS_VS_AZUREDEVSPACES_TOOLS_LOGGING_ENABLED` environment variable to 1. Be sure to restart Visual Studio for the environment variable to take effect. Once enabled, detailed logs are written to your `%TEMP%\Microsoft.VisualStudio.Azure.DevSpaces.Tools` directory.
2020

2121
In the CLI, you can output more information during command execution by using the `--verbose` switch. You can also browse more detailed logs in `%TEMP%\Azure Dev Spaces`. On a Mac, the *TEMP* directory can be found by running `echo $TMPDIR` from a terminal window. On a Linux computer, the *TEMP* directory is usually `/tmp`. In addition, verify that logging is enabled in your [Azure CLI configuration file](/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-values-and-environment-variables).
2222

0 commit comments

Comments
 (0)