Skip to content

Commit cf4ee8a

Browse files
committed
Improve development tutorial security guidance
Add production security guidance for container registry authentication with link to production checklist.
1 parent e4f730e commit cf4ee8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/iot-edge/tutorial-develop-for-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Develop Azure IoT Edge modules using Visual Studio Code tutorial
33
description: 'Develop IoT Edge modules with Visual Studio Code: Follow step-by-step instructions to create, build, and deploy modules using Azure IoT Edge tools.'
44
author: sethmanheim
55
ms.author: sethm
6-
ms.date: 02/20/2026
6+
ms.date: 02/26/2026
77
ms.topic: tutorial
88
ms.service: azure-iot-edge
99
services: iot-edge
@@ -1083,7 +1083,7 @@ Provide your container registry credentials to Docker so that it can push your c
10831083
docker login -u <ACR username> -p <ACR password> <ACR login server>
10841084
```
10851085

1086-
You might receive a security warning recommending the use of `--password-stdin`. While that's a recommended best practice for production scenarios, it's outside the scope of this tutorial. For more information, see the [docker login](https://docs.docker.com/engine/reference/commandline/login/#provide-a-password-using-stdin) reference.
1086+
You might receive a security warning recommending the use of `--password-stdin`. While that's a recommended best practice for production scenarios, it's outside the scope of this tutorial. For production container registry authentication, use a service principal or repository-scoped tokens instead of admin credentials. For more information, see [Manage access to your container registry](production-checklist.md#manage-access-to-your-container-registry) and the [docker login](https://docs.docker.com/engine/reference/commandline/login/#provide-a-password-using-stdin) reference.
10871087

10881088
1. Sign in to the Azure Container Registry. You must [install Azure CLI](/cli/azure/install-azure-cli) to use the `az` command. This command asks for your user name and password found in your container registry in **Settings > Access keys**:
10891089

0 commit comments

Comments
 (0)