Skip to content

Commit a870be0

Browse files
authored
Merge pull request #49220 from bothzoli/patch-1
Fix typo in node type name reference
2 parents 262c50e + e9154e1 commit a870be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-cluster-creation-create-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The cluster authentication certificate must be configured in both the Service Fa
7979
"extensionProfile": {
8080
"extensions": [
8181
{
82-
"name": "[concat('ServiceFabricNodeVmExt','_vmNodeType0Name')]",
82+
"name": "[concat('ServiceFabricNodeVmExt_',variables('vmNodeType0Name'))]",
8383
"properties": {
8484
...
8585
"settings": {

0 commit comments

Comments
 (0)