Device1という名前のデバイスで実行されるSampleModuleという名前のAzureIoTEdgeモジュールがあります。 Microsoft Visual Studio Codeを使用して、SampleModuleのコードを変更します。 コードをコンテナレジストリにプッシュしてから、モジュールをDevice1にデプロイする必要があります。 Visual Studio Codeから実行する必要がある2つのアクションはどれですか?それぞれの正解は、解決策の一部を示しています。 注:正しい選択はそれぞれ1ポイントの価値があります。
正解:B,C
C: Configure a deployment manifest. A deployment manifest is a JSON document that describes which modules to deploy, how data flows between the modules, and desired properties of the module twins. B: You deploy modules to your device by applying the deployment manifest that you configured with the module information. Reference: https://docs.microsoft.com/en-us/azure/iot-edge/how-to-deploy-modules-vscode