Skip to content

Commit

Permalink
Fix link to AAS from EDC.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnstee committed Dec 20, 2024
1 parent 6e4d904 commit c1e91e3
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-repo.azurewebsites.net:8080/api/v3.0')]"
"value": "[concat('http://', parameters('resourcesName'), '.', [resourceGroup().location], '.azurecontainerapps.io:8080/api/v3.0')]"
},
{
"name": "edc.aas.syncPeriod",
Expand Down

0 comments on commit c1e91e3

Please sign in to comment.