From 8fa19c4a51750caa95179bac308c48f6aca89f5d Mon Sep 17 00:00:00 2001 From: sbwalker Date: Wed, 2 Apr 2025 09:47:16 -0400 Subject: [PATCH] improve help text --- azuredeploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azuredeploy.json b/azuredeploy.json index 190a5bbc..461130fc 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -56,7 +56,7 @@ "BlazorWebsiteName": { "type": "string", "metadata": { - "description": "The App Service name for the Blazor Website (must be unique)" + "description": "The App Service name for the Blazor Website (must be unique). If you use the same name as the SQL Database specified above, it will make it easier to associate the resources later." } }, "BlazorSKU": {