Baptiste Gauduchon
Baptiste Gauduchon
https://docs.microsoft.com/en-us/cli/azure/authenticate-azure-cli?view=azure-cli-latest#sign-in-with-credentials-on-the-command-line
Using the Azure provided script: * doc : https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux?view=azure-cli-latest#install-or-update * python script : https://azurecliprod.blob.core.windows.net/install.py Using apt: * https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-apt?view=azure-cli-latest#manual-install-instructions
1. Use a cron workflow / webhook to retrieve latest available Azure and Terraform released versions. 1. lint / build / test the new image using new version as args...
```sh docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock wagoodman/dive:latest zenika/terraform-azure-cli:latest --ci=true ```
for instance : https://github.com/marketplace/actions/markdown-link-check. Or ad this step in the current CircleCI setup.
Should the Azure CLI telemetry be turned off, for privacy purpose ? (update the user `.azure/telemetry` config)