シミュレーション
必要に応じて次のログイン資格情報を使用します。
- ユーザー名を入力するには、サインイン ボックスにカーソルを置き、下のユーザー名をクリックします。
- パスワードを入力するには、「パスワードを入力」ボックスにカーソルを置き、下のパスワードをクリックします。
Azure ユーザー名:
[email protected]Azure パスワード: XXXXXXXXXXXX
以下の情報は技術サポートのみを目的としています。
- ラボインスタンス: 12345678
タスク
ストックフォトを分析し、画像のキャプションを自動的に生成する予定です。
画像を分析するには、Azure でサービスを作成する必要があります。サービスは caption12345678 という名前で、Azure 米国東部リージョンに配置する必要があります。ソリューションは Free 価格帯を使用する必要があります。
C:\Resources\Caption\Params.json フォルダーに、キー 1 の値と新しいサービスのエンドポイントを入力します。
このタスクを完了するには、Azure ポータルにサインインします。
正解:
Step 1: Provision a Cognitive Services resource
If you don't already have one in your subscription, you'll need to provision a Cognitive Services resource.
1. Open the Azure portal at https://portal.azure.com, and sign in using the Microsoft account associated with your Azure subscription.
2. Select the Create a resource button, search for cognitive services, and create a Cognitive Services resource with the following settings:
Subscription: Your Azure subscription
Resource group: Choose or create a resource group (if you are using a restricted subscription, you may not have permission to create a new resource group - use the one provided) Region: East US Azure region Name: caption12345678 Pricing tier: Free F0
3. Select the required checkboxes and create the resource.
Wait for deployment to complete, and then view the deployment details.
4. When the resource has been deployed, go to it and view its Keys and Endpoint page. You will need the endpoint and one of the keys from this page in the next procedure.
Step 2: Save Key and Endpoint values in Params.json
Open the configuration file, C:\Resources\Caption\Params.json. and update the configuration values it contains to reflect the endpoint and an authentication key for your cognitive services resource. Save your changes.
Reference:
https://microsoftlearning.github.io/AI-102-AIEngineer/Instructions/15-computer-vision.html