Azure/az-hop

[Bicep] - move install.sh to a yaml cloud-init script

Open

#1,376 opened on Feb 24, 2023

 (0 comments) (0 reactions) (0 assignees)Jinja (56 forks)auto 404
good first issuekind/feature

Repository metrics

Stars
 (68 stars)
PR merge metrics
 (PR metrics pending)

Description

The install.sh script run during the cloud-init phase is failing installing miniconda because the HOME env variable is not set. Moving the custom-data to a yaml cloud-init implementation will solve this

Contributor guide