You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**NOTE**: There are additional requirements in the *[~/deployment/README.md](deployment/README.md)* file which are required in order to setup your development environment; other required components will be installed automatically by the provisioning scripts.
16
16
@@ -36,6 +36,7 @@ The following diagram illustrates the full topology for this sample application
36
36
## Create and Deploy the Inventory Hub ##
37
37
38
38
<aname="create-the-initial-build"></a>
39
+
39
40
### Create the initial build ###
40
41
41
42
1. Open a command prompt and navigate to the *~/deployment/* folder of your local repo.
@@ -80,8 +81,7 @@ The following diagram illustrates the full topology for this sample application
Copy file name to clipboardExpand all lines: dashboard-web-app/README.md
+35-26Lines changed: 35 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,13 @@
1
1
# Deploy Inventory Hub Java Web App =TO=> Azure App Service
2
2
3
-
This Inventory Hub app is a Java application. It display product
3
+
This Inventory Hub app is a Java application. It display real-time product
4
4
inventory using AngularJS code.
5
+
5
6
Behind the scene, the inventory data store
6
-
is [Azure CosmosDB DocumentDB](https://docs.microsoft.com/en-us/azure/cosmos-db/documentdb-introduction).
7
-
This application uses [Azure CosmosDB DocumentDB Spring Boot Starter](https://github.com/Microsoft/azure-spring-boot/tree/master/azure-starters/azure-documentdb-spring-boot-starter)
8
-
and AngularJS to interact with Azure. This sample application
9
-
provides several deployment options to deploy to Azure, pls
10
-
see deployment section below. With Azure support in Spring
11
-
Starters, maven plugins and Eclipse / IntelliJ plugins,
12
-
Java application development and deployment on Azure
13
-
are effortless now.
7
+
is [Azure CosmosDB](https://docs.microsoft.com/en-us/azure/cosmos-db/documentdb-introduction).
8
+
9
+
This application uses [Azure CosmosDB Spring Boot Starter](https://github.com/Microsoft/azure-spring-boot/tree/master/azure-starters/azure-documentdb-spring-boot-starter)
10
+
and AngularJS to interact with Azure.
14
11
15
12
16
13
## TOC
@@ -27,7 +24,7 @@ are effortless now.
27
24
28
25
## Requirements
29
26
30
-
*[JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) 1.8 and above
27
+
*[JDK](https://azul.com/downloads/azure-only/zulu) 1.8 and above
31
28
*[Maven](https://maven.apache.org/) 3.0 and above
32
29
33
30
## Create Azure Cosmos DB and Event Hub
@@ -36,11 +33,12 @@ You can follow steps described in the [deployment folder][../deployment/README.m
36
33
37
34
## Configuration
38
35
39
-
Note down your DocumentDB uri and key from last step,
40
-
specify a database name but no need to create it. Pick an
36
+
Note down your Cosmos DB uri and key from the last step.
37
+
Be prepared to specify a database name but there is no need to create it.
38
+
Pick an
41
39
Azure Resource Group name and Web app name for App Service -
-[Create a sign-up and sign-in user flow](https://docs.microsoft.com/en-us/azure/active-directory-b2c/tutorial-create-user-flows).
70
73
- You can also use external identity providers, such as [Google](https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-setup-goog-app), [LinkedIn](https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-setup-li-app), [Microsoft Account](https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-setup-msa-app), and [Facebook](https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-setup-fb-app).
71
74
72
-
### Configure AAD B2C related properties in `application-aad.properties`
0 commit comments