From 676e460c0ae99d5b7b67717855bfb6fb19cf4397 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Mon, 19 Dec 2022 00:17:58 +0900 Subject: [PATCH] =?UTF-8?q?Typo=20"Update=20Resouce"=E2=86=92"Update=20Res?= =?UTF-8?q?ource"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/microsoft/hol-azure-machine-learning/blob/master/007-lab-production-ops.md #PingMSFTDocs --- 007-lab-production-ops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/007-lab-production-ops.md b/007-lab-production-ops.md index 3c99e06..4b4fd72 100644 --- a/007-lab-production-ops.md +++ b/007-lab-production-ops.md @@ -260,7 +260,7 @@ You will see the two webservices that we created in the Azure ML Studio. You can 1. Click on the Batch Execution link and **note** the BatchExecution URI together with the above API key as **second triplet**. Also copy the C# code at the end of this page as part of the **second triplet** that we will refer later. ![](./imgs/7.2.i036.png) -1. Go back, now click on the "Update Resouce" link and note the Update URI together with the above API key as **third triplet**. Also copy the C# code at the end of this page as part of the **third triplet** that we will refer later. +1. Go back, now click on the "Update Resource" link and note the Update URI together with the above API key as **third triplet**. Also copy the C# code at the end of this page as part of the **third triplet** that we will refer later. ![](./imgs/7.2.i035.png) 1. Now we have three set of triplets (URI, APIKey and C# code). We will create three different C# console applications and will use each triplet per console application. We will name the three console application as: 1) TrainedModelGenerator, 2) Updater and 3) BatchScoreTest. In addition to these three set of triplets, we need the account name, account key and a container name of the Azure storage account. (refer to the previous labs for how to get these storage parameters)