Microsoft Azure ARM Templates to create Oracle Linux VM with pre-installed Weblogic Server
0
stars
7
forks
source link
Alter Oracle internal CI/CD for base image creation to use SSH instead of password in parameters.json #215
Open
edburns opened 3 years ago
Hello Jacob,
The long term solution is to modify your parameters.json to use SSH instead of password for the admin account. Like this.
The existing azuredeploy.json will still work.
A workaround is to modify azuredeploy.json to add this tag:
If you need to use the workaround now, that's fine. But please let's use this issue to track transitioning your CI/CD to use the long term solution.