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: README.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,12 +179,26 @@ Replace <your org> with your organization name in the link:
179
179
3. Add Callback URL for `http://localhost:3000`
180
180
4. Uncheck Webhook -> Active checkbox.
181
181
5. Set the scopes -> select **Organization permissions** -> **GitHub Copilot Business** -> select **Access: Read-only**
182
-
6. Create a private key - it will get downloaded to your machine.
182
+
6. Create a client secret.
183
183
7. Install the app in the org -> Install App -> select your org
184
184
185
-
Note the `application ID` and `Private Key`.
185
+
Note the `Client ID` and `Private Key`.
186
186
187
-
### Azure Deployment
187
+
### Azure Deployment
188
+
189
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fkarpikpl%2Fcopilot-metrics-viewer%2Ffeature%2Fdeployment%2Fazure-deploy%2Fazuredeploy.json)
190
+
191
+
**Important**
192
+
After deployment redirect URI needs to be updated with the URL of the deployed container app.
193
+
194
+
Go to: `https://github.com/organizations/<your-org>/settings/apps/<your app>` or in the UI to settings of the registered application and add following redirect URLs:
0 commit comments