diff --git a/100-marketplace-sample/README.md b/100-marketplace-sample/README.md index f9de20193e76..a11f19549f6d 100644 --- a/100-marketplace-sample/README.md +++ b/100-marketplace-sample/README.md @@ -3,7 +3,7 @@ -This template allows deploying a linux VM using new or existing resources for the Virtual Network, Storage and Public IP Address. It also allows for choosing between SSH and Password authenticate. The templates uses conditions and logic functions to remove the need for nested deployments. +This template allows deploying a linux VM using new or existing resources for the Virtual Network, Storage and Public IP Address. It also allows for choosing between SSH and Password authentication. The templates uses conditions and logic functions to remove the need for nested deployments. This template contains extra parameters to allow for the existing resources use cases, which is a common scenario for Azure Applications in the Azure Marketplace. @@ -12,7 +12,7 @@ createUiDefinition.json is also included. Before submitting to Marketplace, the following steps will need to be performed - Rename ```azuredeploy.json``` to ```mainTemplate.json``` -- Remove ```azuredeploy.parameters.json``` from the list if files to be submitted +- Remove ```azuredeploy.parameters.json``` from the list of files to be submitted - Update the GUID in ```mainTemplate.json``` for Customer Usage Attribution - https://docs.microsoft.com/en-us/azure/marketplace/marketplace-solution-templates - Create a zip package of all the dependencies including the templates files, scripts, UI definition etc