Skip to content

Commit e051a16

Browse files
committed
Fix monthly broken links - RoseHJM
1 parent 13000a3 commit e051a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ az deployment group create --resource-group "$ADE_RESOURCE_GROUP_NAME" \
177177
--template-file "$DIR/empty.json"
178178
```
179179

180-
You can check the provisioning state and details by running the below commands. ADE uses some special functions to read and provide more context based on the provisioning details, which you can find in the [Runner-Images](https://github.com/Azure/deployment-environments/tree/custom-runner-private-preview/Runner-Images) folder. A simple implementation could be as follows:
180+
You can check the provisioning state and details by running the below commands. ADE uses some special functions to read and provide more context based on the provisioning details, which you can find in the [Runner-Images](https://github.com/Azure/deployment-environments/tree/main/Runner-Images) folder. A simple implementation could be as follows:
181181
```bash
182182
if [ $? -eq 0 ]; then # deployment successfully created
183183
while true; do

0 commit comments

Comments
 (0)