Skip to content

Commit 55cad0c

Browse files
authored
fix: CDS-2533 - fix conflicts with func names (#93)
1 parent 1e5530b commit 55cad0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BlobToOtel/ARM/BlobToOtel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
}
126126
},
127127
"variables": {
128-
"functionAppName": "[format('BlobToOtel-{0}', parameters('StorageAccountName'))]",
128+
"functionAppName": "[format('BlobToOtel-{0}-{1}', parameters('StorageAccountName'), uniqueString(resourceGroup().id, parameters('StorageAccountName')))]",
129129
"location": "[resourceGroup().location]",
130130
"hostingPlanName": "[variables('functionAppName')]",
131131
"applicationInsightsName": "[variables('functionAppName')]",

0 commit comments

Comments
 (0)