diff --git a/src/SfxWeb/src/app/Common/Constants.ts b/src/SfxWeb/src/app/Common/Constants.ts index fbe8d6013..b941340e8 100644 --- a/src/SfxWeb/src/app/Common/Constants.ts +++ b/src/SfxWeb/src/app/Common/Constants.ts @@ -225,7 +225,7 @@ export class TelemetryEventNames { export class RepairTaskMessages { - public static longExecutingMessage = "This update can prevent other updates from going through. Please reach out to the Azure Compute teams (“Compute Manager/Blackbird”) to figure out why the updates are not completing."; + public static longExecutingMessage = "This update can prevent other updates from going through. Please reach out to Azure VMSS to figure out why the updates are not completing."; public static longExecutingId = "longExecuting"; public static seedNodeChecks = "Disabling a seed node can get stuck indefinitely. This is blocked by design to prevent any risk to the cluster availability. There are multiple options available to come out of this state. read more here https://aka.ms/sfseednodequoromtsg"; public static seedNodeChecksId = "seedNode"; diff --git a/src/SfxWeb/src/app/Models/DataModels/collections/infrastructureCollection.ts b/src/SfxWeb/src/app/Models/DataModels/collections/infrastructureCollection.ts index ddd68ef02..cf03d857b 100644 --- a/src/SfxWeb/src/app/Models/DataModels/collections/infrastructureCollection.ts +++ b/src/SfxWeb/src/app/Models/DataModels/collections/infrastructureCollection.ts @@ -72,10 +72,7 @@ export class InfrastructureCollection extends DataModelCollectionBase is.name).join(",")} - Once the existing updates complete, the pending updates will start automatically - To forcefully allow an MR job to go through, connect to the SF cluster and execute this command: - Invoke-ServiceFabricInfrastructureCommand -ServiceName - -Command AllowAction::*:Prepare`, + Once the existing updates complete, the pending updates will start automatically.`, level: StatusWarningLevel.Warning, priority: 4, id: InfrastructureCollection.bannerThrottledJobs,