Kanika Pasrija
Kanika Pasrija
The output file gets generated in the runner. From the runner, it can be used to display output either as .md file or the output can be published to github...
Hey @cilerler, Thanks for pointing this out. As of now, this action only supports Public IP scenario. Updated : https://github.com/Azure/aci-deploy/blob/master/action.yml#L69 Supporting Private IP will be taken up as an enhancement.
Since we are calling out explicitly in the action [ReadMe](https://github.com/Azure/aci-deploy/blob/master/README.md) as well as [action.yml](https://github.com/Azure/aci-deploy/blob/master/action.yml) that Private IP scenario is not supported, we'll be taking this as an enhancement.
Thanks for your insights @HonzaV @roncsak Were you able to make progress?
Hey @roncsak, The default values for `cpu`, `memory` and `restart-policy` are given for the scenario when the user deploys a new container from the workflow itself. The error `The updates...
I understand your concern @roncsak . Thanks a lot for explaining it with all details. As of now, the requirement of these parameters is mandatory by design. To address your...