Skip to content

Commit bb75104

Browse files
authored
Updated Azure IoT Edge Solution Platform options
The document previously stated that VSCode could only develop Python modules for Linux AMD64 and ARM32v7 devices; updated to document support for ARM64v8 and Windows AMD64.
1 parent e18be2f commit bb75104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/tutorial-python-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The IoT Edge extension tries to pull your container registry credentials from Az
102102
103103
### Select your target architecture
104104

105-
Currently, Visual Studio Code can develop Python modules for Linux AMD64 and Linux ARM32v7 devices. You need to select which architecture you're targeting with each solution, because the container is built and run differently for each architecture type. The default is Linux AMD64.
105+
Visual Studio Code can develop Python modules for Linux AMD64, Linux ARM32v7, Linux ARM64v8, and Windows AMD64 devices. You need to select which architecture you're targeting with each solution, because the container is built and run differently for each architecture type. The default is Linux AMD64.
106106

107107
1. Open the command palette and search for **Azure IoT Edge: Set Default Target Platform for Edge Solution**, or select the shortcut icon in the side bar at the bottom of the window.
108108

@@ -276,4 +276,4 @@ You can continue on to the next tutorials to learn how Azure IoT Edge can help y
276276
> [Functions](tutorial-deploy-function.md)
277277
> [Stream Analytics](tutorial-deploy-stream-analytics.md)
278278
> [Machine Learning](tutorial-deploy-machine-learning.md)
279-
> [Custom Vision Service](tutorial-deploy-custom-vision.md)
279+
> [Custom Vision Service](tutorial-deploy-custom-vision.md)

0 commit comments

Comments
 (0)