Skip to content

Commit 2433b27

Browse files
Merge pull request #293430 from RoseHJM/ade-extensibility-review-2
ADE - Extensibility model wording fix.
2 parents 833f5a9 + d02b710 commit 2433b27

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

articles/deployment-environments/how-to-configure-extensibility-model-custom-image.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,11 @@ Creating a custom container image allows you to customize your deployments to fi
7373
7474
The script builds an image and pushes it to the specified Azure Container Registry (ACR) under the repository 'ade' and the tag 'latest'. This script requires your registry name and directory for your custom image, have the Azure CLI and Docker Desktop installed and in your PATH variables, and requires that you have permissions to push to the specified registry.
7575
76-
To use the script, you must:
76+
To use the quickstart script to quickly build and push this sample image to an Azure Container Registry, you will need to:
7777
78-
1. Create a Dockerfile and scripts folder to support the ADE extensibility model.
79-
1. Supply a registry name and directory for your custom image.
80-
1. Have the Azure CLI and Docker Desktop installed and in your PATH variables.
81-
1. Have Docker Desktop running.
82-
1. Have permissions to push to the specified registry.
78+
- Fork this repository into your personal account.
79+
- Ensure the Azure CLI and the Docker Desktop application are installed on your computer and within your PATH variables.
80+
- Ensure you have permissions to push images to your selected Azure Container Registry.
8381
8482
You can call the script using the following command in PowerShell:
8583

0 commit comments

Comments
 (0)