-
Notifications
You must be signed in to change notification settings - Fork 150
Test Plan for Function
Sheng Chen edited this page Mar 1, 2018
·
24 revisions
- You can generate a scaffolding through the Azure Functions Maven Archetype
mvn archetype:generate -DarchetypeGroupId=com.microsoft.azure -DarchetypeArtifactId=azure-functions-archetype
- Can generate the function files including jar and function.json for each function
- Can add HTTP Trigger function
- Can add Blob Trigger function
- Can add Queue Trigger function
- Can add Timer Trigger function
- Can run function host locally.
- Can run single function using
-Dfunctions.target=***
property
- Can deploy when deploymentType is set to
msdeploy
- Can deploy when deploymentType is set to
ftp
- Can update application settings through the
<appSettings>
configuration - Can create a function app if the name of the function app not exist on Azure, the properties of the created function app should be same as the configuration in the pom. More details here
- After deployment, the function should be triggerred successfully.
- 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