-
Notifications
You must be signed in to change notification settings - Fork 130
Environments
Louie Larson edited this page Jul 6, 2022
·
23 revisions
Create a new directory for your environment with these contents:
my_env/ # Name should match environment name
├── asset.yaml # Asset config file
├── environment.yaml # Environment config file
├── spec.yaml # Spec file for use with Azure CLI
└── context/ # Docker build context (may contain additional files)
└── Dockerfile # Dockerfile