Azure Key Vault with PSU running on Server

The documentation covers the integration of Azure Key Vault when PSU is running as an Azure Web App. Is it possible to connect Azure Key Vault to PSU when it’s running on a Windows Server instead? If it matters, the VM is in Azure.

Product: PowerShell Universal
Version: 4.0.6

Yes, very possible even.
Had it running on a Windows Server VM in Azure for over a year before we transitioned to Azure Web App.

Thanks for the input! I couldn’t figure it out so I’m instead just accessing the KeyVaults within my scripts but with certificate authentication to keep hardcoded credentials out of the mix.