I am following this quickstart tutorial from Microsoft on creating a web app and deploying it to azure app service. When I try to create the app service, I am getting this error:
System.Net.Http.HttpRequestException: {"error":{"code":"InvalidTemplateDeployment","message":"The template deployment failed with multiple errors. Please see details for more information.","details":[{"code":"RequestDisallowedByPolicy","target":"AzureCDN-POC","message":"Resource 'AzureCDN-POC' was disallowed by policy. Policy identifiers: '[{\"policyAssignment\":{\"name\":\"CE Prevent - Web - TagsCompliance\",\"id\":\"/subscriptions/[subscription id]/providers/Microsoft.Authorization/policyAssignments/CE Prevent - Web - TagsCompliance\"}
What causes this error and how can I resolve it?