Skip to content

Commit 910b3fa

Browse files
Docs.Archive pipelineDocs.Archive pipeline
authored andcommitted
[DocsArchive-1.0.20271.3](2020-09-29-02-07-42)Auto archive content
1 parent 822e61c commit 910b3fa

File tree

8,067 files changed

+41872
-430619
lines changed

Some content is hidden

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

8,067 files changed

+41872
-430619
lines changed

.openpublishing.redirection.json

Lines changed: 41840 additions & 0 deletions
Large diffs are not rendered by default.

docs/docfx.json

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"build": {
33
"content": [
44
{
5-
"group": "vs-2015",
6-
"src": "./vs-2015",
75
"files": [
86
"**/*.md",
97
"**/*.yml"
@@ -13,11 +11,11 @@
1311
"vsdocsdocs/**",
1412
"**/includes/**",
1513
"missingapi.yml"
16-
]
14+
],
15+
"src": "./vs-2015",
16+
"group": "vs-2015"
1717
},
1818
{
19-
"group": "vs-2017-2019",
20-
"src": "./",
2119
"files": [
2220
"**/*.md",
2321
"**/*.yml"
@@ -28,13 +26,13 @@
2826
"**/includes/**",
2927
"missingapi.yml",
3028
"vs-2015/**"
31-
]
29+
],
30+
"src": "./",
31+
"group": "vs-2017-2019"
3232
}
3333
],
3434
"resource": [
3535
{
36-
"group": "vs-2015",
37-
"src": "./vs-2015",
3836
"files": [
3937
"**/*.png",
4038
"**/*.jpg",
@@ -46,11 +44,11 @@
4644
"vsdocsdocs/**",
4745
"**/includes/**",
4846
"missingapi.yml"
49-
]
47+
],
48+
"src": "./vs-2015",
49+
"group": "vs-2015"
5050
},
5151
{
52-
"group": "vs-2017-2019",
53-
"src": "./",
5452
"files": [
5553
"**/*.png",
5654
"**/*.jpg",
@@ -63,7 +61,9 @@
6361
"**/includes/**",
6462
"missingapi.yml",
6563
"vs-2015/**"
66-
]
64+
],
65+
"src": "./",
66+
"group": "vs-2017-2019"
6767
}
6868
],
6969
"overwrite": [],
@@ -146,23 +146,28 @@
146146
"vs-2015/extensibility/**/*.md": [
147147
"VS Extensibility"
148148
]
149+
},
150+
"exclude_monikers": {
151+
"vs-2015/**/*.md": [
152+
"vs-2015"
153+
]
149154
}
150155
},
151156
"template": [],
157+
"dest": "vsdocsdocs",
158+
"markdownEngineName": "markdig",
152159
"xref": [
153160
"missingapi.yml"
154161
],
155-
"dest": "vsdocsdocs",
156162
"groups": {
157163
"vs-2015": {
158-
"moniker_range": "vs-2015",
159-
"dest": "vs-2015-dest"
164+
"dest": "vs-2015-dest",
165+
"moniker_range": "vs-2015"
160166
},
161167
"vs-2017-2019": {
162-
"moniker_range": ">= vs-2017",
163-
"dest": "vs-2017-2019-dest"
168+
"dest": "vs-2017-2019-dest",
169+
"moniker_range": ">= vs-2017"
164170
}
165-
},
166-
"markdownEngineName": "markdig"
171+
}
167172
}
168-
}
173+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/vs-2015/azure/toc.yml

