I’m trying to create a securestring parameter as input to credentials I want to pass to an API connection.
I’ve referenced MS Docs: Reference secrets with dynamic ID but Visual Studio 2019 complains about the “undefined” parameters used in that example. It seems that the nested template only recognizes the parameters defined in the parent template.

Could you please provide or point me to a better, working example I could use to create a securestring parameter that dynamically references a key vault secret value?