Skip to content

Commit a77d08b

Browse files
Merge pull request #10833 from MicrosoftDocs/main638857192447476876sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 3d4cd7e + 6e6080f commit a77d08b

12 files changed

+25
-26
lines changed

docs/get-started/visual-studio-ide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Select the following button to install Visual Studio, and choose the edition of
170170
Dive into coding with one of the following language-specific tutorials:
171171

172172
- [Create a simple C# console app](./csharp/tutorial-console.md)
173-
- [Get started with Python](../python/tutorial-working-with-python-in-visual-studio-step-00-installation.md)
173+
- [Get started with Python](/visualstudio/python/installing-python-support-in-visual-studio)
174174
- [Create a simple VB console app](./visual-basic/tutorial-console.md)
175175
- [Create a C++ console app](/cpp/get-started/tutorial-console-cpp)
176176
- [Create a Node.js and Express app](../javascript/tutorial-nodejs.md)

docs/install/automated-installation-with-response-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ In the following example, the `response.json` file initializes a Visual Studio E
221221
222222
## Troubleshooting
223223

224-
If you run into a problem with the Visual Studio bootstrapper throwing an error when you pair it with a `response.json` file, see [Troubleshoot network-related errors when you install or use Visual Studio](../install/troubleshooting-network-related-errors-in-visual-studio.md#error-failed-to-parse-id-from-parent-process) page for more information.
224+
If you run into a problem with the Visual Studio bootstrapper throwing an error when you pair it with a `response.json` file, see [Troubleshoot network-related errors when you install or use Visual Studio](/troubleshoot/developer/visualstudio/installation/troubleshoot-network-related-errors#error-failed-to-parse-id-from-parent-process) page for more information.
225225

226226
[!INCLUDE[install_get_support_md](includes/install_get_support_md.md)]
227227

@@ -231,4 +231,4 @@ If you run into a problem with the Visual Studio bootstrapper throwing an error
231231
* [Deploy Visual Studio from a layout onto a client machine](deploy-a-layout-onto-a-client-machine.md)
232232
* [Configure policies for enterprise deployments](configure-policies-for-enterprise-deployments.md)
233233
* [Visual Studio workload and component IDs](workload-and-component-ids.md)
234-
* [Troubleshoot network-related errors when you install or use Visual Studio](troubleshooting-network-related-errors-in-visual-studio.md)
234+
* [Troubleshoot network-related errors when you install or use Visual Studio](/troubleshoot/developer/visualstudio/installation/troubleshoot-network-related-errors)

docs/install/create-a-network-installation-of-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ We have other support options available, too. See our [Visual Studio Developer C
414414
- [Visual Studio administrator guide](visual-studio-administrator-guide.md)
415415
- [Deploy Visual Studio from a layout onto a client machine](deploy-a-layout-onto-a-client-machine.md)
416416
- [Update a network-based installation of Visual Studio](update-a-network-installation-of-visual-studio.md)
417-
- [Troubleshoot network-related errors when you install or use Visual Studio](troubleshooting-network-related-errors-in-visual-studio.md)
417+
- [Troubleshoot network-related errors when you install or use Visual Studio](/troubleshoot/developer/visualstudio/installation/troubleshoot-network-related-errors)
418418
- [Configure policies for enterprise deployments of Visual Studio](configure-policies-for-enterprise-deployments.md)
419419
- [Visual Studio product lifecycle and servicing](/visualstudio/productinfo/vs-servicing/)
420420
- [Use command-line parameters to install Visual Studio](use-command-line-parameters-to-install-visual-studio.md)

docs/install/deploy-a-layout-onto-a-client-machine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Some enterprises want to host the layout on an intranet location to better manag
104104
## Prepare the client machines
105105
106106
### Permissions
107-
Make sure that either the user or system account that's running the installation has proper access to the network share that contains the layout. For more information, refer to the [troubleshoot network-related errors when you install or use Visual Studio](troubleshooting-network-related-errors-in-visual-studio.md) page.
107+
Make sure that either the user or system account that's running the installation has proper access to the network share that contains the layout. For more information, refer to the [troubleshoot network-related errors when you install or use Visual Studio](/troubleshoot/developer/visualstudio/installation/troubleshoot-network-related-errors) page.
108108
109109
### Install on a client that doesn't have internet access
110110
@@ -138,7 +138,7 @@ We have other support options available, too. See our [Visual Studio Developer C
138138
139139
- [Visual Studio administrator guide](visual-studio-administrator-guide.md)
140140
- [Update a network-based installation of Visual Studio](update-a-network-installation-of-visual-studio.md)
141-
- [Troubleshoot network-related errors when you install or use Visual Studio](troubleshooting-network-related-errors-in-visual-studio.md)
141+
- [Troubleshoot network-related errors when you install or use Visual Studio](/troubleshoot/developer/visualstudio/installation/troubleshoot-network-related-errors)
142142
- [Control updates to network-based Visual Studio deployments](controlling-updates-to-visual-studio-deployments.md)
143143
- [Configure policies for enterprise deployments of Visual Studio](configure-policies-for-enterprise-deployments.md)
144144
- [Visual Studio product lifecycle and servicing](/visualstudio/productinfo/vs-servicing/)

docs/install/install-and-use-visual-studio-behind-a-firewall-or-proxy-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ When you use Visual Studio or Azure Services behind a firewall or proxy server,
140140

141141
## Troubleshoot network-related errors
142142

143-
Sometimes, you might run in to network- or proxy-related errors when you install or use Visual Studio behind a firewall or a proxy server. For more information about solutions for such error messages, see [Troubleshooting network-related errors](troubleshooting-network-related-errors-in-visual-studio.md).
143+
Sometimes, you might run in to network- or proxy-related errors when you install or use Visual Studio behind a firewall or a proxy server. For more information about solutions for such error messages, see [Troubleshooting network-related errors](/troubleshoot/developer/visualstudio/installation/troubleshoot-network-related-errors).
144144

145145
## Get support
146146

@@ -156,6 +156,6 @@ Here are a few more support options:
156156

157157
* [Connectivity requirements for Live Share](/visualstudio/liveshare/reference/connectivity/)
158158
* [Create and maintain a network installation of Visual Studio](create-a-network-installation-of-visual-studio.md)
159-
* [Troubleshoot network-related errors in Visual Studio](troubleshooting-network-related-errors-in-visual-studio.md)
159+
* [Troubleshoot network-related errors in Visual Studio](/troubleshoot/developer/visualstudio/installation/troubleshoot-network-related-errors)
160160
* [Visual Studio administrator guide](visual-studio-administrator-guide.md)
161161
* [Configure network settings for Copilot in Visual Studio](https://docs.github.com/en/copilot/configuring-github-copilot/configuring-network-settings-for-github-copilot?tool=visualstudio#configuring-proxy-settings-for-github-copilot)

docs/install/repair-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ To repair your installation, follow these steps.
9595
- [Install Visual Studio](install-visual-studio.md)
9696
- [Update Visual Studio](update-visual-studio.md)
9797
- [Uninstall Visual Studio](uninstall-visual-studio.md)
98-
- [Troubleshooting Visual Studio installation and upgrade issues](troubleshooting-installation-issues.md)
98+
- [Troubleshooting Visual Studio installation and upgrade issues](/troubleshoot/developer/visualstudio/installation/troubleshoot-installation-issues)

docs/install/update-a-network-installation-of-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If your clients are [configured to acquire updates](update-visual-studio.md?view
3030

3131
If your clients are [configured to acquire updates](update-visual-studio.md#configure-source-location-of-updates-1) from a layout, then the first step before updating the client is to make sure that the layout itself contains the updated version of Visual Studio. The IT administrator should either [update the existing layout with the latest product updates](create-a-network-installation-of-visual-studio.md#maintaining-your-layout) so that both new client installations or client updates can receive the updated version, or they can [create a whole new layout](create-a-network-installation-of-visual-studio.md) in a different layout directory that you can use to update the client machines. Best practice is to update the layouts on the second Tuesday of the month right after the security updates are released.
3232

33-
Make sure that either the user or system account that's running the update has proper access to the network share or internal website that contains the layout. For more information, refer to [Troubleshoot network-related errors when you install or use Visual Studio](troubleshooting-network-related-errors-in-visual-studio.md#error-the-product-fails-to-install-or-update-because-network-share-permissions-arent-configured-correctly).
33+
Make sure that either the user or system account that's running the update has proper access to the network share or internal website that contains the layout. For more information, refer to [Troubleshoot network-related errors when you install or use Visual Studio](/troubleshoot/developer/visualstudio/installation/troubleshoot-network-related-errors#error-the-product-fails-to-install-or-update-because-network-share-permissions-arent-configured-correctly).
3434

3535
## Manually initiate the update on the client machine
3636

@@ -148,7 +148,7 @@ We have other support options available, too. See our [Visual Studio Developer C
148148

149149
* [Create and maintain a network layout](create-a-network-installation-of-visual-studio.md)
150150
* [Visual Studio administrator guide](visual-studio-administrator-guide.md)
151-
* [Troubleshoot network-related errors when you install or use Visual Studio](troubleshooting-network-related-errors-in-visual-studio.md)
151+
* [Troubleshoot network-related errors when you install or use Visual Studio](/troubleshoot/developer/visualstudio/installation/troubleshoot-network-related-errors)
152152
* [Use command-line parameters to install Visual Studio](use-command-line-parameters-to-install-visual-studio.md)
153153
* [Tools for detecting and managing Visual Studio instances](tools-for-managing-visual-studio-instances.md)
154154
* [Configure policies for enterprise deployments of Visual Studio](configure-policies-for-enterprise-deployments.md)

docs/install/visual-studio-administrator-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The following resources help you keep your Visual Studio updated, current, and s
125125

126126
- **[Tools for detecting, verifying, and managing Visual Studio instances](tools-for-managing-visual-studio-instances.md)** on client machines.
127127

128-
- **[Troubleshoot Visual Studio installation and upgrade issues](troubleshooting-installation-issues.md)**. Get help when you're installing or updating Visual Studio, and learn how to report a problem if you're blocked. These tips include step-by-step instructions that should resolve most online or offline installation issues.
128+
- **[Troubleshoot Visual Studio installation and upgrade issues](/troubleshoot/developer/visualstudio/installation/troubleshoot-installation-issues)**. Get help when you're installing or updating Visual Studio, and learn how to report a problem if you're blocked. These tips include step-by-step instructions that should resolve most online or offline installation issues.
129129

130130
- **[Repair Visual Studio](repair-visual-studio.md) to fix update issues**. Sometimes your Visual Studio installation becomes damaged or corrupted. A repair is useful for fixing install-time issues across all install operations, including updates.
131131

docs/xaml-tools/debug-xaml-in-blend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ When XAML errors are detected, the design surface displays an alert that your pr
111111

112112
You can open Blend projects in Visual Studio to more easily debug the code in your app. To open a Blend project in Visual Studio, right-click the project in the **Projects** panel, and then click **Edit in Visual Studio**. After you have finished your debugging session in Visual Studio, press Ctrl+Shift+S to save all your changes, and then switch back to Blend. You will be prompted to reload the project. Click **Yes to All** to continue working in Blend.
113113

114-
For more information about debugging your app, see [Debug UWP apps in Visual Studio](../debugger/debugging-windows-store-and-windows-universal-apps.md).
114+
For more information about debugging your app, see [Debug UWP apps in Visual Studio](/windows/uwp/debug-test-perf/deploying-and-debugging-uwp-apps).
115115

116116
## Get help
117117

docs/xaml-tools/xaml-hot-reload.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ With XAML Hot Reload, you can incrementally build and test XAML code for your .N
1919
> [!TIP]
2020
> If you've arrived here by way of the XAML Hot Reload user interface (UI), welcome! You're in the right place to learn more about XAML Hot Reload.
2121
>
22-
> But, if you're here for help troubleshooting XAML Hot Reload, see [Troubleshooting XAML Hot Reload](xaml-hot-reload-troubleshooting.md) instead.
22+
> But, if you're here for help troubleshooting XAML Hot Reload, see [Troubleshooting XAML Hot Reload](/troubleshoot/developer/visualstudio/tools-utilities/xaml-hot-reload-troubleshooting) instead.
2323
2424
## Where to get XAML Hot Reload
2525

2626
Visual Studio XAML Hot Reload is supported when you're running an application in **Visual Studio** -or- **Blend for Visual Studio** (if supported by the framework) with the debugger attached (**F5** or **Start debugging**).
2727

2828
Starting in Visual Studio 2022 version 17.14 Preview 2, XAML Hot Reload and [XAML Live Preview](../xaml-tools/xaml-live-preview.md) are available at design-time and not just during a debugging session.
2929

30-
You can't enable this experience by using [Attach to process](../debugger/attach-to-running-processes-with-the-visual-studio-debugger.md) unless you [manually set an environment variable](xaml-hot-reload-troubleshooting.md#verify-that-you-use-start-debugging-rather-than-attach-to-process).
30+
You can't enable this experience by using [Attach to process](../debugger/attach-to-running-processes-with-the-visual-studio-debugger.md) unless you [manually set an environment variable](/troubleshoot/developer/visualstudio/tools-utilities/xaml-hot-reload-troubleshooting#verify-that-you-use-start-debugging-rather-than-attach-to-process).
3131

3232
## Scenarios for XAML Hot Reload
3333

@@ -56,7 +56,7 @@ The following animation shows an instance of using Live Visual Tree to open some
5656

5757
## Related content
5858

59-
* [Troubleshooting XAML Hot Reload](xaml-hot-reload-troubleshooting.md)
59+
* [Troubleshooting XAML Hot Reload](/troubleshoot/developer/visualstudio/tools-utilities/xaml-hot-reload-troubleshooting)
6060
* [XAML Hot Reload for .NET MAUI](/dotnet/maui/xaml/hot-reload)
6161
* [Edit and Continue (Visual C#)](../debugger/edit-and-continue-visual-csharp.md)
6262
* [XAML data binding diagnostics](xaml-data-binding-diagnostics.md)

docs/xml-tools/how-to-use-xml-snippets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Only the first instance of a given field is editable. When that field is highlig
101101

102102
Pressing **Enter** or **Esc** cancels field editing and returns the editor to normal.
103103

104-
The default colors for editable code snippet fields can be changed by modifying the **Code Snippet Field** setting in the **Fonts and Colors** pane of the **Options** dialog box. For more information, see [How to: Change fonts and colors in the editor](../ide/reference/how-to-change-fonts-and-colors-in-the-editor.md).
104+
The default colors for editable code snippet fields can be changed by modifying the **Code Snippet Field** setting in the **Fonts and Colors** pane of the **Options** dialog box. For more information, see [How to: Change fonts and colors in the editor](/visualstudio/ide/how-to-change-fonts-and-colors-in-visual-studio).
105105

106106
## Related content
107107

subscriptions/vs-m365.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Activate Microsoft 365 developer subscriptions
33
author: joseb-rdc
44
ms.author: amast
55
manager: shve
6-
ms.date: 04/25/2025
6+
ms.date: 06/16/2025
77
ms.topic: conceptual
88
description: Activate and explore the Microsoft 365 developer subscription available in eligible Visual Studio subscriptions, and find answers to frequently asked questions.
99
---
@@ -86,9 +86,9 @@ To see what the Microsoft 365 E5 developer subscription includes, see the [Micro
8686
>![Microsoft 365 Developer admin](_img/visualstudio-microsoft365/office-admin.png "Screenshot of the left nav pane of the Office 365 landing page. The admin icon is highlighted.")
8787
8888
0. In the Microsoft 365 admin center, you can perform a range of tasks, including:
89-
+ Manage Teams to support users
90-
+ Install Office apps
91-
+ Add, edit, or remove user accounts
89+
+ Manage Teams to support users
90+
+ Install Office apps
91+
+ Add, edit, or remove user accounts
9292

9393
16. Select the **Go to guided setup** button to walk through installing Office, adding users, and setting up and connecting domains.
9494

@@ -131,10 +131,9 @@ Thank you for your membership in the Microsoft 365 Developer Program.
131131
| Visual Studio Test Professional (Standard) | VL, Retail | Not available | NA |
132132
| MSDN Platforms (Standard) | VL, Retail | Not available | NA |
133133
| Visual Studio Enterprise (monthly cloud), Visual Studio Professional (monthly cloud) | Azure | Not available | NA |
134-
||
135134

136135
\* *Includes: Not for Resale (NFR), Visual Studio Industry Partner (VSIP), Full time Employee (FTE), BizSpark, Microsoft Certified Trainer (MCT) Software & Services Developer.
137-
Excludes: Visual Studio Enterprise (Microsoft for Startups), Microsoft Certified Trainer (MCT) Software & Services, Microsoft AI Cloud Partner Program, Imagine, Most Valuable Professional (MVP), Regional Director (RD), Not for Reslare Basic (NFR Basic), Independent Software Vendors (ISV).*
136+
Excludes: Visual Studio Enterprise (Microsoft for Startups), Microsoft Certified Trainer (MCT) Software & Services, Microsoft AI Cloud Partner Program (MAICPP) formerly known as Microsoft Cloud Partner Program (MCPP) or Microsoft Partner Network (MPN), Imagine, Most Valuable Professional (MVP), Regional Director (RD), Not for Reslare Basic (NFR Basic), Independent Software Vendors (ISV).*
138137

139138
> [!NOTE]
140139
> Microsoft no longer offers Visual Studio Professional Annual subscriptions and Visual Studio Enterprise Annual subscriptions in Cloud Subscriptions. There will be no change to existing customers experience and ability to renew, increase, decrease, or cancel their subscriptions. New customers are encouraged to go to [https://visualstudio.microsoft.com/vs/pricing/](https://visualstudio.microsoft.com/vs/pricing/) to explore different options to purchase Visual Studio.
@@ -190,6 +189,6 @@ You can only have one Microsoft 365 Developer Program account associated with yo
190189

191190
+ Sign in to [https://my.visualstudio.com/benefits](https://my.visualstudio.com/benefits) and select the Microsoft 365 developer subscription tile to get started.
192191
+ We recommend activating these other great benefits in your subscription:
193-
+ [Azure DevTest offer / credits](/azure/devtest/offer/)
194-
+ [Azure DevOps](vs-azure-devops.md)
195-
+ [Visual Studio IDE](vs-ide-benefit.md)
192+
+ [Azure DevTest offer / credits](/azure/devtest/offer/)
193+
+ [Azure DevOps](vs-azure-devops.md)
194+
+ [Visual Studio IDE](vs-ide-benefit.md)

0 commit comments

Comments
 (0)