Skip to content

Commit e44e33a

Browse files
committed
minor edits
1 parent 8129e55 commit e44e33a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/production-checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ To create a service principal, run the two scripts as described in [create a ser
139139

140140
* The first script creates the service principal. It outputs the Service principal ID and the Service principal password. Store these values securely in your records.
141141

142-
* The second script creates role assignments to grant to the service principal, which can be run subsequently if needed. We recommend applying the **acrPull** user role for the `role` parameter. For a list of roles, see [Azure Container Registry roles and permissions](../container-registry/container-registry-roles.md)
142+
* The second script creates role assignments to grant to the service principal, which can be run subsequently if needed. We recommend applying the **acrPull** user role for the `role` parameter. For a list of roles, see [Azure Container Registry roles and permissions](../container-registry/container-registry-roles.md).
143143

144-
To authenticate using a service principal, provide the service principal ID and password that you obtained from the first script.
144+
To authenticate using a service principal, provide the service principal ID and password that you obtained from the first script. Specify these credentials in the deployment manifest.
145145

146146
* For the username or client ID, specify the service principal ID.
147147

0 commit comments

Comments
 (0)