I want to deploy a VM scale set using Cent OS. There is need to provide a custom data for OS so that it can activate using a key.
this key needs to be stored securely in Azure key vault. However custom data is pure string.
How a key can be read from keyvault and provided as custom data in Azure scale set ARM template?