Skip to content

Commit

Permalink
Fix AAS reference syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnstee committed Dec 21, 2024
1 parent 82dfc9d commit dad14c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deployment/arm.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"env": [
{
"name": "edc.aas.remoteAasLocation",
"value": "[concat('http://', parameters('resourcesName'), '-aas-repository.', reference(resourceId('Microsoft.App/managedEnvironments', concat(parameters('resourcesName'), '-AppEnvironment')), '2024-03-01').properties.defaultDomain, ':8080/api/v3.0')]"
"value": "[concat('http://', parameters('resourcesName'), '-aas-repository.', reference(resourceId('Microsoft.App/managedEnvironments', concat(parameters('resourcesName'), '-AppEnvironment')), '2024-03-01').defaultDomain, ':8080/api/v3.0')]"
},
{
"name": "edc.aas.syncPeriod",
Expand Down

0 comments on commit dad14c2

Please sign in to comment.