I am currently working on ARM templates and have successfully deployed an app as an Azure web app. I have also successfully installed the bower components using the console feature of Azure web apps. You can find a reference for the same here.
Now, I want to automate all this stuff using ARM templates but don't know how to install the bower components using ARM.
Any help is appreciated. Thanks in advance!