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: DEPLOYMENT.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
@@ -53,10 +53,10 @@ Application will use a pre-built docker image hosted in GitHub registry: `ghcr.i
53
53
54
54
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fgithub-copilot-resources%2Fcopilot-metrics-viewer%2Fmain%2Fazure-deploy%2Fwith-app-registration%2Fazuredeploy.json/uiFormDefinitionUri/https%3A%2F%2Fraw.githubusercontent.com%2Fgithub-copilot-resources%2Fcopilot-metrics-viewer%2Fmain%2Fazure-deploy%2Fwith-app-registration%2Fportal.json)
55
55
56
-
>[!INFO]
57
-
>**Important**: After deploying Option 2, the redirect URI needs to be updated with the URL of the deployed container app.
58
-
>
59
-
>Go to: `https://github.com/organizations/<your-org>/settings/apps/<your-app>` or in the UI to the settings of the registered application and add the following redirect URL: `https://<your-container-app-name-and-region>.azurecontainerapps.io/auth/github`
56
+
>[!IMPORTANT]
57
+
>**Important**: After deploying Option 2, the redirect URI needs to be updated with the URL of the deployed container app.
58
+
>
59
+
>Go to: `https://github.com/organizations/<your-org>/settings/apps/<your-app>` or in the UI to the settings of the registered application and add the following redirect URL: `https://<your-container-app-name-and-region>.azurecontainerapps.io/auth/github`
apiError.value=`404 Not Found - is the ${config.public.scope||''} org:'${config.public.githubOrg||''} ent:'${config.public.githubEnt||''}' team:'${config.public.githubTeam}' correct? ${error.message}`;
151
-
// Update apiError with the error message
151
+
// Update apiError with the error message
152
152
apiError.value=error.message;
153
153
break;
154
154
case500:
155
155
apiError.value=`500 Internal Server Error - most likely a bug in the app. Error: ${error.message}`;
0 commit comments