Skip to content

Commit e62e6c8

Browse files
authored
Merge branch 'master' into kraigb-python-feedback
2 parents 1ff7327 + 894e10b commit e62e6c8

File tree

2,217 files changed

+5382
-6913
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,217 files changed

+5382
-6913
lines changed

.openpublishing.redirection.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6712,6 +6712,11 @@
67126712
"redirect_url": "/visualstudio/mac/",
67136713
"redirect_document_id": false
67146714
},
6715+
{
6716+
"source_path": "mac/activation.md",
6717+
"redirect_url": "/visualstudio/mac/enable-subscription",
6718+
"redirect_document_id": false
6719+
},
67156720
{
67166721
"source_path": "docs/cross-platform/overview-of-visual-studio-tools-for-unity.md",
67176722
"redirect_url": "/visualstudio/cross-platform/visual-studio-tools-for-unity",
@@ -7131,6 +7136,32 @@
71317136
"source_path": "docs/ide/whats-new-visual-studio.md",
71327137
"redirect_url": "/visualstudio/ide/whats-new-visual-studio-2019",
71337138
"redirect_document_id": true
7139+
},
7140+
{
7141+
"source_path": "docs/docker/vs-azure-tools-docker-edit-and-refresh.md",
7142+
"redirect_url": "/visualstudio/containers/vs-azure-tools-docker-edit-and-refresh",
7143+
"redirect_document_id": true
7144+
},
7145+
{
7146+
"source_path": "docs/docker/docker-tools.md",
7147+
"redirect_url": "/visualstudio/containers/docker-tools",
7148+
"redirect_document_id": true
7149+
},
7150+
{
7151+
"source_path": "docs/docker/vs-azure-tools-docker-hosting-web-apps-in-docker.md",
7152+
"redirect_url": "/visualstudio/containers/vs-azure-tools-docker-hosting-web-apps-in-docker",
7153+
"redirect_document_id": true
7154+
},
7155+
{
7156+
"source_path": "docs/docker/vs-azure-tools-docker-setup.md",
7157+
"redirect_url": "/visualstudio/containers/vs-azure-tools-docker-setup",
7158+
"redirect_document_id": true
7159+
},
7160+
{
7161+
"source_path": "docs/docker/vs-azure-tools-docker-troubleshooting-docker-errors.md",
7162+
"redirect_url": "/visualstudio/containers/vs-azure-tools-docker-troubleshooting-docker-errors",
7163+
"redirect_document_id": true
71347164
}
7165+
71357166
]
71367167
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Visual Studio 2017 documentation
1+
# Visual Studio documentation
22

