Skip to content

Commit 5f0a42f

Browse files
Merge pull request #12882 from MicrosoftDocs/learn-build-service-prodbot/docutune-autopr-20240812-050751-7000598-ignore-build
[BULK] [DocuTune-Remediation] - Scheduled execution to fix known issues in Visual Studio documentation (part 1)
2 parents e8a0976 + 4bc2254 commit 5f0a42f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

docs/azure/how-to-sign-in-with-azure-subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Visual Studio also gives you the opportunity to [create a new, free Azure accoun
2323
Visual Studio allows you to sign in with multiple accounts and it let's you work with Azure resources across multiple Azure subscriptions so no need to sign-out of one in order to sign-in with another!
2424

2525
> [!NOTE]
26-
> For Azure CLI users, be aware that the sign-in from Azure CLI is separate from the sign-in used in Visual Studio, so even if you're signed in to Azure by using `az login` on the same machine where you're running Visual Studio, you still need to provide credentials within Visual Studio.
26+
> When using Azure CLI, be aware that the sign-in from the Azure CLI is separate from the sign-in used in Visual Studio, so even if you're signed in to Azure by using `az login` on the same machine where you're running Visual Studio, you still need to provide credentials within Visual Studio.
2727
2828
## To sign in to Azure from a dialog or wizard screen
2929

docs/azure/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ If you need help configuring CI/CD for a GitHub repo for the first time, Visual
6060

6161
You can use Visual Studio debug your application while it's running in Azure, so that you can identify and reproduce problems in an environment that is as close as possible to a production environment. For web apps hosted in Azure App Service, see [Remote debug ASP.NET Core on Azure App Service](../debugger/remote-debugging-azure-app-service.md). For Azure Functions, see [Develop Azure Functions with Visual Studio - Remote debugging](/azure/azure-functions/functions-develop-vs#remote-debugging?tabs=isolated-process).
6262

63-
If you're using a virtual machine (VM) to host an ASP.NET Core web app, see [Remote debug ASP.NET Core on IIS using an Azure VM from Visual Studio](../debugger/remote-debugging-azure.md).
63+
If you're using a virtual machine (VM) to host an ASP.NET Core web app, see [Remote debug ASP.NET Core on Internet Information Services (IIS) using an Azure VM from Visual Studio](../debugger/remote-debugging-azure.md).
6464

6565
## Use integrated Azure features
6666

67-
When running in the Azure cloud, apps can benefit from Azure's standards for high availability, [scaling up](/azure/app-service/manage-scale-up) and [scaling out](/azure/app-service/manage-automatic-scaling?tabs=azure-portal) capabilities, [monitoring](/azure/azure-monitor/app/asp-net), [load testing](/azure/load-testing/overview-what-is-azure-load-testing), and other benefits. Visual Studio comes integrated with Azure functionality like [Remote debugging](../debugger/remote-debugging.md), viewing logs, and more.
67+
When running in the Azure cloud, apps can benefit from the Azure standards for high availability, [scaling up](/azure/app-service/manage-scale-up) and [scaling out](/azure/app-service/manage-automatic-scaling?tabs=azure-portal) capabilities, [monitoring](/azure/azure-monitor/app/asp-net), [load testing](/azure/load-testing/overview-what-is-azure-load-testing), and other benefits. Visual Studio comes integrated with Azure functionality like [Remote debugging](../debugger/remote-debugging.md), viewing logs, and more.
6868

6969
## Save money with local emulation support
7070

docs/azure/vs-active-directory-add-connected-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You can also see the Active Directory domain on the [Azure portal](https://go.mi
6969
:::moniker range="<=vs-2019"
7070
1. In Visual Studio, create or open an ASP.NET MVC project, or an ASP.NET Web API project.
7171

72-
1. Select the **Project**, **Manage Connected Services** menu command, or right-click the **Connected Services** node found under the project in Solution Explorer, and choose **Manage Connected Services**, then click the link **Add a service dependency** and choose **Microsoft Identity platform**.
72+
1. Select the **Project**, **Manage Connected Services** menu command, or right-click the **Connected Services** node found under the project in Solution Explorer, and choose **Manage Connected Services**, and then select the link **Add a service dependency** and choose **Microsoft Identity platform**.
7373

7474
![Screenshot showing the Microsoft Identity platform option.](./media/vs-azure-active-directory/vs-2019/add-dependency-microsoft-identity-platform.png)
7575

docs/code-quality/working-with-code-metrics-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can add or remove results columns from the **Code Metrics Results** window.
5959

6060
### Add or remove a column
6161

62-
1. Click the **Add/Remove Columns** button, or right-click any column heading and then click **Add/Remove Columns**.
62+
1. Click the **Add/Remove Columns** button, or right-click any column heading, and then select **Add/Remove Columns**.
6363

6464
1. In the **Add/Remove Columns** dialog box, select, or clear the checkbox for the column that you want to add or remove, and then choose **OK**.
6565

@@ -85,7 +85,7 @@ For more information about Azure Boards work items, see [Work items](/azure/devo
8585

8686
1. Right-click the result.
8787

88-
2. Point to **Create Work Item**, and then click the type of work item you want to create (**Bug**, **Task**, and so forth).
88+
2. Point to **Create Work Item**, and then select the type of work item you want to create (**Bug**, **Task**, and so forth).
8989

9090
3. Complete the work item form by filling in all required fields.
9191

docs/containers/container-msbuild-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following table shows the MSBuild properties available for Dockerfile projec
4848
| ContainerDevelopmentMode | Controls whether "build-on-host" optimization ("Fast Mode" debugging) is enabled. Allowed values are **Fast** and **Regular**. | Fast |1.0.1872750 or newer|
4949
| ContainerVsDbgPath | The path for VSDBG debugger. | `%USERPROFILE%\vsdbg\vs2017u5` |1.0.1985401 or newer|
5050
| DockerDebuggeeArguments | When debugging, the debugger is instructed to pass these arguments to the launched executable. | Not applicable to ASP.NET .NET Framework projects |1.7.8 or newer|
51-
| DockerDebuggeeProgram | When debugging, the debugger is instructed to launch this executable. | For .NET Core and .NET 5 and later projects: dotnet, ASP.NET .NET Framework projects: Not applicable (IIS is always used) |1.7.8 or newer|
51+
| DockerDebuggeeProgram | When debugging, the debugger is instructed to launch this executable. | For .NET Core and .NET 5 and later projects: dotnet, ASP.NET .NET Framework projects: Not applicable (Internet Information Services (IIS) is always used) |1.7.8 or newer|
5252
| DockerDebuggeeKillProgram | This command is used to kill the running process in a container. | Not applicable to ASP.NET .NET Framework projects |1.7.8 or newer|
5353
| DockerDebuggeeWorkingDirectory | When debugging, the debugger is instructed to use this path as the working directory. | C:\app (Windows) or /app (Linux) |1.7.8 or newer|
5454
| DockerDefaultTargetOS | The default target operating system used when building the Docker image. | Set by Visual Studio. |1.0.1985401 or newer|

docs/containers/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ ENTRYPOINT ["dotnet", "WebApplication-Docker.dll"]
131131

132132
When you add or enable Docker support to a .NET 7 or later project, Visual Studio shows the **Container Scaffolding Options** dialog box, which gives you the choice of operating system (Linux or Windows), but also the ability to choose the container build type, either **Dockerfile** or **.NET SDK**. This dialog box does not appear in .NET Framework projects or Azure Functions projects.
133133

134-
In 17.11 and later, you can also specify the **Container Image Distro** and the **Docker Build Context**.
134+
In 17.11 and later, you can also specify the **Container Image Distro** and the **Docker Build Context**.
135135

136136
![Screenshot showing the Container Scaffolding Options dialog for adding Docker support.](./media/overview/vs-2022/container-scaffolding-options.png)
137137

0 commit comments

Comments
 (0)