Skip to content

Commit

Permalink
chore: Update VM name format in main.bicep file
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassem committed Jun 30, 2024
1 parent dabe6ab commit d1450e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_jumpstart_arcbox/bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ module ubuntuRancherK3sDataSvcNodesDeployment 'kubernetes/ubuntuRancherNodes.bic
subnetId: mgmtArtifactsAndPolicyDeployment.outputs.subnetId
azureLocation: location
flavor: flavor
vmName : '${k3sArcDataClusterName}-Node-0${i}'
vmName : '${k3sArcDataClusterName}-Node-0${i}'
storageContainerName: toLower(k3sArcDataClusterName)
}
dependsOn: [
Expand Down

0 comments on commit d1450e8

Please sign in to comment.