From 92a22330228d4e01456a29156f3939a9ecef714a Mon Sep 17 00:00:00 2001 From: Candice Ye Date: Tue, 5 Apr 2022 14:22:45 -0700 Subject: [PATCH] Added text to the Arc DC deploy tile that user must have done az login before continuing with the wizard. (#18938) Co-authored-by: Candice Ye --- extensions/arc/package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/arc/package.nls.json b/extensions/arc/package.nls.json index 2c99b5b11b..8e38f0f26f 100644 --- a/extensions/arc/package.nls.json +++ b/extensions/arc/package.nls.json @@ -14,7 +14,7 @@ "arc.openDashboard": "Manage", "resource.type.azure.arc.display.name": "Azure Arc data controller", - "resource.type.azure.arc.description": "Creates an Azure Arc data controller", + "resource.type.azure.arc.description": "Creates an Azure Arc data controller. Ensure that you have run az login before starting this wizard.", "arc.data.controller.new.wizard.title": "Create Azure Arc data controller", "arc.data.controller.cluster.environment.title": "What is your target existing Kubernetes cluster environment?", "arc.data.controller.select.cluster.title": "Select from existing Kubernetes clusters",