You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
0 commit comments