Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3895b27

Browse files
authoredMay 12, 2022
Specify explicitly Linux amd64
1 parent 2021193 commit 3895b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎articles/iot-edge/tutorial-deploy-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The IoT Edge extension tries to pull your container registry credentials from Az
8888
8989
### Set target architecture to AMD64
9090

91-
Running Azure Functions modules on IoT Edge is supported only on AMD64 architecture. The default target architecture for Visual Studio Code is Linux AMD64, but we will set it explicitly to AMD64 here.
91+
Running Azure Functions modules on IoT Edge is supported only on Linux AMD64 based containers. The default target architecture for Visual Studio Code is Linux AMD64, but we will set it explicitly to Linux AMD64 here.
9292

9393
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.
9494

0 commit comments

Comments
 (0)
Please sign in to comment.