From b9e6f332f5defc0e32c18af42c652dfbb10dbe52 Mon Sep 17 00:00:00 2001 From: Zach Jones Date: Tue, 18 Oct 2022 16:11:53 -0600 Subject: [PATCH] feat: updated applens public endpoint --- pkg/util/azureclient/environments.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/azureclient/environments.go b/pkg/util/azureclient/environments.go index da732eae5..265073284 100644 --- a/pkg/util/azureclient/environments.go +++ b/pkg/util/azureclient/environments.go @@ -29,7 +29,7 @@ var ( ActualCloudName: "AzureCloud", GenevaMonitoringEndpoint: "https://gcs.prod.monitoring.core.windows.net/", AppSuffix: "aro.azure.com", - AppLensEndpoint: "https://diag-runtimehost-staging.azurefd.net/api/invoke", + AppLensEndpoint: "https://diag-runtimehost-prod.trafficmanager.net/api/invoke", AppLensScope: "b9a1efcd-32ee-4330-834c-c04eb00f4b33", AuthorityHost: azidentity.AzurePublicCloud, }