Skip to content

Commit 6e41e9f

Browse files
committed
add inline-feedback-buttons to DT
1 parent e51c8ff commit 6e41e9f

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

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

Lines changed: 2 additions & 2 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 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)
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)
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 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)
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)
112112
113113
### Sample document
114114

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ class Program
141141
* The translated documents are listed in your target container.
142142

143143
> [!div class="nextstepaction"]
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)
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ func main() {
120120
* The translated documents are listed in your target container.
121121

122122
> [!div class="nextstepaction"]
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)
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,4 @@ public class DocumentTranslation {
182182
* The translated documents are listed in your target container.
183183

184184
> [!div class="nextstepaction"]
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)
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
@@ -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 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)
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)
5757

5858
## Translate all documents in a storage container
5959

@@ -143,4 +143,4 @@ axios(config)
143143
* The translated documents are listed in your target container.
144144

145145
> [!div class="nextstepaction"]
146-
> [I ran into an issue translating documents.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=Language&Product=Document-translation&Page=quickstart&Section=Translate-documents)
146+
> [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=Translate-documents)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ for key, value in response_headers.items():
113113

114114
* The POST request also returns response headers including `Operation-Location` that provides a value used in subsequent GET requests.
115115

116-
* The translated documents will be listed in your target container.
116+
* The translated documents are listed in your target container.
117117

118118
> [!div class="nextstepaction"]
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)
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ Before you run the **POST** request, replace `{your-source-container-SAS-URL}` a
8585
* The translated documents are listed in your target container.
8686

8787
> [!div class="nextstepaction"]
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)
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)