Skip to content

Commit 8fa5854

Browse files
committed
update
1 parent a5d146b commit 8fa5854

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/hdinsight/hdinsight-apps-use-edge-node.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,11 @@ In this section, you use a Resource Manager template to add an edge node to an e
8686
* **Edge Node Size**: Select one of the VM sizes. The vm size must meet the worker node vm size requirements. For the recommended worker node vm sizes, see [Create Hadoop clusters in HDInsight](hdinsight-hadoop-provision-linux-clusters.md#cluster-types).
8787
* **Edge Node Prefix**: The default value is **new**. Using the default value, the edge node name is **new-edgenode**. You can customize the prefix from the portal. You can also customize the full name from the template.
8888

89-
90-
>[!IMPORTANT]
91-
> Make sure to select the Azure resource group for the existing HDInsight cluster. Otherwise, you get the error message "Can not perform requested operation on nested resource. Parent resource '<ClusterName>' not found."
92-
9389
4. Check **I agree to the terms and conditions stated above**, and then click **Purchase** to create the edge node.
9490

91+
>[!IMPORTANT]
92+
> Make sure to select the Azure resource group for the existing HDInsight cluster. Otherwise, you get the error message "Can not perform requested operation on nested resource. Parent resource '<ClusterName>' not found."
93+
9594
## Add an edge node when creating a cluster
9695
In this section, you use a Resource Manager template to create HDInsight cluster with an edge node. The Resource Manager template can be found in the [Azure QuickStart Templates gallery](https://azure.microsoft.com/documentation/templates/101-hdinsight-linux-with-edge-node/). The Resource Manager template calls a script action located at https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-hdinsight-linux-with-edge-node/scripts/EmptyNodeSetup.sh. The script doesn't perform any actions. It is to demonstrate calling script action from a Resource Manager template.
9796

0 commit comments

Comments
 (0)