Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

下記のようにアプリ動作を確認できます。下記はskeleton_sample_appを動作させた例です。

...

WSL環境でうまくいかない場合のチェックポイント

WSL環境でうまくいかない場合は以下をチェックしてください。

...

Checkpoints if things don't work in the WSL environment

...

If it does not work in WSL environment, please check the following.

  • The following must be enabled in the Visual Studio Code "LOCAL" extension

    • Dev Containers

    • Remote - SSH, Remote - SSH: Editing Configuration FIles, Remote - Tunnels, Remote Development, Remote Explorer

    • WSL

  • The following must be enabled in Visual Studio Codeの「WSLCode's "WSL: UBUNTU-20.04 」の拡張機能で以下が有効になっていること" extension:

    • Azure Account

    • Azure IoT Edge

    • Azure IoT Hub

  • Visual Studio Codeの画面左下が「WSL"WSL: Ubuntu-20.04」と表示されていること

    Image Removed

    Build IoT Edge Solutionでpermission denied と表示される場合、対象のディレクトリに現在のユーザーのアクセス権があるかどうか確認する。.04" is displayed at the bottom left of the Visual Studio Code screen.

    Image Added
  • If permission denied is displayed in Build IoT Edge Solution, check whether the current user has access rights to the target directory.

    Code Block
    sudo chown -r ipro:ipro [開発ディレクトリdevelopment directory]
    ※ipro:ipro は例ですので、各環境に合わせて設定ください。
    を実行して所有者を変更。
    is an example, so please set it according to each environment.

    Run the above to change the owner.