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
4. The command 'which npm' should point to an npm installation in ubuntu (eg: /usr/bin/npm)
9
17
5. Make sure 'node --version' returns a Node.js version > 8 (eg: v8.11.3)
10
-
6. Make sure dotnet cli is installed and points to version 2.1.x
11
-
7.[Create an Azure Service Principal](https://docs.microsoft.com/en-us/cli/azure/create-an-azure-service-principal-azure-cli?view=azure-cli-latest) with password for your subscription id and note down the following
18
+
6. Make sure dotnet cli is installed and points to version 2.1.x. See install instructions [here](https://www.microsoft.com/net/learn/get-started/linux/ubuntu16-04)
8.[Create an Azure Service Principal](https://docs.microsoft.com/en-us/cli/azure/create-an-azure-service-principal-azure-cli?view=azure-cli-latest) with password for your subscription id and note down the following
21
+
Note: Before creating a service principal, make sure you set your preferred subscription id through Azure CLI
12
22
1. Service Principal App Id
13
23
2. Service Principal App Password
14
24
3. Tenant ID
15
25
4. Your azure subscription id (you can do "az account list" command to get the id of the subscription you need)
16
-
8. Big Huge Thesaurus is an external API used by one of the microservices in this sample. Make sure you get a thesaurus key [here](https://words.bighugelabs.com/api.php)
26
+
9. Big Huge Thesaurus is an external API used by one of the microservices in this sample. Make sure you get a thesaurus key [here](https://words.bighugelabs.com/api.php)
17
27
18
28
From the root folder of the repository execute the following commands on the Ubuntu WSL:
0 commit comments