-
Notifications
You must be signed in to change notification settings - Fork 150
Test Plan for Web App
Sheng Chen edited this page Jun 24, 2018
·
33 revisions
- Install the newest code into local Maven repo - the newest code is in
develop
branch - Prepare a webapp maven project
- change the maven plugin version to the newest one.
Note: Usage can be found at: https://github.com/Microsoft/azure-maven-plugins/blob/master/docs/web-app-samples.md
- Can deploy to Web App on windows
- Can create Web App if it not exists
- Can update Application settings
- Can deploy through
ftp
deployment type - Can deploy through
war
deployment type- Can deploy to ROOT
- Can deploy to other context path
- Can specify the war file location
- Can access Web App Url
- Can deploy to Web App on Linux
- Can create Web App if it not exists
- Can update Application settings
- For
tomcat
runtime:- Can deploy through
ftp
deployment type - Can deploy through
war
deployment type- Can deploy to ROOT
- Can deploy to other context path
- Can specify the war file location
- Can deploy through
- For
jre8
runtime:- Can deploy through
ftp
deployment type. Example
- Can deploy through
- Can access Web App Url
- Can deploy to Web App on Linux with public DockerHub container image
- Can create Web App if it not exists
- Can update Application settings
- Can access Web App Url
- Can deploy to Web App on Linux with private DockerHub container image
- Can create Web App if it not exists
- Can update Application settings
- Can access Web App Url
Note: How to set up docker auth in Maven settings: https://stackoverflow.com/a/39924695/6756246
-
Can deploy to Web App on Linux with docker container image in private container registry
- Can create Web App if it not exists
- Can update Application settings
- Can access Web App Url
-
Can deploy Web App to existing App Service Plan. Example
- Home
- Authentication
- Proxy
- Common Configurations
-
Maven Plugin for Azure Web Apps
- Quickstarts
- Goals
- Configuration Details
- Samples
-
Maven Plugin for Azure Functions
- Quickstarts
- Archetype
- Goals
- Configuration Details
-
Maven Plugin for Azure Spring Apps
- Quickstarts
- Goals
- Configuration Details
- Maven Plugin for Azure Container Apps
- Using in CI/CD