Skip to content

Commit a210d68

Browse files
Merge pull request #12753 from ghogen/docutune-handfix
Docutune fixes
2 parents de9d650 + 9f0c3bd commit a210d68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/azure/end-to-end-deployment-entity-framework-core-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The publishing features of Visual Studio can handle creating these resources for
115115
- Select **Ok** to close the container apps environment dialog.
116116
- Select **Create** to close the original container apps dialog. Visual Studio creates the container app resource in Azure.
117117
1. Once the resource is created, make sure it's selected in the list of container apps, and then select **Next**.
118-
1. You'll need to create an Azure container registry to store the published image artifact for your app. Select the green **+** icon on the Container Registry screen.
118+
1. You'll need to create an Azure container registry to store the published image artifact for your app. Select the green **+** icon on the **Container Registry** screen.
119119

120120
:::image type="content" source="./media/end-to-end-deployment-entity-framework-core-github-actions/visual-studio-container-registry.png" lightbox="./media/end-to-end-deployment-entity-framework-core-github-actions/visual-studio-container-registry-large.png" alt-text="A screenshot showing how to create a new container registry.":::
121121

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
@@ -25,7 +25,7 @@ In Visual Studio 2019 and earlier, you can also use Cloud Explorer to view and m
2525
> [!IMPORTANT]
2626
> Cloud Explorer has been retired in Visual Studio 2022. Instead, you can use the following alternatives:
2727
>
28-
> - To debug Azure App Services or Azure function apps, you can use the Connected Services or the Publish features available on all projects.
28+
> - To debug Azure App Services or Azure Functions apps, you can use the Connected Services or the Publish features available on all projects.
2929
> - If you rely on Visual Studio for publishing, you can access this feature under the "Additional Options" in the Hosting section.
3030
> - If you don't use the publishing feature, the [Connected Services](overview-connected-services.md?view=vs-2022&preserve-view=true) node inside each Project in your Solution can help you configure access to Azure resources and invoke various operations like remote debugging, remote profiling, starting/stopping the application, view streaming logs, and more.
3131
> - Use [Microsoft Azure Storage Explorer](/azure/vs-azure-tools-storage-manage-with-storage-explorer) is a free, standalone app from Microsoft. You can use it to work visually with Azure Storage data on Windows, macOS, and Linux.

docs/code-quality/ca0061.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Use one of the following formats to specify a rule in the **FxCopCmd.exe /RuleId
4040

4141
In Visual Studio Code analysis, rules can be specified by using the CodeAnalysisRules property of MSBuild with the following format:
4242

43-
**\<CodeAnalysisRules>-**{*Category*&#124;*Namespace*}#*RuleId*[**;**...]**\</CodeAnalysisRules>**
43+
`<CodeAnalysisRules>-{Category&#124;Namespace}#RuleId[;...]</CodeAnalysisRules>`
4444

4545
For example
4646

0 commit comments

Comments
 (0)