Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 616 Bytes

adl-folder-structure.md

File metadata and controls

16 lines (11 loc) · 616 Bytes

Create New Template • Folder Structure

Each template provides the following folders:

  • infra folder: includes IaC to deploy the required Azure resources of a lab
  • samples folder: samples to start with on a lab
  • config-lab.yml file: lab deployment config file
  • README.md file

To start creating a new template:

  1. Copy the temp-lab-da-demo folder which includes above-mentioned folders and files
  2. Rename that folder
  3. Jump to /infra folder and start creating your infrastructure (IaC)

Next >