What are YAML files used for?

723 views

I keep seeing them throughout GitHub repos, but I’m not sure what their purpose is. I tried looking it up on Google, but the explanations did not suffice. If you know their use, please ELI5

In: Technology

5 Answers

Anonymous 0 Comments

I’ve used them for Azure Devops CICD pipelines which deploy ARM templates across environments. Basically in the YAML file you determine the steps for the deployment of your code.

You are viewing 1 out of 5 answers, click here to view all answers.