Skip to content

Commit

Permalink
storage account for ad and linux - name syntax correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Relkci committed Oct 17, 2024
1 parent 8e538f0 commit 0cbe6ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Deploy-AD/azuredeploy-ad.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
}
},
"variables": {
"storageAccountName": "[concat('sa_ad_',uniquestring(resourceGroup().id, parameters('utcValue')))]",
"storageAccountName": "[concat('saad',uniquestring(resourceGroup().id, parameters('utcValue')))]",

// Virtual Network Setup
"virtualNetworkName": "[parameters('virtualNetworkName')]",
Expand Down
2 changes: 1 addition & 1 deletion Deploy-Linux/azuredeploy-Linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
}
},
"variables": {
"storageAccountName": "[concat('sa_ln_',uniquestring(resourceGroup().id, parameters('utcValue')))]",
"storageAccountName": "[concat('saln',uniquestring(resourceGroup().id, parameters('utcValue')))]",
"doc2pipname": "[concat('pip-', variables('vmName'))]",
"virtualNetworkName": "[parameters('virtualNetworkName')]",
"virtualNetworkAddressRange": "[parameters('virtualNetworkAddressRange')]",
Expand Down

0 comments on commit 0cbe6ee

Please sign in to comment.