Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDoc-2600 Describe RavenDB Cloud Product Features #1895

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Documentation/6.0/Raven.Documentation.Pages/cloud/.docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,11 @@
"Name": "Security",
"DiscussionId": "0533554b-605e-450d-92bf-a6752764498a",
"Mappings": []
},
{
"Path": "cloud-features.markdown",
"Name": "Product Features",
"DiscussionId": "0533554b-605e-450d-92bf-a6752764498a",
"Mappings": []
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
# Cloud: Product Features
Copy link
Contributor

@PFYasu PFYasu Sep 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add a note about the impact of enabling / disabling the features. IIRC in general these actions restart the RavenDB service - we should notify about that by adding a WARNING section in the particular feature descriptions.

---

{PANEL: OLAP ETL }

RavenDB Cloud provides OLAP ETL capabilities, allowing you to integrate your operational data with analytical data
Copy link
Contributor

@PFYasu PFYasu Sep 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
RavenDB Cloud provides OLAP ETL capabilities, allowing you to integrate your operational data with analytical data
*RavenDB Cloud* provides *OLAP ETL* capabilities, allowing you to integrate your operational data with analytical data

warehouses.

Usage of this feature is described [here](../studio/database/tasks/ongoing-tasks/olap-etl-task).

{PANEL/}

{PANEL: PowerBi }

RavenDB Cloud supports direct integration with Power BI, a leading business analytics tool. This feature allows you
Copy link
Contributor

@PFYasu PFYasu Sep 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
RavenDB Cloud supports direct integration with Power BI, a leading business analytics tool. This feature allows you
*RavenDB Cloud* supports direct integration with *Power BI*, a leading business analytics tool. This feature allows you

to seamlessly connect your RavenDB data with Power BI for advanced visualization and reporting, enabling real-time
Copy link
Contributor

@PFYasu PFYasu Sep 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
to seamlessly connect your RavenDB data with Power BI for advanced visualization and reporting, enabling real-time
to seamlessly connect your *RavenDB* data with *Power BI* for advanced visualization and reporting, enabling real-time

insights and data-driven decision-making.

Usage of this feature is described [here](../integrations/postgresql-protocol/power-bi).

## Configuration

{WARNING: Required }
PowerBi IPs must be configured after enabling PowerBi feature.
Copy link
Contributor

@PFYasu PFYasu Sep 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
PowerBi IPs must be configured after enabling PowerBi feature.
*Power BI* IPs must be configured **after** enabling *Power BI* feature.

{WARNING/}

To access PowerBi Configuration View click **Configure** Button in PowerBi Feature Row. Here you can edit your IP
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To access PowerBi Configuration View click **Configure** Button in PowerBi Feature Row. Here you can edit your IP
To access *Power BI* Configuration View click **Configure** Button in *Power BI* feature row. Here you can edit your IP

addresses that will have access to RavenDB PowerBi port.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
addresses that will have access to RavenDB PowerBi port.
addresses that will have access to *RavenDB Power BI* port.


!["PowerBi Configuration View"](images/product-features-powerbi-configuration.png "PowerBi Configuration View")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
!["PowerBi Configuration View"](images/product-features-powerbi-configuration.png "PowerBi Configuration View")
!["Power BI Configuration View"](images/product-features-powerbi-configuration.png "Power BI Configuration View")


{INFO: }
PowerBi IPs entries are [CIDR ranges](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
PowerBi IPs entries are [CIDR ranges](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
*Power BI* IPs entries are [CIDR ranges](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)

that define networks from which the connection is allowed.
{INFO/}

{PANEL/}

{PANEL: Queue ETL }

The Queue ETL feature enables you to export data from RavenDB to various queue systems, such as RabbitMQ or Kafka.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The Queue ETL feature enables you to export data from RavenDB to various queue systems, such as RabbitMQ or Kafka.
The *Queue ETL* feature enables you to export data from *RavenDB* to various queue systems, such as *RabbitMQ* or *Kafka*.

This is particularly useful for scenarios where you need to process data asynchronously or distribute it
to other microservices and applications.

Usage of this feature is described [here](../server/ongoing-tasks/etl/queue-etl/overview).

{PANEL/}

{PANEL: Queue Sink }

Queue Sink allows RavenDB Cloud to directly receive data from queues, making it easier to ingest data into your
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Queue Sink allows RavenDB Cloud to directly receive data from queues, making it easier to ingest data into your
*Queue Sink* allows *RavenDB Cloud* to directly receive data from queues, making it easier to ingest data into your

database from external systems or services. This feature is ideal for integrating with event-driven architectures
where data is processed and ingested in real time.

Usage of this feature is described [here](../server/ongoing-tasks/queue-sink/overview).

{INFO: Availability }
This feature is available only for RavenDB 6.0 and newer.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This feature is available only for RavenDB 6.0 and newer.
This feature is available only for *RavenDB* **6.0** and newer**.

{INFO/}

{PANEL/}

{PANEL: Data Archival }

RavenDB Cloud offers the ability to archive selected documents.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
RavenDB Cloud offers the ability to archive selected documents.
*RavenDB Cloud* offers the ability to archive selected documents.

Archived documents are compressed and can be handled differently by RavenDB functions (e.g. Indexing can exclude
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Archived documents are compressed and can be handled differently by RavenDB functions (e.g. Indexing can exclude
Archived documents are compressed and can be handled differently by *RavenDB* functions (e.g. Indexing can exclude

archived documents from indexes and Data Subscriptions can avoid sending archived docs to workers), helping to keep the
database smaller and quicker and its contents more relevant.

Usage of this feature is described [here](../server/extensions/archival).

{INFO: Availability }
This feature is available only for RavenDB 6.0 and newer.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This feature is available only for RavenDB 6.0 and newer.
This feature is available only for *RavenDB* **6.0** and newer**.

{INFO/}

{PANEL/}

{PANEL: Monitoring }

RavenDB Cloud allows you to monitor your RavenDB Cloud instances via SNMP protocol. SNMP is a widely used network
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
RavenDB Cloud allows you to monitor your RavenDB Cloud instances via SNMP protocol. SNMP is a widely used network
*RavenDB Cloud* allows you to monitor your *RavenDB Cloud* instances via *SNMP* protocol. *SNMP* is a widely used network

management protocol that allows for the collection and organization of information about managed devices on IP networks.

## Configuration

Click **Configure** Button in Monitoring Feature Row in order to configure this feature.
Copy link
Contributor

@PFYasu PFYasu Sep 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Click **Configure** Button in Monitoring Feature Row in order to configure this feature.
Click **Configure** Button in *Monitoring* feature row in order to configure this feature.

You will see Monitoring Configuration View. You can edit SNMP Monitoring IPs in the first section.
The second section displays SNMPv3 Monitoring credentials.

!["Monitoring Configuration View"](images/product-features-monitoring-configuration.png "Monitoring Configuration View")

### SNMP Monitoring IPs

{WARNING: Required }
SNMP Monitoring IPs must be configured after enabling Monitoring feature.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
SNMP Monitoring IPs must be configured after enabling Monitoring feature.
*SNMP Monitoring* IPs must be configured **after** enabling *Monitoring* feature.

{WARNING/}

This section allows you to specify IPs that will have access to your product using SNMP protocol.
Copy link
Contributor

@PFYasu PFYasu Sep 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This section allows you to specify IPs that will have access to your product using SNMP protocol.
This section allows you to specify IPs that will have access to your product using the *SNMP* protocol.


!["Edit SNMP Monitoring IPs"](images/product-features-monitoring-edit-ips.png "Edit SNMP Monitoring IPs")

### SNMPv3 Monitoring credentials

SNMPv3 is the most secure version of SNMP, providing enhanced security features over its predecessors. When setting up
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
SNMPv3 is the most secure version of SNMP, providing enhanced security features over its predecessors. When setting up
*SNMPv3* is the most secure version of *SNMP*, providing enhanced security features over its predecessors. When setting up

SNMPv3 monitoring for your RavenDB Cloud instances, you need to configure specific credentials that ensure secure
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
SNMPv3 monitoring for your RavenDB Cloud instances, you need to configure specific credentials that ensure secure
SNMPv3 monitoring for your *RavenDB Cloud* instances, you need to configure specific credentials that ensure secure

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
SNMPv3 monitoring for your RavenDB Cloud instances, you need to configure specific credentials that ensure secure
*SNMPv3* monitoring for your *RavenDB Cloud* instances, you need to configure specific credentials that ensure secure

communication between the SNMP agent on your end and the RavenDB.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
communication between the SNMP agent on your end and the RavenDB.
communication between the *SNMP* agent on your end and the *RavenDB*.


Credentials required to connect to RavenDB Monitoring Endpoints are provided in this section. We also provide sample
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Credentials required to connect to RavenDB Monitoring Endpoints are provided in this section. We also provide sample
Credentials required to connect to *RavenDB Monitoring* Endpoints are provided in this section. We also provide sample

command you can use to test connection.

{INFO: }
SNMP Monitoring IPs entries
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
SNMP Monitoring IPs entries
*SNMP Monitoring* IPs entries

are [CIDR ranges](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
that define networks from which the connection is allowed.
{INFO/}

{PANEL/}

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,236 @@
# Cloud Portal: The Products Tab

{NOTE: }

The Products tab lets you [provision](../../cloud/cloud-overview#provisioning) a new cloud product, or manage an existing one.

You can provision products of three types: [Free](../../cloud/cloud-overview#the-free-tier),
[Development](../../cloud/cloud-overview#the-development-tier)
and [Production](../../cloud/cloud-overview#the-production-tier).

* In this page:
* [Provisioning a New Product](../../cloud/portal/cloud-portal-products-tab#provisioning-a-new-product)
* [View a Product Metrics](../../cloud/portal/cloud-portal-products-tab#view-a-product-metrics)
* [Managing an Existing Product](../../cloud/portal/cloud-portal-products-tab#managing-an-existing-product)
- [Change Instance Type and Storage](../../cloud/portal/cloud-portal-products-tab#change-instance-type-and-storage)
- [Security: Your Certificate and Allowed IPs](../../cloud/portal/cloud-portal-products-tab#security-your-certificate-and-allowed-ips)
- [Manage features](#manage-features)
- [Maintenance and Danger Zones: Terminate and Restart your Instance](../../cloud/portal/cloud-portal-products-tab#maintenance-and-danger-zones-terminate-and-restart-your-instance)
{NOTE/}

{PANEL: Provisioning a New Product}

To provision a new product, open your Portal's Products tab and click **Add Product**.

!["Figure 1 - Add Product"](images\portal-product-list-add-product-button.png "Figure 1 - Add Product")

The New Product wizard will open and walk you through the following simple stages:

A. [Plan](../../cloud/portal/cloud-portal-products-tab#a.-new-product-plan)
B. [Billing](../../cloud/portal/cloud-portal-products-tab#b.-new-product-billing)
C. [Customize](../../cloud/portal/cloud-portal-products-tab#c.-new-product-customize)
D. [Summary](../../cloud/portal/cloud-portal-products-tab#d.-new-product-summary)

---

####A. New Product: Plan
Use the Plan page to choose your product's cloud **Provider**, **Region** and **Tier**.

!["Figure 2 - Plan Provider Region & Tier"](images\provider-region-tier-selection.png "Figure 2 - Plan Provider Region & Tier")



1. **Cloud Provider**
Choose your cloud host. It can currently be one of three providers:
Amazon AWS, Microsoft Azure, and Google Cloud Platform.

2. **Region**
Select where your equipment would be physically located.


3. **Tier**
You can raise a [Free node](../../cloud/cloud-instances#a-free-cloud-node),
a [Development node](../../cloud/cloud-instances#a-development-cloud-server) or a
[Production cluster](../../cloud/cloud-instances#a-production-cloud-cluster).
Learn more about them in the [Tiers and Instances](../../cloud/cloud-instances) page.

---

####B. New Product: Billing
Enter your billing details and click Next,
or click **Skip Billing Information** to evaluate the cloud service using a basic free product.

!["Figure 3 - New Product: Billing"](images\portal-product-create-billing-section.png "Figure 3 - New Product: Billing")

---

####C. New Product: Customize
Choose your product's display name, release channel and allowed IP addresses.

!["Figure 4 - New Product: Customize"](images\portal-product-create-customize-section.png "Figure 4 - New Product: Customize")

The **Display Name** is simply the name that would appear in your Cloud Products tab.
{NOTE: Important }
The **Allowed IPs** section determines which addresses would be allowed to manage your database.
This adds an important layer to your database security on the network level.
You can read more about it in the [Security](../cloud-security#access-your-product) page.
{NOTE/}
---

####D. New Product: Summary
The Summary stage shows you your choices and lets you edit them if you wish.

!["Figure 5 - New Product: Summary"](images\portal-product-create-summary-section.png "Figure 5 - New Product: Summary")

---

When you finish defining your product, the cloud provisioning routine will show you
your new product's status until it's ready to go.

!["Figure 6 - New Product: Provisioning"](images\portal-product-list-product-creating.png "Figure 6 - New Product: Provisioning")

!["Figure 7 - New Product: Active"](images\portal-product-list-product-active.png "Figure 7 - New Product: Active")

{PANEL/}

---

{PANEL: View a Product Metrics}

!["Figure 8 - Product Metrics: General View"](images\portal-product-details-metrics.png "Figure 8 - Product Metrics: General View")

This allows you to analyse your machine resources for a selected time period and cluster node.
It's useful for analysing usage, instance overload and traffic.

{PANEL/}

---

{PANEL: Managing an Existing Product}

To modify an existing product, find it in the Products tab and click its Manage button.

!["Figure 9 - Manage Product: Manage Button"](images\portal-product-list-manage-button.png "Figure 9 - Manage Product: Manage Button")

This is a general view of the product details page:

!["Figure 10 - Product Details"](images\portal-product-details.png "Figure 10 - Manage Product: Product Details")

---

### Change Instance Type and Storage
You can view your configuration and change your product's instance type and storage size here.

!["Figure 11 - Manage Product tab"](images\portal-product-details-instance-parameters.png "Figure 11 - Manage Product: Instance Parameters")

---

* **Change Instance Type**
Use sliders to set your desired configuration. This can be changed later as you need to scale to changing data processing needs.

!["Figure 12 - Manage Product: Scale"](images\portal-product-details-edit-tier.png "Figure 12 - Manage Product: Change Tier")

More details can be found [here](../cloud-scaling#change-instance-type).

---

* **Change Storage**
Use this slider to modify your product's storage.

!["Figure 13 - Manage Product: Storage"](images\portal-product-details-edit-storage.png "Figure 13 - Manage Product: Change Storage")

More details can be found [here](../cloud-scaling#change-storage).

---

### Security: Your Certificate and Allowed IPs
Use the security tab to download your [certificate](../../cloud/cloud-security) or determine which addresses are
allowed to connect your database instance.

!["Figure 14 - Manage Product: Manage access"](images\portal-product-details-manage-access.png "Figure 14 - Manage Product: Access")

* **Download Certificate**
Click this button to download your certificate.
Your product will communicate only with trusted sources. Install this certificate only on trusted machines.

* **Regenerate Certificate**
Click this button to regenerate your certificate.
If your certificate has expired, you can regenerate a new one.
After this operation you need to download the certificate again using **Download Certificate** button.

{DANGER: }
The previous certificate is not going to be removed by this operation. Old certificates can be
removed using RavenDB Studio Certificates view.
{DANGER/}

* **Open Studio**
Click this button to open the RavenDB Studio of node A.

* **Edit**
Click this button to edit your product's list of Allowed IPs.

!["Figure 15 - Manage Product: Edit IPs"](images\portal-product-details-allowed-ips.png "Figure 15 - Manage Product: Edit Allowed IPs")

{INFO: We recommend fortifying your security by allowing access only to specific IPs}
You can increase your system's security further using this in-depth security measure and restrict access to
trusted sources, e.g. your application servers.
More details can be found in the [Security](../cloud-security#access-your-product) page.
{INFO/}

---

### Manage features

You can view features available for your product, enable, disable and configure them here.

{NOTE: Important }
After enabling features some of them must be configured to work properly.
{NOTE/}

!["Figure 16 - Manage Features: Enable features"](images/portal-product-features-disabled.png "Figure 16 - Manage Features: Enable features")

!["Figure 17 - Manage Features: Configure or disable features"](images/portal-product-features-enabled.png "Figure 17 - Manage Features: Configure or disable features")

Available features are described on [Product Features](../cloud-features) page.

---

### Maintenance and Danger Zones: Terminate and Restart your Instance
You can restart your product nodes, deploy additional tools and terminate your product here.

!["Figure 18 - Manage Product: Maintenance and Termination"](images\portal-product-details-maintenance-and-termination.png "Figure 18 - Manage Product: Terminate")

---

* **Maintenance Zone**
Use this tab to restart selected node and deploy RavenDB tools.

!["Figure 19 - Manage Product: Storage"](images\portal-product-details-maintenance-zone.png "Figure 19 - Manage Product: Maintenance Zone")

---

* **Danger Zone**
Use this tab's **Terminate** button to eliminate your cluster.

!["Figure 20 - Manage Product: Terminate"](images\portal-product-details-terminate-product.png "Figure 20 - Manage Product: Danger Zone")

{DANGER: }
Terminating your instance is **irreversible**. Your data and cluster properties will be permanently lost.
{DANGER/}

---

{PANEL/}

##Related Articles

[Overview](../../cloud/cloud-overview)

[The Backups Tab](../../cloud/portal/cloud-portal-backups-tab)
[The Billing & Costs Tab](../../cloud/portal/cloud-portal-billing-tab)
[The Support Tab](../../cloud/portal/cloud-portal-support-tab)
[The Account Tab](../../cloud/portal/cloud-portal-account-tab)

**Links**
[Register]( https://cloud.ravendb.net/user/register)
[Login]( https://cloud.ravendb.net/user/login)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading