Azure / deployment-environments

Sample infrastructure-as-code templates to get started with Azure Deployment Environments service.
MIT License
68 stars 220 forks source link

Download location of ADE CLI? #60

Open douglasfraser-ikea opened 2 months ago

douglasfraser-ikea commented 2 months ago

Hope I'm not missing something embarrassingly obvious but where can the ADE CLI be downloaded from:

i.e. where do ade and appsettings*.json come from? https://github.com/Azure/deployment-environments/blob/284df7017450f2805240842921d5c806af9f2523/Runner-Images/Core/Dockerfile#L18-L19

jacksonkays commented 2 months ago

Hi Douglas,

When we build and distribute the core image, the ADE CLI and appsettings.json file are pre-installed onto the image this way. This is why when customers are looking to develop a custom runner solution, we encourage them to utilize the ADE core image so they can get access to the ADE CLI, have their environment's error details updated, and access their operation logs more conveniently.