This commit is contained in:
Vyas Dev Venugopalan 2021-10-22 06:29:58 +00:00 коммит произвёл GitHub
Родитель 9819798894
Коммит 4d24ecf2a1
1 изменённых файлов: 10 добавлений и 7 удалений

Просмотреть файл

@ -15,11 +15,14 @@ The required content is hence spread across the four key areas below:
To use this accelerator: To use this accelerator:
1) Go to the source [Git Repository](https://github.com/microsoft/azureml-ops-accelerator) 1) Go to the source [Git Repository](https://github.com/microsoft/azureml-ops-accelerator)
2) Click on "Use this template"![Use this template](usethistemplate.png) 2) Click on "Use this template"
**Cloning this Project** <p align ="center"><img src="usethistemplate.png" alt="Use this template" /></p>
> This Project makes use of [submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) to reuse existing code artefacts and templates. To include these in your clone, one sequence is as below:
> 1) Clone this project: **git clone https://github.com/microsoft/azureml-ops-accelerator.git** **Cloning this Project**
> 2) Next initiate and update your submodules using **git submodule init** and **git submodule update** > This Project makes use of [submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) to reuse existing code artefacts and templates. To include these in your clone, one sequence is as below:
3) Review your new Github Docs reference link to start consuming the accelerators content, and customising it to reflect the specifics of your project, Azure infrastructure needs and Data Science, DevOps processes. This repositories sample Github Docs experience [can be viewed at here.](https://microsoft.github.io/azureml-ops-accelerator/) > 1) Clone this project: **git clone https://github.com/microsoft/azureml-ops-accelerator.git**
4) Start at the Getting Started Section as it walks you through a step by step approach to project execution and assigns the relevant project roles and skills to each stage. ![Getting Started](GettingStarted.png) > 2) Next initiate and update your submodules using **git submodule init** and **git submodule update**
3) Review your new Github Docs reference link to start consuming the accelerators content, and customising it to reflect the specifics of your project, Azure infrastructure needs and Data Science, DevOps processes. This repositories sample Github Docs experience [can be viewed at here.](https://microsoft.github.io/azureml-ops-accelerator/)
4) Start at the Getting Started Section as it walks you through a step by step approach to project execution and assigns the relevant project roles and skills to each stage.
<p align ="center"><img src="GettingStarted.png" alt="Getting Started" /></p>