Skip to content

Commit 1be3488

Browse files
Merge pull request #12547 from MicrosoftDocs/learn-build-service-prodbot/docutune-autopr-20240506-050714-0410970-ignore-build
[BULK] [DocuTune-Remediation] - Scheduled execution to fix known issues in Visual Studio documentation
2 parents 00b91ef + 9565cb2 commit 1be3488

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

docs/azure/overview-aspnet-azure-development.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
23
# As a web developer, I want to connect web apps to Azure, and deploy and debug in the cloud.
34
title: Develop ASP.NET web sites for Azure with Visual Studio
45
titleSuffix: ""
@@ -32,7 +33,7 @@ The following diagram shows an example of an architecture of an Azure web applic
3233

3334
## Connect to storage and databases
3435

35-
Many services not specific to web applications, but important for most web applications, were already covered in the main overview. See [Connect your apps to Azure storage and databases](overview.md#connect-apps-to-azure-storage-and-database-services), and [Connect your app to gRPC, OpenAPI, and WCF endpoints](overview-connected-services.md#connect-your-app-to-grpc-openapi-and-wcf-endpoints).
36+
Many services not specific to web applications, but important for most web applications, were already covered in the main overview. See [Connect your apps to Azure Storage and databases](overview.md#connect-apps-to-azure-storage-and-database-services), and [Connect your app to gRPC, OpenAPI, and WCF endpoints](overview-connected-services.md#connect-your-app-to-grpc-openapi-and-wcf-endpoints).
3637

3738
## Connect to Azure Cache for Redis
3839

docs/azure/vs-key-vault-add-connected-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Before you begin, make sure that you're signed in to Visual Studio. Sign in with
3939

4040
![Screenshot of "Create Azure Key Vault" screen](./media/vs-key-vault-add-connected-service/create-new-key-vault.png)
4141

42-
1. In the **Configure Key Vault** screen, you can change the name of the environment variable that references the key vault URI. The connection string is not stored here; it's stored in the key vault.
42+
1. In the **Configure Key Vault** screen, you can change the name of the environment variable that references the Key Vault URI. The connection string is not stored here; it's stored in the key vault.
4343

4444
![Screenshot of Connect to Azure Key Vault screen.](./media/vs-key-vault-add-connected-service/connect-to-azure-key-vault.png)
4545

@@ -51,7 +51,7 @@ See code examples of working with secrets at [Azure Key Vault Secrets client lib
5151

5252
## Configure access to the key vault
5353

54-
If your key vault is running on a different Microsoft account than the one you're signed in to Visual Studio (for example, the key vault is running on your work account, but Visual Studio is using your private account) you get an error in your Program.cs file, that Visual Studio can't get access to the key vault. To fix this issue, go to the [Azure portal](https://portal.azure.com), open your key vault, and choose **Access control (IAM)** to set permissions. See [Provide access to Key Vault keys, certificates, and secrets with an Azure role-based access control](/azure/key-vault/general/rbac-guide?tabs=azure-cli).
54+
If your key vault is running on a different Microsoft account than the one you're signed in to Visual Studio (for example, the key vault is running on your work account, but Visual Studio is using your private account) you get an error in your Program.cs file, that Visual Studio can't get access to the key vault. To fix this issue, go to the [Azure portal](https://portal.azure.com), open your key vault, and choose **Access control (IAM)** to set permissions. See [Provide access to Key Vault keys, certificates, and secrets with an Azure role-based access control (RBAC)](/azure/key-vault/general/rbac-guide?tabs=azure-cli).
5555

5656
> [!NOTE]
5757
> Older key vaults might use a legacy access policy model. It is recommended to migrate older key vaults to use Azure RBAC. See [Azure role-based access control (RBAC) vs. access policies](/azure/key-vault/general/rbac-access-policy).

docs/containers/container-tools-react.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ Follow these steps if you're using Visual Studio 2022 version 17.8 or later:
6060

6161
1. Create a new project using the **React and ASP.NET Core** template.
6262

63-
[ ![Screenshot of creating a new React and ASP.NET Core project.](media/container-tools-react/vs-2022/react-and-asp-net-core.png)](media/container-tools-react/vs-2022/react-and-asp-net-core.png#lightbox)
63+
[ ![Screenshot of creating a new React and ASP.NET Core project.](media/container-tools-react/vs-2022/react-and-asp-net-core.png).](media/container-tools-react/vs-2022/react-and-asp-net-core.png#lightbox)
6464

6565
1. On the **Additional information** screen, you can't select **Enable Docker Support**, but don't worry, you can add that support later.
6666

67-
[ ![Screenshot of creating a React and ASP.NET Core project - Additional information screen.](media/container-tools-react/vs-2022/additional-information-net-8.png)](media/container-tools-react/vs-2022/additional-information-net-8.png#lightbox)
67+
[ ![Screenshot of creating a React and ASP.NET Core project - Additional information screen](media/container-tools-react/vs-2022/additional-information-net-8.png).](media/container-tools-react/vs-2022/additional-information-net-8.png#lightbox)
6868

6969
Visual Studio creates two projects - one for the React JavaScript client code, and another for the ASP.NET Core C# server code.
7070

docs/data-tools/save-data-in-a-transaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This step uses the **Data Source Configuration Wizard** to create a data source
7272

7373
- If a data connection to the Northwind sample database is available in the dropdown list, select it.
7474

75-
-or-
75+
- or-
7676

7777
- Select **New Connection** to launch the **Add/Modify Connection** dialog box and create a connection to the Northwind database.
7878

0 commit comments

Comments
 (0)