arm template web app publish profile

Viewed 990

I am deploying a web app using an ARM template and need to get the publish profile as an output Is there a way to do this? I saw this: azure template output publish profile content

But couldn't get it to work I tried both with reference and listKeys but none of the properties was the publish profile

Thanks

1 Answers
Related