Skip to content

Commit f8e2110

Browse files
authored
Apply suggestions from code review
Corrected alt text
1 parent 8700b58 commit f8e2110

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/cognitive-services/Translator/document-translation/quickstarts/get-started-with-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Requests to the Translator service require a read-only key and custom endpoint t
7878

7979
1. You'll paste it into the code sample to authenticate your request to the Document Translation service.
8080

81-
:::image type="content" source="../media/document-translation-key-endpoint.png" alt-text="Image of the get your key field in Azure portal.":::
81+
:::image type="content" source="../media/document-translation-key-endpoint.png" alt-text="Screenshot showing the get your key field in Azure portal.":::
8282

8383
## Create Azure blob storage containers
8484

articles/cognitive-services/Translator/document-translation/quickstarts/includes/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For this quickstart, we'll use the latest version of [Visual Studio](https://vis
4545

4646
1. Select the latest stable version from the dropdown menu and install the package in your project.
4747

48-
:::image type="content" source="../../media/visual-studio/install-nuget-package.png" alt-text="Screenshot of install selected nuget package window":::
48+
:::image type="content" source="../../media/visual-studio/install-nuget-package.png" alt-text="Screenshot of install selected NuGet package window.":::
4949

5050
## Translate all documents in a storage container
5151

0 commit comments

Comments
 (0)