Skip to content

Commit 89c4f4e

Browse files
authored
note for replacing port numbers in parameters file (Azure#83)
1 parent f7b5d4f commit 89c4f4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/aca/10-aca-iac-bicep/iac-bicep.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ This will result in creating a file named `main.parameters.json` similar to the
279279

280280
You only need to replace parameter values between the angle brackets `<>` with values related to your container registry and SendGrid. Values for container registry and container images can be derived by following
281281
one of the three options in next step.
282+
283+
In case you followed along with the whole workshop and would like to use your own sourcecode, make sure to replace the port numbers (80) by the port numbers that were generated when you created your docker files in vs code for your three applications (e.g., 5225). Make sure that the port numbers match the numbers in the respective docker files. If port numbers aren't matching, your deployment will work without errors, but the portal will report issues with the apps and calling one of the apps will result in a session timeout.
282284

283285
Next, we will prepare container images for the three container apps and update the values in `main.parameters.json` file. You can do so by any of the three options below:
284286

@@ -432,4 +434,4 @@ The Azure CLI will take the Bicep module and start creating the deployment in th
432434
!!! success
433435
Upon successful deployment, you should observe all resources generated within the designated resource group. Additionally, you may navigate to the `Deployments` section to confirm that the ARM templates have been deployed, which should resemble the image provided below:
434436

435-
![aca-deployment](../../assets/images/10-aca-iac-bicep/aca-deployment.jpg)
437+
![aca-deployment](../../assets/images/10-aca-iac-bicep/aca-deployment.jpg)

0 commit comments

Comments
 (0)