Skip to content

Commit e829bff

Browse files
committed
Merged main into live
2 parents 206a977 + 64cb15f commit e829bff

14 files changed

+22
-22
lines changed

docs/azure/overview-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If your codebase is hosted on GitHub.com and your deployment target is an Azure
3737

3838
Visual Studio also simplifies the process by handling your application secrets for you.
3939

40-
Get started by right-clicking on your project in Solution Explorer and selecting **Publish** from the context menu. For a tutorial, see [Deploy your application to Azure using GitHub Actions workflows created by Visual Studio](../deployment/azure-deployment-using-github-actions.md).
40+
Get started by right-clicking on your project in Solution Explorer and selecting **Publish** from the context menu. For a tutorial, see [Deploy your application to Azure using GitHub Actions workflows created by Visual Studio](/visualstudio/azure/azure-deployment-using-github-actions).
4141

4242
## How do I get my project on GitHub.com?
4343

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ You can debug programs that run in Azure App Service by using the Attach to Proc
240240
You can debug programs that run on Azure Virtual Machines by using Server Explorer in Visual Studio. When you enable remote debugging on an Azure virtual machine, Azure installs the remote debugging extension on the virtual machine. Then, you can attach to processes on the virtual machine and debug as you normally would.
241241

242242
> [!NOTE]
243-
> Virtual Machines created through the Azure Resource Manager stack can be remotely debugged by using Cloud Explorer in Visual Studio 2019. For more information, see [Managing Azure Resources with Cloud Explorer](vs-azure-tools-resources-managing-with-cloud-explorer.md).
243+
> Virtual Machines created through the Azure Resource Manager stack can be remotely debugged by using Cloud Explorer in Visual Studio 2019. For more information, see [Managing Azure Resources with Cloud Explorer](/previous-versions/visualstudio/visual-studio-2017/azure/vs-azure-tools-resources-managing-with-cloud-explorer).
244244

245245
### To debug an Azure virtual machine
246246

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ After you've collected the diagnostics data for a cloud service or virtual machi
190190
| Custom log files |Logs of data that you predefined. |You can specify in code the location of custom log files in your storage account. For example, you can specify a custom blob container. |
191191
4. If data of any type is truncated, you can try increasing the buffer for that data type or shortening the interval between transfers of data from the virtual machine to your storage account.
192192
5. (Optional) Purge data from the storage account occasionally to reduce overall storage costs.
193-
6. When you do a full deployment, the *diagnostics.cscfg* file is updated in Azure, and your cloud service picks up any changes to your diagnostics configuration. If you instead update an existing deployment, the .cscfg file isn't updated in Azure. You can still change diagnostics settings, though, by following the steps in the next section. For more information about performing a full deployment and updating an existing deployment, see [Publish Azure Application Wizard](vs-azure-tools-publish-azure-application-wizard.md).
193+
6. When you do a full deployment, the *diagnostics.cscfg* file is updated in Azure, and your cloud service picks up any changes to your diagnostics configuration. If you instead update an existing deployment, the .cscfg file isn't updated in Azure. You can still change diagnostics settings, though, by following the steps in the next section. For more information about performing a full deployment and updating an existing deployment, see [Publish Azure Application Wizard](/previous-versions/visualstudio/visual-studio-2017/azure/vs-azure-tools-publish-azure-application-wizard).
194194

195195
### To view virtual machine diagnostics data
196196

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ The following issues are known limitations of Emulator Express:
4242
- Emulator Express is not compatible with IIS Web Server.
4343
- Your cloud service can contain multiple roles, but each role is limited to one instance.
4444
- You can't access port numbers below 1000. If you use an authentication provider that normally uses a port below 1000, you might need to change this value to a port number that's above 1000.
45-
- Any limitations that apply to the Azure Compute Emulator also apply to Emulator Express. For example, you can't have more than 50 role instances per deployment. For more information about the Azure Compute Emulator, see [Run an Azure Application in the Compute Emulator](vs-azure-tools-performance-profiling-cloud-services.md).
45+
- Any limitations that apply to the Azure Compute Emulator also apply to Emulator Express. For example, you can't have more than 50 role instances per deployment. For more information about the Azure Compute Emulator, see [Run an Azure Application in the Compute Emulator](/previous-versions/visualstudio/visual-studio-2017/azure/vs-azure-tools-performance-profiling-cloud-services).
4646

4747
## Related content
4848

49-
[Debugging Azure Cloud Services (extended support)](vs-azure-tools-debugging-cloud-services-overview.md)
49+
[Debugging Azure Cloud Services (extended support)](/previous-versions/visualstudio/visual-studio-2017/azure/vs-azure-tools-debugging-cloud-services-overview)

docs/azure/vs-azure-tools-publishing-a-cloud-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ When you publish your Azure application, you can do one of the following tasks:
3636

