Creating and Modifying a Custom Provider Configuration
To add a Custom Provider:
In the RAS Console, navigate to Farm > Site > Providers.
On the Providers tab, click Tasks > Add > Custom Provider
Provide a Name and Description for the Custom Provider. In this example, we use Proxmox as the example platform.
Optionally, provide credentials for communication with the Connection Broker, and provide credentials for deploying the Guest Agent. This is similar to how other providers are created.
Note that Check credentials does not work until the Provider connection details and variables are first configured. You can optionally go back to this section to perform the check credentials.
Click Next.
Provide the command, command arguments, and working directory of your custom provider code
Example values:
C:\Program Files\PowerShell\7\pwsh.exe-NoProfile -NonInteractive -ExecutionPolicy Bypass -FileC:\CPF_Scripts\Parallels-RAS-CPF-Basic.ps1C:\CPF_Scripts
Click Next.
Customize the variables and values to be passed to the custom provider code. The information provided here depends on how the custom provider code is implemented.
Additional variables can be added as required. For example, if you introduce various logging levels in the custom code, you can customize the log level here to pass to the script.
Use the plus sign to add new variables, which can be either regular or secure.
Click Next.
Verify the details and confirm that the status is verified and valid
Click Next.
Confirm the details provided in the summary
Click Finish and Apply the configuration.
Confirm that the provider’s status is OK.
Modifying the Provider Configuration
To view and modify the Provider configuration, right-click it and choose Properties. In the dialog that opens, view and modify the Provider properties.
Last updated