Skip to content

Commit 6e7cffa

Browse files
changes
1 parent 5c1dcd8 commit 6e7cffa

File tree

2 files changed

+1096
-749
lines changed

2 files changed

+1096
-749
lines changed

infra/main.bicep

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ param imageTag string = 'latest_fdp'
7070
param AZURE_LOCATION string=''
7171
var solutionLocation = empty(AZURE_LOCATION) ? resourceGroup().location : AZURE_LOCATION
7272

73-
var uniqueId = toLower(uniqueString(subscription().id, solutionName, solutionLocation, resourceGroup().name))
74-
73+
//var uniqueId = toLower(uniqueString(subscription().id, solutionName, solutionLocation, resourceGroup().name))
7574

7675
@metadata({
7776
azd:{

0 commit comments

Comments
 (0)