Lines changed: 7 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -2,107 +2,33 @@
22
href: index.yml
33
expanded: true
44
- name: Publish to Azure
5-
expanded: true
65
items:
7-
- name: Publish a cloud service
8-
href: vs-azure-tools-publishing-a-cloud-service.md
9-
- name: Publish using the Visual Studio IDE
10-
href: vs-azure-tools-publish-azure-application-wizard.md
11-
- name: Publish using a PowerShell script
12-
href: vs-azure-tools-publishing-using-powershell-scripts.md
136
- name: Publish an ASP.NET Web App to an Azure VM
147
href: /azure/virtual-machines/windows/publish-web-app-from-visual-studio?toc=/visualstudio/azure/toc.json&bc=/visualstudio/azure/breadcrumb/toc.json
15-
- name: Publish a Web App to Azure Cloud Services
16-
href: vs-azure-tools-migrate-publish-web-app-to-cloud-service.md
8+
expanded: true
179
- name: Connect to Azure Services
18-
expanded: false
1910
items:
20-
- name: Add Azure storage
21-
href: vs-azure-tools-connected-services-storage.md
2211
- name: Add Azure Active Directory (AD)
2312
href: /azure/active-directory/develop/vs-active-directory-add-connected-service?toc=/visualstudio/azure/toc.json&bc=/visualstudio/azure/breadcrumb/toc.json
24-
- name: Add Mobile Services
25-
href: vs-azure-tools-connected-services-add-mobile-services.md
26-
- name: Azure Cloud Services development
2713
expanded: false
14+
- name: Azure Cloud Services development
2815
items:
2916
- name: Work with cloud service projects
30-
items:
31-
- name: Access private Azure clouds
32-
href: vs-azure-tools-access-private-azure-clouds-with-visual-studio.md
33-
- name: Create an Azure cloud service project
34-
href: vs-azure-tools-azure-project-create.md
35-
- name: Manage roles in Azure cloud services
36-
href: vs-azure-tools-cloud-service-project-managing-roles.md
37-
- name: Prepare to publish or deploy a cloud service
38-
href: vs-azure-tools-cloud-service-publish-set-up-required-services-in-visual-studio.md
39-
- name: Retain a constant virtual IP address for an Azure cloud service
40-
href: vs-azure-tools-cloud-service-retain-a-constant-virtual-ip-address.md
41-
- name: Build Azure projects from the command line
42-
href: vs-azure-tools-command-line-build.md
43-
- name: Configure Azure cloud service roles
44-
href: vs-azure-tools-configure-roles-for-cloud-service.md
45-
- name: Configure an Azure cloud service project
46-
href: vs-azure-tools-configuring-an-azure-project.md
47-
- name: Configure your Azure project to use multiple service configurations
48-
href: vs-azure-tools-multiple-services-project-configurations.md
49-
- name: Upgrade projects to the current version of the Azure Tools
50-
href: vs-azure-tools-upgrade-projects-to-the-current-version-of-the-azure-tools.md
5117
- name: Test and debug a cloud service
52-
items:
53-
- name: Debug an Azure cloud service or virtual machine
54-
href: vs-azure-tools-debug-cloud-services-virtual-machines.md
55-
- name: Learn the various ways to debug an Azure cloud service
56-
href: vs-azure-tools-debugging-cloud-services-overview.md
57-
- name: Set up diagnostics for Azure Cloud Services and virtual machines
58-
href: vs-azure-tools-diagnostics-for-cloud-services-and-virtual-machines.md
59-
- name: Using Emulator Express to run and debug an Azure cloud service on a local machine
60-
href: vs-azure-tools-emulator-express-debug-run.md
61-
- name: Debug a published Azure cloud service with IntelliTrace
62-
href: vs-azure-tools-intellitrace-debug-published-cloud-services.md
63-
- name: Test the performance of a cloud service
64-
href: vs-azure-tools-performance-profiling-cloud-services.md
65-
- name: Optimize Your Azure Code
66-
href: vs-azure-tools-optimizing-azure-code-in-visual-studio.md
6718
- name: Publish a cloud service to Azure
68-
items:
69-
- name: Migrate and publish a Web Application to an Azure cloud service
70-
href: vs-azure-tools-migrate-publish-web-app-to-cloud-service.md
71-
- name: Use the Visual Studio Publish Azure Application Wizard
72-
href: vs-azure-tools-publish-azure-application-wizard.md
73-
- name: Publish a cloud service using Visual Studio
74-
href: vs-azure-tools-publishing-a-cloud-service.md
75-
- name: Use Windows PowerShell scripts to publish to dev and test environments
76-
href: vs-azure-tools-publishing-using-powershell-scripts.md
77-
- name: Publish-WebApplicationVM (Windows PowerShell script)
78-
href: vs-azure-tools-publish-webapplicationvm.md
79-
- name: Publish-WebApplicationWebSite (Windows PowerShell script)
80-
href: vs-azure-tools-publish-webapplicationwebsite-windows-powershell-script.md
81-
- name: Manage service configurations and profiles
82-
href: vs-azure-tools-service-configurations-and-profiles-how-to-manage.md
83-
- name: Set up named authentication credentials
84-
href: vs-azure-tools-setting-up-named-authentication-credentials.md
8519
- name: Work with Azure storage
8620
items:
8721
- name: Get started with Storage Explorer
88-
href: /azure/vs-azure-tools-storage-manage-with-storage-explorer?toc=/visualstudio/azure/toc.json&bc=/visualstudio/azure/breadcrumb/toc.json # in another TOC
22+
href: /azure/vs-azure-tools-storage-manage-with-storage-explorer?toc=/visualstudio/azure/toc.json&bc=/visualstudio/azure/breadcrumb/toc.json
8923
- name: Configure and use the Storage Emulator
9024
href: /azure/vs-azure-tools-storage-emulator-using?toc=/visualstudio/azure/toc.json&bc=/visualstudio/azure/breadcrumb/toc.json
91-
- name: Construct filter strings for the Table Designer
92-
href: vs-azure-tools-table-designer-construct-filter-strings.md
9325
- name: Manage Azure blob storage resources with Storage Explorer
94-
href: /azure/vs-azure-tools-storage-explorer-blobs?toc=/visualstudio/azure/toc.json&bc=/visualstudio/azure/breadcrumb/toc.json # in another TOC
26+
href: /azure/vs-azure-tools-storage-explorer-blobs?toc=/visualstudio/azure/toc.json&bc=/visualstudio/azure/breadcrumb/toc.json
9527
- name: Use Storage Explorer with Azure file storage
9628
href: /azure/vs-azure-tools-storage-explorer-files?toc=/visualstudio/azure/toc.json&bc=/visualstudio/azure/breadcrumb/toc.json
9729
- name: Microsoft Azure Storage Explorer release notes
98-
href: /azure/vs-azure-tools-storage-explorer-relnotes?toc=/visualstudio/azure/toc.json&bc=/visualstudio/azure/breadcrumb/toc.json # in another TOC
30+
href: /azure/vs-azure-tools-storage-explorer-relnotes?toc=/visualstudio/azure/toc.json&bc=/visualstudio/azure/breadcrumb/toc.json
9931
- name: Storage Explorer accessibility
100-
href: /azure/vs-azure-tools-storage-explorer-accessibility?toc=/visualstudio/azure/toc.json&bc=/visualstudio/azure/breadcrumb/toc.json # in another TOC
32+
href: /azure/vs-azure-tools-storage-explorer-accessibility?toc=/visualstudio/azure/toc.json&bc=/visualstudio/azure/breadcrumb/toc.json
33+
expanded: false
10134
- name: Cloud Explorer
102-
items:
103-
- name: Browse and manage storage resources by using Server Explorer
104-
href: vs-azure-tools-storage-resources-server-explorer-browse-manage.md
105-
- name: Manage the resources associated with your Azure accounts in Cloud Explorer
106-
href: vs-azure-tools-resources-managing-with-cloud-explorer.md
107-
- name: Access Azure virtual machines from Server Explorer
108-
href: vs-azure-tools-virtual-machines-access-from-server-explorer.md

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

Lines changed: 0 additions & 41 deletions
This file was deleted.

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

Lines changed: 0 additions & 51 deletions
This file was deleted.

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

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)