3737
- Create a service package: You can use this package and the service configuration file to publish your application to a deployment environment from the [Azure portal](https://portal.azure.com).
3838

39-
- Publish your Azure project from Visual Studio: To publish your application directly to Azure, you use the Publish Wizard. For information, see [Publish Azure Application Wizard](vs-azure-tools-publish-azure-application-wizard.md).
39+
- Publish your Azure project from Visual Studio: To publish your application directly to Azure, you use the Publish Wizard. For information, see [Publish Azure Application Wizard](/previous-versions/visualstudio/visual-studio-2017/azure/vs-azure-tools-publish-azure-application-wizard).
4040

4141
### To create a service package from Visual Studio
4242

@@ -159,4 +159,4 @@ You might need to include specific files in your service package so that they ar
159159

160160
## Related content
161161

162-
To learn more about publishing to Azure from Visual Studio, see [Publish Azure Application Wizard](vs-azure-tools-publish-azure-application-wizard.md).
162+
To learn more about publishing to Azure from Visual Studio, see [Publish Azure Application Wizard](/previous-versions/visualstudio/visual-studio-2017/azure/vs-azure-tools-publish-azure-application-wizard).

docs/azure/vs-azure-tools-service-configurations-and-profiles-how-to-manage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ When you run the wizard for the first time, a default profile is created. Visual
8585

8686
The new profile appears in the Target profile list.
8787
6. In the **Target profile** list, select the profile that you just created. The Publish Wizard settings are filled in with the choices from the profile you selected.
88-
7. Select the **Previous** and **Next** buttons to display each page of the Publish Wizard, and then customize the settings for this profile. See [Publish Azure Application Wizard](vs-azure-tools-publish-azure-application-wizard.md) for information.
88+
7. Select the **Previous** and **Next** buttons to display each page of the Publish Wizard, and then customize the settings for this profile. See [Publish Azure Application Wizard](/previous-versions/visualstudio/visual-studio-2017/azure/vs-azure-tools-publish-azure-application-wizard) for information.
8989
8. After you finish customizing the settings, select **Next** to go back to the Settings page. The profile is saved when you publish the service by using these settings or if you select **Save** next to the list of profiles.
9090

9191
### To rename or delete a profile
@@ -100,10 +100,10 @@ When you run the wizard for the first time, a default profile is created. Visual
100100

101101
1. Open the shortcut menu for your Azure project, and then select **Publish**.
102102
2. In the **Target profile** list, select the profile that you want to change.
103-
3. Select the **Previous** and **Next** buttons to display each page of the Publish Wizard, and then change the settings you want. See [Publish Azure Application Wizard](vs-azure-tools-publish-azure-application-wizard.md) for information.
103+
3. Select the **Previous** and **Next** buttons to display each page of the Publish Wizard, and then change the settings you want. See [Publish Azure Application Wizard](/previous-versions/visualstudio/visual-studio-2017/azure/vs-azure-tools-publish-azure-application-wizard) for information.
104104
4. After you finish changing the settings, select **Next** to go back to the **Settings** page.
105105
5. (Optional) select **Publish** to publish the cloud service using the new settings. If you don't want to publish your cloud service at this time, and you close the Publish Wizard, Visual Studio asks you if you want to save the changes to the profile.
106106

107107
## Related content
108108

109-
To learn about configuring other parts of your Azure project from Visual Studio, see [Configuring an Azure Project](vs-azure-tools-cloud-service-retain-a-constant-virtual-ip-address.md).
109+
To learn about configuring other parts of your Azure project from Visual Studio, see [Configuring an Azure Project](/previous-versions/visualstudio/visual-studio-2017/azure/vs-azure-tools-cloud-service-retain-a-constant-virtual-ip-address).

docs/azure/vs-azure-tools-storage-resources-server-explorer-browse-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you've installed Azure workload for Microsoft Visual Studio 2019, you can vie
2020

2121
To view Server Explorer in Visual Studio, on the menu bar, select **View** > **Server Explorer**. The **Storage** node shows all of the storage accounts that exist under each Azure subscription or certificate that you're connected to. If your storage account doesn't appear, you can add it by following the instructions [later in this article](#add-storage-accounts-by-using-server-explorer).
2222

23-
In Visual Studio 2019 and earlier, you can also use Cloud Explorer to view and manage your Azure resources. For more information, see [Managing Azure resources with Cloud Explorer](vs-azure-tools-resources-managing-with-cloud-explorer.md).
23+
In Visual Studio 2019 and earlier, you can also use Cloud Explorer to view and manage your Azure resources. For more information, see [Managing Azure resources with Cloud Explorer](/previous-versions/visualstudio/visual-studio-2017/azure/vs-azure-tools-resources-managing-with-cloud-explorer).
2424

2525
> [!IMPORTANT]
2626
> Cloud Explorer has been retired in Visual Studio 2022. Instead, you can use the following alternatives:

docs/containers/container-tools-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,5 +436,5 @@ You can now pull the container from the registry to any host capable of running
436436
## Additional resources
437437

438438
- [Container development with Visual Studio](./index.yml)
439-
- [Troubleshoot Visual Studio development with Docker](troubleshooting-docker-errors.md)
439+
- [Troubleshoot Visual Studio development with Docker](/troubleshoot/developer/visualstudio/ide/troubleshooting-docker-errors)
440440
- [Visual Studio Container Tools GitHub repository](https://github.com/Microsoft/DockerTools)

docs/containers/container-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,5 @@ You can now pull the container from the registry to any host capable of running
166166

167167
- [Container development with Visual Studio](./index.yml)
168168
- [Create a multi-container app with Docker Compose](tutorial-multicontainer.md)
169-
- [Troubleshoot Visual Studio development with Docker](troubleshooting-docker-errors.md)
169+
- [Troubleshoot Visual Studio development with Docker](/troubleshoot/developer/visualstudio/ide/troubleshooting-docker-errors)
170170
- [Visual Studio Container Tools GitHub repository](https://github.com/Microsoft/DockerTools)

docs/containers/edit-and-refresh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ You can configure when Fast Mode is used; see [How to configure Visual Studio Co
190190

191191
## Troubleshoot
192192

193-
Learn how to [troubleshoot Visual Studio Docker development](troubleshooting-docker-errors.md).
193+
Learn how to [troubleshoot Visual Studio Docker development](/troubleshoot/developer/visualstudio/ide/troubleshooting-docker-errors).
194194

195195
## Related content
196196

0 commit comments

Comments
 (0)