This message was deleted.
# azure
s
This message was deleted.
t
Azure doesn’t return any sensitive data in ARM create/update responses, so you have to explicitly call a
listKeys
function and build the string with it, see an example here https://github.com/mikhailshilkov/azure-serverless-workshop/blob/master/02-serverless/code/step5.ts#L31-L35
c
Thank you, i was almost there after finding something similar in the samples. 🙂