I'm trying to create an ARM template to deploy some resources on Azure including an Azure AD application but I can't find a way to add the application using JSON as I can do using the PowerShell cmdlet "New-AzureRmADApplication" also is there is a way to configure the application's manifest file after it's added using PowerShell or JSON?
Thanks,