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
Copy file name to clipboardExpand all lines: tools/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ This option allows you to run the extractor and publisher binaries on your local
15
15
az ad sp create-for-rbac --name myApp --role contributor --scopes /subscriptions/{subscription-id}/resourceGroups/exampleRG --sdk-auth
16
16
```
17
17
* The output is a JSON object with the role assignment credentials. Copy this JSON object for later. You'll only need the sections with the clientId, clientSecret, subscriptionId, and tenantId values.
18
-
*Update the values in the`.env.extractor`file to include the information required for the extractor to run sucessfully.
19
-
*Update the values in the`.env.publisher`file to include the information required for the publisher to run sucessfully
18
+
*Copy and rename `./tools/code/.env.extractor.template` to`./tools/code/.env.extractor`and update the values to include the information required for the extractor to run sucessfully. This file will not be committed to source control
19
+
*Copy and rename `./tools/code/.env.publisher.template` to`./tools/code/.env.publisher`and update the values to include the information required for the publisher to run sucessfully. This file will not be committed to source control
20
20
* Place a breakpoint on the opened source code file
21
21
* Run the "Launch Extractor" from the debugger section in VS Code to debug the extractor
22
22
* Run the "Launch Publisher" from the debugger section in VS Code to debug the publisher
@@ -40,8 +40,8 @@ This option allows you to run the extractor and publisher binaries in a containe
40
40
az ad sp create-for-rbac --name myApp --role contributor --scopes /subscriptions/{subscription-id}/resourceGroups/exampleRG --sdk-auth
41
41
```
42
42
* The output is a JSON object with the role assignment credentials. Copy this JSON object for later. You'll only need the sections with the clientId, clientSecret, subscriptionId, and tenantId values.
43
-
*Update the values in the`.env.extractor`file to include the information required for the extractor to run sucessfully.
44
-
*Update the values in the`.env.publisher`file to include the information required for the publisher to run sucessfully
43
+
*Copy and rename `./tools/code/.env.extractor.template` to`./tools/code/.env.extractor`and update the values to include the information required for the extractor to run sucessfully. This file will not be committed to source control
44
+
*Copy and rename `./tools/code/.env.publisher.template` to`./tools/code/.env.publisher`and update the values to include the information required for the publisher to run sucessfully. This file will not be committed to source control
45
45
* Place a breakpoint on the opened source code file
46
46
* Run the "Launch Extractor" from the debugger section in VS Code (remember that Github Codespaces runs VS Code in the browser) to debug the extractor
47
47
* Run the "Launch Publisher" from the debugger section in VS Code (remember that Github Codespaces runs VS Code in the browser) to debug the publisher
0 commit comments