Still slogging away with ado (don’t worry my k8s q...
# getting-started
b
Still slogging away with ado (don’t worry my k8s questions are coming soon 😅) This time I can’t figure out how I’m supposed to coerce an output into a number, and the example from docs appears to be broken. (PR forthcoming)
The issue is the id returned from ADO is a string according to the
Output
… However, the type explicitly only accepts a
number
. Is there some
apply
trickery I am missing?
Any guidance is very much appreciated thank you 🙏