Skip to content

Commit 1938616

Browse files
committed
another link fix
1 parent ee63373 commit 1938616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-edge/production-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Before you deploy modules to production IoT Edge devices, ensure that you contro
135135

136136
In the tutorials and other documentation, we instruct you to use the same container registry credentials on your IoT Edge device as you use on your development machine. These instructions are only intended to help you set up testing and development environments more easily, and should not be followed in a production scenario. Azure Container Registry recommends [authenticating with service principals](../container-registry/container-registry-auth-service-principal.md) when applications or services pull container images in an automated or otherwise unattended manner, as IoT Edge devices do.
137137

138-
To create a service principal, run the two scripts as described in [Create a service principal](../container-registry/container-registry-auth-aci#create-a-service-principal.md). These scripts do the following tasks:
138+
To create a service principal, run the two scripts as described in [Create a service principal](../container-registry/container-registry-auth-aci.md#create-a-service-principal). These scripts do the following tasks:
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

0 commit comments

Comments
 (0)