@Santhakumar yes we need an azure account for that and the process of how to create you can follow this document
Steps
1- Create one resource group
2-Setup storage account
3-Create container
4-Upload the virtual appliance vhd file which is around 132 gb file
5-Create an image with this blob
6-Create a virtual appliance from that image
I ran the following command for the demo tenant:
“va-bootstrap pair -t demo”
It will prompt you to set up a passphrase initially. After that, it will generate a pair code.
Once paired in IdentityNow, wait for 30 minutes for the VA configuration to complete.
Hi @colin_mckibben I came across this thread as I experienced the same issue where fresh code shows expired when attempting to configure VA to my cluster in partner demo tenant.
I’ve tried va-bootstrap set-passphrase -t demo but it seems that demo is not a valid input for the flag. The error message shown is as below: va-bootstrap-root: error: enum value must be one of prod,sandbox,dev,test,internal,sp-saas-prod,saas-fed-dev,feddev,fed-dev,fedprod,fed-prod,fedramp,govcloud, got 'demo', try --help
Seems like issue still persist, demo is still not a valid input for va-bootstrap set-passphrase -t in my VA image. Charon logs seems to be searching for config.yaml as well, just as others in the thread had shared. Am i missing out any details?
If you can start from scratch by downloading a new VA image from the SailPoint ISC documentation, then you can try using the bootstrap commands: “va-bootstrap set-passphrase -t demo” for the devrel tenant and “va-bootstrap set-passphrase” for the sandbox/prod tenant.
I hope this helps you to resolve this issue.
Let me know your findings.