You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft provides a quickstart script to help you get started. The script builds your image and pushes it to a specified Azure Container Registry (ACR) under the repository `ade` and the tag `latest`.
@@ -15,7 +15,7 @@ To use the script, you must:
15
15
1. Have the Azure CLI and Docker Desktop installed and in your PATH variables.
16
16
1. Have permissions to push to the specified registry.
17
17
18
-
You can run the script [here](https://github.com/Azure/deployment-environments/blob/custom-runner-private-preview/Runner-Images/quickstart-image-build.ps1).
18
+
You can run the script [here](https://github.com/Azure/deployment-environments/blob/main/Runner-Images/quickstart-image-build.ps1).
19
19
20
20
You can call the script using the following command in PowerShell:
0 commit comments