Skip to content

Commit 5290828

Browse files
Merge pull request #232058 from ryanpfalz/main
Updated Azure IoT Edge Solution Platform options
2 parents b46608a + bb75104 commit 5290828

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)