0

I am getting the following error on mvn azure-webapp:deploy

[ERROR] Failed to execute goal com.microsoft.azure:azure-webapp-maven-plugin:1.9.1:deploy (default-cli) on project mprsreporting: Status code 403 -> [Help 1]

I am following the instructions here...

Java Mantr
  • 77
  • 6

1 Answers1

0

This was an issue with multiple subscriptions and the maven plug in attempting to deploy on a wrong subscription. Fixed it by changing the default subscription

Java Mantr
  • 77
  • 6