We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed66aa1 commit 3070992Copy full SHA for 3070992
README.md
@@ -67,6 +67,14 @@ Optional: Set the App Registration Service management reference:
67
azd env set AZURE_SERVICE_MANAGEMENT_REFERENCE <service_management_reference>
68
```
69
70
+## Build the applications
71
+
72
+Run the following command to build the applications:
73
74
+```shell
75
+./mvnw clean package
76
+```
77
78
## Create the Azure resources and deploy the code
79
80
Run the following command to create the Azure resources and deploy the code (about 15-minutes to complete):
0 commit comments