Skip to content

Commit

Permalink
add picture in cloud (#1004)
Browse files Browse the repository at this point in the history
* [wip]add picture in cloud

* Update 5.2.connection-configuration-and-use.md
  • Loading branch information
foesa-yang committed Jan 7, 2022
1 parent 4f2197d commit 10586ec
Show file tree
Hide file tree
Showing 20 changed files with 59 additions and 22 deletions.
10 changes: 9 additions & 1 deletion docs-2.0/nebula-cloud/3.how-to-set-solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ Solution refers to the Nebula Graph database running on Nebula Graph Cloud. Afte

1. To complete your purchase after subscribing Nebula Graph Cloud on Azure, click **Configure account now** on the page and the system will jump to the Nebula Graph Cloud login page.
2. Log in to the Azure account that has subscribed the Solution service in Nebula Graph Cloud.


1. Select a **region** in the **Provider** section.

![cloud](../nebula-cloud/figs/cl-ug-015.png)

!!! caution

Expand All @@ -19,8 +23,12 @@ Solution refers to the Nebula Graph database running on Nebula Graph Cloud. Afte
It is recommended to configure at least 2 query engines and 3 storage engines to ensure high service availability.

3. Enter the specified Azure account mailbox as the Root user in the **Nebula Graph** section.

![cloud](../nebula-cloud/figs/cl-ug-016.png)

4. Click **Next** at the bottom of this page.
5. After confirmation, click **Create** at the bottom of this page.
5. After confirmation, click **Create** at the bottom of this page.

3. For now, you have completed the configuration of the Solution. If the status of the Solution is **running** on the Cloud homepage, the Solution has been created successfully.

## Solution status
Expand Down
18 changes: 16 additions & 2 deletions docs-2.0/nebula-cloud/5.solution/5.0.introduce-solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,40 @@ On the **Solution** page, the sidebars are different based on roles and privileg

On the homepage of Cloud, click on the Solution's name to enter the **Solution Info** page. The Solution Info page consists of the following parts: Basic Info, Instance Info, Price Info, Getting Started. You can view the information on this page in detail.

## Application
![Solution info](../figs/cl-ug-001.png)

## Applications

In the sidebar, click **Applications** to enter the page of ecosystem tools(Dashboard/Studio/Explorer). Different roles see different ecosystem tools. For more information, see [Accessory applications](../5.solution/5.1.supporting-application.md).

![applications](../figs/cl-ug-002.png)

## Connectivity

In the sidebar, click **Connectivity** to enter Private Link page. On this page, you can create a Private Link endpoint that enables you to access Nebula Graph databases through a private IP address in a virtual network. For more information, see [Private Link](../5.solution/5.2.connection-configuration-and-use.md).

![connectivity](../figs/cl-ug-003.png)

## Root Management

In the sidebar, click **Root Management** to enter the root account management page. For more information, see [Role and User Management](../5.solution/5.3.role-and-authority-management.md).

## User Mangement
![root management](../figs/cl-ug-004.png)

## User Management

In the sidebar, click **User Management** to enter the user account management page. For more information, see [Role and User Management](../5.solution/5.3.role-and-authority-management.md).

![User Management](../figs/cl-ug-005.png)

## Audit Log

In the sidebar, click **Audit Log** to enter the operation history page. You can select the time period according to the operation information such as `Create Solution`, `Start Solution`, `Stop Solution`, and filter results by operator and operation record.

![Audit Log](../figs/cl-ug-006.png)

## Settings

In the sidebar, click **Settings** to enter the settings page, and you can `Stop Solution` or `Transfer Solution` in this page.

![Settings](../figs/cl-ug-007.png)
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ You can create a Private Link endpoint in **Connectivity** to allow users to acc

1. Enter your subscription ID, click **Create**. The creation time takes about 2 minutes.

![connectivity](../figs/cl-ug-008.png)

!!! note

The subscription ID on the **Subscription** page of Azure Portal. You can click on the [Subscriptions] (https://portal.azure.com/?l=en.en-us#blade/Microsoft_Azure_Billing/SubscriptionsBlade) page for quick access.
Expand All @@ -14,61 +16,73 @@ You can create a Private Link endpoint in **Connectivity** to allow users to acc

1. Navigate to the Azure portal. Search for Private Link and click **Private endpoint**.
2. Click **+ add**.

![Private endpoint](../figs/cl-ug-009.png)

3. In the **Basics** section, fill in the following plan details:

- Project details

|Field|Description|
|:---|:---|
|Subscription|Select the subscription.|
|Resource group|Select an existing resource group or create a new resource group.|
|Field|Description|
|:---|:---|
|Subscription|Select the subscription.|
|Resource group|Select an existing resource group or create a new resource group.|

- Instance details

|Field|Description|
|:---|:---|
|Name| Set the name of the private endpoint.|
|Region| Select the region. |
|Field|Description|
|:---|:---|
|Name| Set the name of the private endpoint.|
|Region| Select the region. |

![Basics](../figs/cl-ug-010.png)

!!! caution
!!! caution

The region of the database you select should be in the same area as that of your business to avoid performance and speed problems.

4. At the bottom of the **Basics** page, click **Next: Resource**.
5. In the **Resource** section, fill in the following plan details:

|Field|Description|
|:----|:---|
|Connection method|Click **Connect to an Azure resource by resource ID or alias.**|
|Resource ID or alias|Set the alias.|
|Request message|Set the message, this message will be sent to the resource owner.|
|Field|Description|
|:----|:---|
|Connection method|Click **Connect to an Azure resource by resource ID or alias.**|
|Resource ID or alias|Set the alias.|
|Request message|Set the message, this message will be sent to the resource owner.|

!!! note

The alias is on the **Connectivity** page of Nebula Graph Cloud, click ![copy](../figs/copy.png) to copy it.

![resource](../figs/cl-ug-012.png)

6. At the bottom of the **Resource** page, click **Next: Configuration**.
7. In the **Configuration** section, select the following plan details:

- Networking

|Field|Description|
|:---|:---|
|Virtual network|Set virtual networks.|
|Subnet|Set the subnet in the selected virtual network.|
|Field|Description|
|:---|:---|
|Virtual network|Set virtual networks.|
|Subnet|Set the subnet in the selected virtual network.|

!!! note

Private DNS integration is currently not supported.

![configuration](../figs/cl-ug-013.png)

8. At the bottom of the **Configuration** page, click **Next: Tags**.
9. (optional)In the **Tags** section, enter **Name:Values**.

![Tag](../figs/cl-ug-014.png)

10. At the bottom of the **Tags** page, click **Next: Review + create**.
11. At the bottom of the **Review + create** page, click **Create**.

3. After creating the **private endpoint**, copy the **Private IP address** in **Network interface** to the **Connectivity** page in Cloud. Click the **Create**.

!!! note
!!! note

Private Link Endpoint IP information is stored in the Cloud, and you can click ![edit](../figs/edit.png) to modify.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Only users with **OWNER** authority can manage **ROOT** users.
On the **Root Management** page, **OWNER** can reset **ROOT** users.

1. Click **Reset**, enter the email address of the ROOT user to be updated, and click **Send Email** to send the email.

2. After the **ROOT** user receives the confirmation email, click **Confirm**.

## User Management
Expand Down
Binary file added docs-2.0/nebula-cloud/figs/cl-ug-001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-2.0/nebula-cloud/figs/cl-ug-002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-2.0/nebula-cloud/figs/cl-ug-003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-2.0/nebula-cloud/figs/cl-ug-004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-2.0/nebula-cloud/figs/cl-ug-005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-2.0/nebula-cloud/figs/cl-ug-006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-2.0/nebula-cloud/figs/cl-ug-007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-2.0/nebula-cloud/figs/cl-ug-008.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-2.0/nebula-cloud/figs/cl-ug-009.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-2.0/nebula-cloud/figs/cl-ug-010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-2.0/nebula-cloud/figs/cl-ug-011.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-2.0/nebula-cloud/figs/cl-ug-012.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-2.0/nebula-cloud/figs/cl-ug-013.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-2.0/nebula-cloud/figs/cl-ug-014.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-2.0/nebula-cloud/figs/cl-ug-015.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-2.0/nebula-cloud/figs/cl-ug-016.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 10586ec

Please sign in to comment.