3-
Welcome! This repo contains source files for the Visual Studio 2017 technical documentation. The topics are published on [docs.microsoft.com](https://docs.microsoft.com/visualstudio).
3+
Welcome! This repo contains source files for the Visual Studio technical documentation. The topics are published on [docs.microsoft.com](https://docs.microsoft.com/visualstudio).
44

55
This repo was moved on June 23, 2017 from https://github.com/Microsoft/vsdocs. Traffic to the old URLs is redirected here.
66

docs/ai/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Visual Studio Tools for AI
44
metadata:
55
document_id: 83ceabb5-fb4f-a709-3fd2-37d024409f31
66
title: Visual Studio Tools for AI | Microsoft Docs
7-
ms.prod: visual-studio-dev15
7+
ms.prod: visual-studio-windows
88
ms.technology: vs-ai-tools
99
author: lisawong19
1010
ms.author: liwong

docs/ai/installation.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,21 +193,32 @@ pip3.5 install Theano==0.9.0
193193
To install PyTorch, run the following command in a terminal:
194194

195195
- **Windows**
196-
- There's no official wheel package yet. You can download a third-party [Anaconda PyTorch package](https://anaconda.org/pytorch/repo?type=all).
197-
- Decompress it to your home directory, e.g. "C:\Users\test\pytorch".
198-
- Add "C:\Users\test\pytorch\Lib\site-packages" to the %PYTHONPATH% environment variable.
196+
197+
There's no official wheel package yet. You can download a third-party package from [Anaconda](https://anaconda.org/pytorch/repo?type=all) or [University of California](https://www.lfd.uci.edu/~gohlke/pythonlibs/#pytorch).
198+
199+
- Decompress it to your home directory, for example, *C:\Users\test\pytorch*.
200+
- Add *C:\Users\test\pytorch\Lib\site-packages* to the %PYTHONPATH% environment variable.
201+
202+
```bash
203+
pip3 install http://download.pytorch.org/whl/cu80/torch-0.4.0-cp36-cp36m-win_amd64.whl
204+
pip3 install torchvision
205+
```
199206
200207
- **macOS**
208+
201209
```bash
202210
pip3.5 install http://download.pytorch.org/whl/torch-0.2.0.post3-cp35-cp35m-macosx_10_7_x86_64.whl
203211
```
212+
204213
> [!NOTE]
205214
> macOS binaries don't support CUDA, install from source if CUDA is needed
206215

207216
- **Linux**
217+
208218
```bash
209219
pip3.5 install http://download.pytorch.org/whl/cu80/torch-0.2.0.post3-cp35-cp35m-manylinux1_x86_64.whl
210220
```
221+
211222
> [!NOTE]
212223
> This single package supports both GPU and CPU.
213224

docs/azure/cognitive-services-connected-services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
ms.custom: seohack18
88
author: ghogen
99
manager: jillfra
10-
ms.prod: visual-studio-dev15
10+
ms.prod: visual-studio-windows
1111
ms.technology: vs-azure
1212
ms.topic: landing-page
1313
ms.date: 10/09/2018

docs/azure/index.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ metadata:
66
description: Tutorials and conceptual articles about connecting apps and services to Azure and developing Azure services.
77
author: ghogen
88
manager: jillfra
9-
ms.prod: visual-studio-dev15
9+
ms.prod: visual-studio-windows
1010
ms.technology: vs-azure
1111
ms.topic: landing-page
1212
ms.date: 10/09/2018
1313
ms.author: ghogen
1414
ms.custom: seodec18
1515
sections:
16-
- title: Publish to Azure
16+
- title: Deploy to Azure App Service
1717
items:
1818
- type: paragraph
1919
text: 'Deploy your app to Azure to staging or production environments with Visual Studio, or set up continuous integration and deployment (CI/CD).'
@@ -26,17 +26,12 @@ sections:
2626
html: <p></p>
2727
image:
2828
src: https://docs.microsoft.com/media/logos/logo_NETcore.svg
29-
title: Publish an ASP.NET Core app to Azure
29+
title: Deploy an ASP.NET Core app to Azure
3030
- href: https://docs.microsoft.com/azure/app-service/app-service-web-get-started-dotnet-framework
3131
html: <p></p>
3232
image:
3333
src: https://docs.microsoft.com/media/logos/logo_NET.svg
34-
title: Publish an ASP.NET Web App to Azure
35-
- href: https://docs.microsoft.com/azure/azure-functions/functions-create-your-first-function-visual-studio
36-
html: <p></p>
37-
image:
38-
src: https://docs.microsoft.com/azure/media/index/AzureFunctions.svg
39-
title: Publish Azure Functions
34+
title: Deploy an ASP.NET Web App to Azure
4035
- href: /aspnet/core/host-and-deploy/azure-apps/azure-continuous-deployment?view=aspnetcore-2.1
4136
html: <p></p>
4237
image:
@@ -51,8 +46,8 @@ sections:
5146
html: <p></p>
5247
image:
5348
src: https://docs.microsoft.com/media/common/i_vmm-cloud.svg
54-
title: Publish an ASP.NET Web App to an Azure VM
55-
- title: Azure App Services and Azure Functions
49+
title: Deploy an ASP.NET Web App to an Azure VM
50+
- title: Azure App Services, Logic Apps, and Azure Functions
5651
items:
5752
- type: paragraph
5853
text: 'Tutorials for creating web apps and serverless functions hosted in Azure'
@@ -66,7 +61,12 @@ sections:
6661
image:
6762
src: https://docs.microsoft.com/azure/media/index/AppService.svg
6863
title: ASP.NET Core
69-
- href: /azure/azure-functions/functions-develop-vs
64+
- href: /azure/logic-apps/quickstart-create-logic-apps-with-visual-studio
65+
html: <p>Build automated, scalable workflows with Azure Logic Apps.</p>
66+
image:
67+
src: https://docs.microsoft.com/azure/media/index/LogicApp.svg
68+
title: Azure Logic Apps
69+
- href: /azure/azure-functions/functions-create-your-first-function-visual-studio
7070
html: <p>Process events with serverless code</p>
7171
image:
7272
src: https://docs.microsoft.com/azure/media/index/AzureFunctions.svg
@@ -89,8 +89,8 @@ sections:
8989
href: /visualstudio/containers
9090
- image:
9191
src: https://docs.microsoft.com/media/logos/logo_docker.svg
92-
text: Docker Tools in Visual Studio
93-
href: /visualstudio/docker/vs-azure-tools-docker-setup
92+
text: Container Tools in Visual Studio
93+
href: /visualstudio/docker/docker-tools
9494
- image:
9595
src: https://docs.microsoft.com/media/logos/logo_kubernetes.svg
9696
text: Kubernetes Tools
@@ -172,10 +172,10 @@ sections:
172172
src: https://docs.microsoft.com//media/common/i_code-performance.svg
173173
title: Analyze performance
174174
- href: vs-azure-tools-publishing-a-cloud-service.md
175-
html: <p>Publish a cloud service to Azure</p>
175+
html: <p>Deploy a cloud service to Azure</p>
176176
image:
177177
src: https://docs.microsoft.com//media/common/i_deploy.svg
178-
title: Publish
178+
title: Deploy
179179
- href: vs-azure-tools-diagnostics-for-cloud-services-and-virtual-machines.md
180180
html: <p>Monitor and diagnose cloud services and virtual machines running in Azure</p>
181181
image:

docs/azure/toc.yml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
- name: Azure Development with Visual Studio
22
href: index.yml
33
expanded: true
4-
- name: Publish to Azure
4+
- name: Deploy to Azure App Service
55
expanded: true
66
items:
7-
- name: Publish an ASP.NET Core app to Azure
7+
- name: Deploy an ASP.NET Core app to Azure
88
href: /aspnet/core/tutorials/publish-to-azure-webapp-using-vs?view=aspnetcore-2.1
9-
- name: Publish a .NET TODO List Web App to Azure
9+
- name: Deploy a .NET TODO List Web App to Azure
1010
href: /dotnet/azure/dotnet-quickstart-vs?view=azure-dotnet
11-
- name: Publish Azure Functions
12-
href: /azure/azure-functions/functions-develop-vs?toc=/visualstudio/azure/toc.json&bc=/visualstudio/azure/breadcrumb/toc.json
1311
- name: Continuous deployment to Azure with Visual Studio and Git with ASP.NET Core
1412
href: /aspnet/core/host-and-deploy/azure-apps/azure-continuous-deployment?view=aspnetcore-2.1
1513
- name: Continuous deployment to Azure with Azure Pipelines
1614
href: /azure/devops/pipelines/get-started-yaml?view=vsts
17-
- name: Publish an ASP.NET Web App to an Azure VM
15+
- name: Deploy an ASP.NET Web App to an Azure VM
1816
href: /azure/virtual-machines/windows/publish-web-app-from-visual-studio?toc=/visualstudio/azure/toc.json&bc=/visualstudio/azure/breadcrumb/toc.json
1917
- name: Connect to Azure services
2018
expanded: false
@@ -77,19 +75,19 @@
7775
href: vs-azure-tools-performance-profiling-cloud-services.md
7876
- name: Optimize your Azure code
7977
href: vs-azure-tools-optimizing-azure-code-in-visual-studio.md
80-
- name: Publish a cloud service to Azure
78+
- name: Deploy a cloud service to Azure
8179
items:
82-
- name: Migrate and Publish a Web Application to an Azure Cloud Service
80+
- name: Migrate and Deploy a Web Application to an Azure Cloud Service
8381
href: vs-azure-tools-migrate-publish-web-app-to-cloud-service.md
84-
- name: Use the Visual Studio Publish Azure Application Wizard
82+
- name: Use the Visual Studio Deploy Azure Application Wizard
8583
href: vs-azure-tools-publish-azure-application-wizard.md
86-
- name: Publish a cloud service using Visual Studio
84+
- name: Deploy a cloud service using Visual Studio
8785
href: vs-azure-tools-publishing-a-cloud-service.md
8886
- name: Use Windows PowerShell scripts to publish to dev and test environments
8987
href: vs-azure-tools-publishing-using-powershell-scripts.md
90-
- name: Publish-WebApplicationVM (Windows PowerShell script)
88+
- name: Deploy-WebApplicationVM (Windows PowerShell script)
9189
href: vs-azure-tools-publish-webapplicationvm.md
92-
- name: Publish-WebApplicationWebSite (Windows PowerShell script)
90+
- name: Deploy-WebApplicationWebSite (Windows PowerShell script)
9391
href: vs-azure-tools-publish-webapplicationwebsite-windows-powershell-script.md
9492
- name: Manage service configurations and profiles
9593
href: vs-azure-tools-service-configurations-and-profiles-how-to-manage.md

docs/azure/vs-azure-tools-access-private-azure-clouds-with-visual-studio.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: Learn how to access private cloud resources by using Visual Studio.
44
author: ghogen
55
manager: jillfra
66
assetId: 9d733c8d-703b-44e7-a210-bb75874c45c8
7-
ms.prod: visual-studio-dev15
87
ms.custom: vs-azure
98
ms.workload: azure-vs
109
ms.topic: conceptual

docs/azure/vs-azure-tools-azure-project-create.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: Learn now to create an Azure cloud service project with Visual Stud
44
author: ghogen
55
manager: jillfra
66
assetId: ec580df7-3dcc-45a9-a1d9-8c110678dfb5
7-
ms.prod: visual-studio-dev15
87
ms.custom: vs-azure
98
ms.workload: azure-vs
109
ms.topic: conceptual

docs/azure/vs-azure-tools-cloud-service-project-managing-roles.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: Learn how to add and remove roles in Azure cloud services with Visu
44
author: ghogen
55
manager: jillfra
66
assetId: 5ec9ae2e-8579-4e5d-999e-8ae05b629bd1
7-
ms.prod: visual-studio-dev15
87
ms.custom: vs-azure
98
ms.workload: azure-vs
109
ms.topic: conceptual

docs/azure/vs-azure-tools-cloud-service-publish-set-up-required-services-in-visual-studio.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: Learn the procedures to set up cloud and storage account services a
44
author: ghogen
55
manager: jillfra
66
ms.assetid: 92ee2f9e-ec49-4c7a-900d-620abe5e9d8a
7-
ms.prod: visual-studio-dev15
87
ms.custom: vs-azure
98
ms.workload: azure-vs
109
ms.topic: conceptual

docs/azure/vs-azure-tools-cloud-service-retain-a-constant-virtual-ip-address.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: Learn how to ensure that the virtual IP address (VIP) of your Azure
44
author: ghogen
55
manager: jillfra
66
assetId: 4a58e2c6-7a79-4051-8a2c-99182ff8b881
7-
ms.prod: visual-studio-dev15
87
ms.custom: vs-azure
98
ms.workload: azure-vs
109
ms.topic: conceptual

docs/azure/vs-azure-tools-command-line-build.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: Command-line build for Azure
44
author: ghogen
55
manager: jillfra
66
assetId: 94b35d0d-0d35-48b6-b48b-3641377867fd
7-
ms.prod: visual-studio-dev15
87
ms.custom: vs-azure
98
ms.workload: azure-vs
109
ms.topic: conceptual

docs/azure/vs-azure-tools-configure-roles-for-cloud-service.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: Learn how to set up and configure roles for Azure cloud services us
44
author: ghogen
55
manager: jillfra
66
assetId: d397ef87-64e5-401a-aad5-7f83f1022e16
7-
ms.prod: visual-studio-dev15
87
ms.custom: vs-azure
98
ms.workload: azure-vs
109
ms.topic: conceptual

docs/azure/vs-azure-tools-configuring-an-azure-project.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: Learn how to configure an Azure cloud service project in Visual Stu
44
author: ghogen
55
manager: jillfra
66
assetId: 609d6965-05cc-47b1-82dc-c76a92d4f295
7-
ms.prod: visual-studio-dev15
87
ms.custom: vs-azure
98
ms.workload: azure-vs
109
ms.topic: conceptual

docs/azure/vs-azure-tools-connected-services-storage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: Add Azure Storage to your app by using the Visual Studio Add Connec
44
author: ghogen
55
manager: jillfra
66
assetId: 521ec044-ad4b-4828-8864-01decde2e758
7-
ms.prod: visual-studio-dev15
87
ms.custom: vs-azure
98
ms.workload: azure-vs
109
ms.topic: conceptual

docs/azure/vs-azure-tools-debug-cloud-services-virtual-machines.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.custom: vs-azure
99
ms.workload: azure-vs
1010
ms.date: 11/11/2016
1111
ms.author: mikejo
12-
ms.prod: visual-studio-dev15
1312
ms.technology: vs-ide-debug
1413
ms.custom: seodec18
1514
---

docs/azure/vs-azure-tools-debugging-cloud-services-overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ms.topic: conceptual
88
ms.workload: azure-vs
99
ms.date: 03/18/2017
1010
ms.author: mikejo
11-
ms.prod: visual-studio-dev15
1211
ms.technology: vs-ide-debug
1312
---
1413
# Learn the various ways to debug an Azure cloud service

docs/azure/vs-azure-tools-diagnostics-for-cloud-services-and-virtual-machines.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ms.topic: conceptual
88
ms.workload: azure-vs
99
ms.date: 06/28/2018
1010
ms.author: mikejo
11-
ms.prod: visual-studio-dev15
1211
---
1312
# Set up diagnostics for Azure Cloud Services and virtual machines
1413
When you need to troubleshoot an Azure cloud service or virtual machine, you can use Visual Studio to more easily set up Azure Diagnostics. Diagnostics captures system data and logging data on the virtual machines and virtual machine instances that run your cloud service. Diagnostics data is transferred to a storage account that you choose. For more information about diagnostics logging in Azure, see [Enable diagnostics logging for Web Apps in Azure App Service](/azure/app-service/web-sites-enable-diagnostic-log).

docs/azure/vs-azure-tools-emulator-express-debug-run.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ms.topic: conceptual
88
ms.workload: azure-vs
99
ms.date: 03/06/2017
1010
ms.author: mikejo
11-
ms.prod: visual-studio-dev15
1211
---
1312
# Using Emulator Express to run and debug an Azure cloud service on a local machine
1413
By using Emulator Express, you can test and debug a cloud service without running Visual Studio as an administrator. You can set your project settings to use either Emulator Express or the full emulator, depending on the requirements of your cloud service. For more information about the full emulator, see [Run an Azure Application in the Compute Emulator](/azure/storage/common/storage-use-emulator).

docs/azure/vs-azure-tools-intellitrace-debug-published-cloud-services.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.custom: vs-azure
99
ms.workload: azure-vs
1010
ms.date: 03/21/2017
1111
ms.author: mikejo
12-
ms.prod: visual-studio-dev15
1312
ms.custom: seodec18
1413
---
1514
# Debugging a published Azure cloud service with Visual Studio and IntelliTrace

docs/azure/vs-azure-tools-migrate-publish-web-app-to-cloud-service.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: Learn how to migrate and publish your web application to an Azure c
44
author: ghogen
55
manager: jillfra
66
ms.assetid: 9394adfd-a645-4664-9354-dd5df08e8c91
7-
ms.prod: visual-studio-dev15
87
ms.custom: vs-azure
98
ms.workload: azure-vs
109
ms.topic: conceptual

docs/azure/vs-azure-tools-multiple-services-project-configurations.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: Learn how to configure an Azure cloud service project by changing t
44
author: ghogen
55
manager: jillfra
66
assetId: a4fb79ed-384f-4183-9f74-5cac257206b9
7-
ms.prod: visual-studio-dev15
87
ms.custom: vs-azure
98
ms.workload: azure-vs
109
ms.topic: conceptual

docs/azure/vs-azure-tools-optimizing-azure-code-in-visual-studio.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.custom: vs-azure
99
ms.workload: azure-vs
1010
ms.date: 11/11/2016
1111
ms.author: ghogen
12-
ms.prod: visual-studio-dev15
1312
ms.custom: seodec18
1413
---
1514
# Optimizing Your Azure Code

docs/azure/vs-azure-tools-performance-profiling-cloud-services.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ms.topic: conceptual
88
ms.workload: azure-vs
99
ms.date: 11/11/2016
1010
ms.author: mikejo
11-
ms.prod: visual-studio-dev15
1211
---
1312
# Testing the performance of a cloud service
1413
## Overview

docs/azure/vs-azure-tools-publish-azure-application-wizard.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: Learn how to configure the various settings in the Visual Studio Pu
44
author: ghogen
55
manager: jillfra
66
assetId: 7d8f1ac9-e439-47e0-a183-0642c4ea1920
7-
ms.prod: visual-studio-dev15
87
ms.custom: vs-azure
98
ms.workload: azure-vs
109
ms.topic: conceptual

0 commit comments

Comments
 (0)