This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Separates each Terraform action into separate steps in the pipeline. | |
# Authorization token is exported in the first steps after logging into Azure using Az CLI. | |
# Script then exports information into environment variables. | |
trigger: | |
- main | |
pool: | |
vmImage: ubuntu-latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trigger: | |
branches: | |
include: | |
- main | |
paths: | |
exclude: | |
- azure-pipelines*.yml | |
- README.md | |
- .gitignore | |
- .funcignore |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pr: | |
branches: | |
include: | |
- main | |
trigger: none | |
pool: | |
vmImage: ubuntu-latest |
OlderNewer