diff --git a/azuredeploy.json b/azuredeploy.json index e28086c..239f9fe 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -29,7 +29,7 @@ }, "minLength": 2 }, - "containerName": { + "storageNameforIdHub": { "type": "string", "defaultValue": "enterprise-agent-config", "metadata": { @@ -66,11 +66,11 @@ "description": "The pricing tier for the hosting plan." } }, - "webAppName": { + "demoWebAppName": { "type": "string", "defaultValue" : "contoso-enterprise-agent", "metadata": { - "description": "A name for the web service for your enterprise agent." + "description": "A name for the demo web app for the enterprise agent." }, "minLength": 2 }, @@ -233,4 +233,4 @@ } } ] -} \ No newline at end of file +}