diff --git a/src/ConfigContext.ts b/src/ConfigContext.ts index 1980aa2a7..a226b9794 100644 --- a/src/ConfigContext.ts +++ b/src/ConfigContext.ts @@ -69,7 +69,7 @@ let configContext: Readonly = { ARCADIA_LIVY_ENDPOINT_DNS_ZONE: "dev.azuresynapse.net", GITHUB_CLIENT_ID: "6cb2f63cf6f7b5cbdeca", // Registered OAuth app: https://github.com/organizations/AzureCosmosDBNotebooks/settings/applications/1189306 GITHUB_TEST_ENV_CLIENT_ID: "b63fc8cbf87fd3c6e2eb", // Registered OAuth app: https://github.com/organizations/AzureCosmosDBNotebooks/settings/applications/1777772 - JUNO_ENDPOINT: "http://localhost:30003", + JUNO_ENDPOINT: "https://tools.cosmos.azure.com", BACKEND_ENDPOINT: "https://main.documentdb.ext.azure.com", isTerminalEnabled: false, isPhoenixEnabled: false, diff --git a/src/Explorer/Controls/SupportPaneComponent/SupportPaneComponent.tsx b/src/Explorer/Controls/SupportPaneComponent/SupportPaneComponent.tsx index 56c31c9c2..0828596f8 100644 --- a/src/Explorer/Controls/SupportPaneComponent/SupportPaneComponent.tsx +++ b/src/Explorer/Controls/SupportPaneComponent/SupportPaneComponent.tsx @@ -25,6 +25,7 @@ export class SupportPaneComponent extends React.Component { activity.channelData.token = this.props.userToken; activity.channelData.subId = this.props.subId; - activity.channelData.rg = this.props.rg; // resource group + activity.channelData.rg = this.props.rg; activity.channelData.accName = this.props.accName; return directLine.postActivity(activity);