Skip to content

Commit 9eef704

Browse files
committed
Fixing blocking issues
1 parent 1a269be commit 9eef704

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/deployment-environments/how-to-configure-extensibility-pulumi-container-image.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ You can use Pulumi to create an Azure Container Registry and publish your image
194194
195195
#### Create an Azure Container Registry and publish your image manually via CLI
196196
197-
In order to use custom images, you need to store them in a container registry. Azure Container Instances (ACR) is highly recommended for that. Due to its tight integration with ADE, the image can be published without allowing public anonymous pull access.
197+
In order to use custom images, you need to store them in a container registry. Azure Container Registry (ACR) is highly recommended for that. Due to its tight integration with ADE, the image can be published without allowing public anonymous pull access.
198198
199199
It's also possible to store the image in a different container registry such as Docker Hub, but in that case it needs to be publicly accessible.
200200
@@ -268,6 +268,7 @@ In this configuration, ADE uses the Managed Identity for the PET, whether system
268268
269269
> [!Tip]
270270
> This role assignment has to be made for every project environment type. It can be automated through the Azure CLI.
271+
271272
When you're ready to push your image to your registry, run the following command:
272273
273274
```docker

0 commit comments

Comments
 (0)