From 4186ede6f87e4319abbb047dd5fe7491a3437588 Mon Sep 17 00:00:00 2001 From: "Nat Kershaw (MSFT)" Date: Fri, 30 Sep 2022 10:37:07 -0700 Subject: [PATCH] Add example of specific image to website link previews (#12866) Add `image: /images/azureml-deployment.png` to the article front matter. ![image](https://user-images.githubusercontent.com/3302433/192908399-d9234328-e658-4cab-a304-c4391d21f5e6.png) --- docs/tutorials/azureml.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorials/azureml.md b/docs/tutorials/azureml.md index 665eaebc0b..443184d7cb 100644 --- a/docs/tutorials/azureml.md +++ b/docs/tutorials/azureml.md @@ -1,6 +1,7 @@ --- title: Deploy on AzureML descriptions: Deploy high performance question-answer model on AzureML with ONNX Runtime +image: /images/azureml-deployment.png parent: Tutorials nav_order: 5 ---