I used Kudu to open a CMD on my ASP.NET Core WebApp but Azure CLI doesn't seem to be installed as when I enter az --version an error appears "az is not recognized as an internal or external command..."
I have a WebJob written in C# that can run a PowerShell script, but as the Azure CLI doesn't seem to be installed on ASP.NET Core WebApp images I am wondering what other options there are for programmatically starting and deleting Azure Containers?