Skip to content

Commit

Permalink
switch AAS port from 8080 to 80.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnstee committed Dec 21, 2024
1 parent dad14c2 commit 48d6b2d
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').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, '/api/v3.0')]"
},
{
"name": "edc.aas.syncPeriod",
Expand Down

0 comments on commit 48d6b2d

Please sign in to comment.