Skip to content

Commit e51c8ff

Browse files
committed
add inline-feedback-buttons to DT
1 parent 2923a5a commit e51c8ff

File tree

7 files changed

+18
-13
lines changed

7 files changed

+18
-13
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Requests to the Translator service require a read-only key and custom endpoint t
8484
:::image type="content" source="../media/document-translation-key-endpoint.png" alt-text="Screenshot showing the get your key field in Azure portal.":::
8585

8686
> [!div class="nextstepaction"]
87-
> [I ran into an issue retrieving my key and endpoint.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?Pillar=Language&Product=Document-translation&Page=quickstart&Section=Retrieve-your-keys-and-endpoint)
87+
> [I ran into issues retrieving my key and endpoint.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?Pillar=Language&Product=Document-translation&Page=quickstart&Section=Retrieve-your-keys-and-endpoint)
8888
8989
## Create Azure blob storage containers
9090

@@ -108,7 +108,7 @@ The `sourceUrl` , `targetUrl` , and optional `glossaryUrl` must include a Share
108108
> * As an alternative to SAS tokens, you can use a [**system-assigned managed identity**](../how-to-guides/create-use-managed-identities.md) for authentication.
109109
110110
> [!div class="nextstepaction"]
111-
> [I ran into an issue creating blob storage containers with authentication.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?Pillar=Language&Product=Document-translation&Page=quickstart&Section=Create-blob-storage-containers)
111+
> [I ran into issues creating blob storage containers with authentication.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?Pillar=Language&Product=Document-translation&Page=quickstart&Section=Create-blob-storage-containers)
112112
113113
### Sample document
114114

@@ -165,13 +165,10 @@ The following headers are included with each Document Translation API request:
165165
[!INCLUDE [REST API](includes/rest-api.md)]
166166
::: zone-end
167167

168-
> [!div class="nextstepaction"]
169-
> [My REST API call was successful](#next-steps) [I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?Product=Document-translation&Page=quickstart-translator&Section=run-your-appliation)
168+
That's it, congratulations! In this quickstart, you used Document Translation to translate a document while preserving it's original structure and data format.
170169

171170
## Next steps
172171

173-
That's it, congratulations! In this quickstart, you used Document Translation to translate a document while preserving it's original structure and data format.
174-
175172
Learn more about Document Translation:
176173

177174
> [!div class="nextstepaction"]

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.date: 02/10/2023
1010
ms.author: lajanuar
1111
recommendations: false
1212
---
13+
<!-- markdownlint-disable MD051 -->
1314

1415
## Set up your C#/.NET environment
1516

@@ -140,4 +141,4 @@ class Program
140141
* The translated documents are listed in your target container.
141142

142143
> [!div class="nextstepaction"]
143-
> [I ran into an issue translating documents.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CSHARP&Pillar=Language&Product=Document-translation&Page=quickstart&Section=Translate-documents)
144+
> [I successfully translated my document](#next-steps) [I ran into an issue](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CSHARP&Pillar=Language&Product=Document-translation&Page=quickstart&Section=Translate-documents)

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.author: lajanuar
1111
recommendations: false
1212
---
1313

14+
<!-- markdownlint-disable MD051 -->
15+
1416
## Set up your Go environment
1517

1618
You can use any text editor to write Go applications. We recommend using the latest version of [Visual Studio Code and the Go extension](/azure/developer/go/configure-visual-studio-code).
@@ -118,4 +120,4 @@ func main() {
118120
* The translated documents are listed in your target container.
119121

120122
> [!div class="nextstepaction"]
121-
> [I ran into an issue translating documents.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=GO&Pillar=Language&Product=Document-translation&Page=quickstart&Section=Translate-documents)
123+
> [I successfully translated my document](#next-steps)[I ran into an issue.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=GO&Pillar=Language&Product=Document-translation&Page=quickstart&Section=Translate-documents)

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ms.author: lajanuar
1111
recommendations: false
1212
---
1313

14+
<!-- markdownlint-disable MD051 -->
1415

1516
## Set up your Java environment
1617

@@ -181,4 +182,4 @@ public class DocumentTranslation {
181182
* The translated documents are listed in your target container.
182183

183184
> [!div class="nextstepaction"]
184-
> [I ran into an issue translating documents.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVA&Pillar=Language&Product=Document-translation&Page=quickstart&Section=Translate-documents)
185+
> [I successfully translated my document](#next-steps)[I ran into an issue.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVA&Pillar=Language&Product=Document-translation&Page=quickstart&Section=Translate-documents)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: lajanuar
1111
recommendations: false
1212
---
1313

14-
14+
<!-- markdownlint-disable MD051 -->
1515

1616
## Set up your Node.js environment
1717

@@ -53,7 +53,7 @@ For this quickstart, we use the Node.js JavaScript runtime environment to create
5353
```
5454

5555
> [!div class="nextstepaction"]
56-
> [I ran into an issue setting up my environment.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=Language&Product=Document-translation&Page=quickstart&Section=Set-up-the-environment)
56+
> [I successfully translated my document](#next-steps)[I ran into an issue.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=Language&Product=Document-translation&Page=quickstart&Section=Set-up-the-environment)
5757

5858
## Translate all documents in a storage container
5959

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.author: lajanuar
1111
recommendations: false
1212
---
1313

14+
<!-- markdownlint-disable MD051 -->
15+
1416
## Set up your Python project
1517

1618
1. If you haven't done so already, install the latest version of [Python 3.x](https://www.python.org/downloads/). The Python installer package (pip) is included with the Python installation.
@@ -114,4 +116,4 @@ for key, value in response_headers.items():
114116
* The translated documents will be listed in your target container.
115117

116118
> [!div class="nextstepaction"]
117-
> [I ran into an issue translating documents.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=PYTHON&Pillar=Language&Product=Document-translation&Page=quickstart&Section=Translate-documents)
119+
> [I successfully translated my document](#next-steps)[I ran into an issue.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=PYTHON&Pillar=Language&Product=Document-translation&Page=quickstart&Section=Translate-documents)

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.author: lajanuar
1111
recommendations: false
1212
---
1313

14+
<!-- markdownlint-disable MD051 -->
15+
1416
## Set up your programming environment
1517

1618
In this quickstart we'll, use the cURL command line tool to make Document Translation REST API calls.
@@ -83,4 +85,4 @@ Before you run the **POST** request, replace `{your-source-container-SAS-URL}` a
8385
* The translated documents are listed in your target container.
8486

8587
> [!div class="nextstepaction"]
86-
> [I ran into an issue translating documents.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=RESTAPI&Pillar=Language&Product=Document-translation&Page=quickstart&Section=Translate-documents)
88+
> [I successfully translated my document](#next-steps)[I ran into an issue.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=RESTAPI&Pillar=Language&Product=Document-translation&Page=quickstart&Section=Translate-documents)

0 commit comments

Comments
 (0)