Validating Azure resource names...
Specified function app name, SQL server name and key vault name all available.
Azure AD application 'Microsoft.Azure.Websites' not found.
At C:\sources\AzureFunctionVotingAppDemo\Deploy-VotingApp.ps1:397 char:3
Throw "Azure AD application 'Microsoft.Azure.Websites' not found."
+ CategoryInfo : OperationStopped: (Azure AD applic...tes' not found.:String) [], RuntimeException
+ FullyQualifiedErrorId : Azure AD application 'Microsoft.Azure.Websites' not found.
Issue of "Azure AD application 'Microsoft.Azure.Websites' not found." should be resolved via Pull Request, appropriate Service Principal is "Microsoft Azure App Service"
An yidea what could the issue here?
Azure Functions Voting App Demo Deployment
Validating Azure resource names... Specified function app name, SQL server name and key vault name all available. Azure AD application 'Microsoft.Azure.Websites' not found. At C:\sources\AzureFunctionVotingAppDemo\Deploy-VotingApp.ps1:397 char:3
Thank you!