You can find it on VMware Marketplace, e.g.: https://marketplace.cloud.vmware.com/services/details/vmware-vrealize-orchestrator-plug-in-for-vrealize-automation-8-4-2-1?slug=true
In which extensibility phase are you setting __computeConfigContent? I noticed, if this is too early in the deployment lifecycle then it might get overridden at a later stage. Thus, I usually apply s...
See more...
In which extensibility phase are you setting __computeConfigContent? I noticed, if this is too early in the deployment lifecycle then it might get overridden at a later stage. Thus, I usually apply such changes to cloudConfig in the Compute Provision phase to ensure that it would be passed to Compute Post Provision without being changed anymore. Also make sure, that your Extensibility subscription is blocking.