I am creating an ARM template to provision keyvault and it's secrets. I want to generate unix timestamp inside template and supply to nbf
and exp
attributes which only take integers. Can't find much pointers on this.
i am referring to microsoft documentation https://docs.microsoft.com/en-us/azure/templates/microsoft.keyvault/vaults/secrets
If no solution in ARM template then i need to use powershell to generate and pass it to template which i may not prefer unless there is no other option.