Long story short I have a Azure Powershell script (think Storage Account creation) that I want to run from within an Azure Website - is that possible at all?
If not directly from the website, can I put it in some sort of other resource that can be called? What is the recommended way of going about this? Thank you.