Skip to content

Commit 25fafda

Browse files
committed
Added template for retraining and release and add markdown for getting started (work in progress)
1 parent 2e97d44 commit 25fafda

File tree

5 files changed

+895
-64
lines changed

5 files changed

+895
-64
lines changed

azure-pipeline-yaml/simple-azure-pipelines.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

docs/getting_started.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Getting Started with this Repo
2+
3+
### 1. Get the source code
4+
- Either clone the repository to your workspace and create your own repo with the code in GitHub.
5+
- An easier way is to just fork the project, so you have the repoitory under your username on GitHub itslef.
6+
7+
8+
### 2. Create Azure DevOps account
9+
We use Azure DevOps for running our build(CI), retraining trigger and release (CD) pipelines. If you don't already have Azure DevOps account, create one by following the instructions [here](https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/create-organization?view=azure-devops)
10+
11+
If you already have Azure DevOps account, create a new project.
12+
13+
**Note:** Make sure you have the right permissions in Azure DevOps to do so.
14+
15+
### 3. Create Service Principal to Login to Azure and create resources
16+
17+
To create service principal, register an application entity in Azure Active Directory (Azure AD) and grant it the Contributor or Owner role of the subscription or the resource group where the web service belongs to. See [how to create service principal](https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal) and assign permissions to manage Azure resource
18+
19+
**Note:** You must have sufficient permissions to register an application with your Azure AD tenant, and assign the application to a role in your Azure subscription. Contact your subscription adminstator if you don't have the permissions. Normally a subscription admin will create a Service principal and will provide you the details.
20+
21+
22+
23+

0 commit comments

Comments
 (0)