# Elastic Cloud on Azure

**URL:** https://discuss.elastic.co/t/elastic-cloud-on-azure/199419
**Category:** Elasticsearch
**Created:** [September 13, 2019, 11:33am UTC](https://discuss.elastic.co/t/elastic-cloud-on-azure/199419 "2019-09-13T11:33:44Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![RichardH](https://avatars.discourse-cdn.com/v4/letter/r/9de0a6/32.png) [@RichardH](https://discuss.elastic.co/u/RichardH)
#### Post date: [September 13, 2019, 11:33am UTC](https://discuss.elastic.co/t/elastic-cloud-on-azure/199419/1 "2019-09-13T11:33:44Z")

</div>

We will be rolling out our first production elastic cluster. At this stage we are looking at pros and cons of on prem vs cloud, however even when to comes to cloud we need to decide between provisioning on [cloud.elastic.co](http://cloud.elastic.co) into Azure or provisioning the elasticsearch solution from the Azure marketplace. Azure is our prefered cloud provider. Provisioning directly in Azure lets me select a closer data centre wheres provisioning from cloud.elastic into Azure only allows 2 different Azure regions. Also, if we provision directly in Azure we can use our existing tenant (and therefore the VPN connectivity into that tenant).

So, in theory, using the elasticsearch solution in the Azure marketplace seems preferable, but am I missing something?

---

<div class="post-metadata">

### Author: ![forloop](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/forloop/32/9021_2.png) [@forloop](https://discuss.elastic.co/u/forloop)
#### Post date: [September 16, 2019, 12:20am UTC](https://discuss.elastic.co/t/elastic-cloud-on-azure/199419/2 "2019-09-16T00:20:49Z")

</div>

[Elasticsearch Service on Azure](https://www.elastic.co/products/elasticsearch/service) is hosted Elasticsearch and Kibana as part of Elastic Cloud. It's currently a beta release and available in two regions to begin, but expect more regions in the future.

[Elasticsearch on the Azure Marketplace](https://azuremarketplace.microsoft.com/en-au/marketplace/apps/elastic.elasticsearch) is an Azure Resource Manager (ARM) solution template offering that takes care of deploying and configuring Azure resources in your subscription, to setup an Elasticsearch cluster and optional Kibana and Logstash instances. The [ARM template can also be deployed](https://www.elastic.co/guide/en/elastic-stack-deploy/current/azure-arm-template-getting-started.html) from [the public GitHub repository](https://github.com/elastic/azure-marketplace).

There are many differences between the two, and it might be worthwhile getting in touch with us to have a conversation about them in more detail. Here are the biggest ones that come to mind, though this is a non-exhaustive list 🙂

### Elasticsearch cluster topologies and Availability

_Elasticsearch Service_ is a hosted solution that deploys a cluster with Kibana, APM and Machine Learning in minutes. You can choose from a few different cluster topologies like High Memory, Hot/Warm, etc. to suit your use case. The cluster can be deployed for High Availability by deploying nodes across [Availability Zones](https://azure.microsoft.com/en-au/global-infrastructure/availability-zones/).

* * *

_Elasticsearch ARM template_ can deploy clusters with dedicated master, data and coordinating nodes, and you can choose the VM SKUs for each. The configuration of each node role is homogeneous however i.e. all data nodes are configured with the same SKU, JVM heap, etc. so it is not possible to configure a Hot/Warm architecture out of the box. The ARM template deploys each set of node roles into its own [Availability Set](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-availability-sets) for High Availability. The template does not use Availability Zones since they are not available in all regions into which the template can be deployed.

### Elastic Stack features, snapshots, scaling up/down, and upgrades

_Elasticsearch Service_ comes bundled with The Elastic Stack features like Core security (Basic Authentication, TLS, RBAC), APM, Monitoring, plus others, which are configured by default. The [Pricing tier](https://www.elastic.co/products/elasticsearch/service/pricing) chosen determines what Elastic Stack features are available to use. For example, being able to configure a SAML security realm for [Single Sign-On with Azure Active Directory](https://www.elastic.co/blog/saml-based-single-sign-on-with-elasticsearch-and-azure-active-directory), or using the [SQL ODBC client to connect Elasticsearch with other BI tools like Tableau, PowerBI, Excel, etc.](https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-client-apps.html) requires the Platinum tier of Elasticsearch Service.

Cluster data is automatically snapshotted every 30 minutes, with varying snapshot retention policies.

Scaling up or down or Upgrading Elasticsearch Service is a single button click process, and the service takes care of all of the operations needed to perform the in-place operation in the background, without downtime.

* * *

_Elasticsearch ARM template_ is a Bring-Your-Own-License (BYOL) solution. It deploys the default distribution that includes The Elastic Stack features, and the license level applied determines which features are available to use. The Azure Marketplace deployment always deploys with a 30-day trial license (Platinum features), and any [license level from Basic to Platinum can be applied](https://www.elastic.co/subscriptions) either before or after the trial expires.

Cluster data is not snapshotted by default. A template deployment from the command line using Azure CLI/PowerShell can be configured with repository-azure plugin to snapshot data to an Azure storage account, and once configured, snapshots are not automatically taken but would need to be manually triggered (or automated by you).

Upgrading a deployment from _Elasticsearch ARM template_ is the same process as upgrading Elastricsearch on your own bare-metal or cloud provisioned infrastructure, requiring you to SSH into VMs, download the new version, and go through the upgrade process steps.

Scaling up a cluster requires provisioning new resources and including them in the cluster. Since the ARM template deploys in incremental mode by default, it is possible to scale up the number of data and coordinating nodes by deploying the exact same template and parameters (except for data or coordinating node count) into an existing resource group where a previous deployment has been performed. This is something that should be done only when dedicated master nodes are used. Scaling down a cluster is not supported.

### Management, support and cost

_Elasticsearch Service_ is monitored 24/7, and Elastic engineers are notified if network or hardware looks to be playing up. Depending on [Pricing tier](https://www.elastic.co/products/elasticsearch/service/pricing) chosen, Elasticsearch Service can come with dedicated support with SLAs, from the folks that know and understand the products well. As a hosted service, you can focus on using the products to solve business problems, and let Elastic manage the infrastructure. The cost of Elasticsearch service can be reasonably calculated with the [pricing calculator](https://cloud.elastic.co/pricing).

* * *

With _Elasticsearch ARM template_, you are responsible for managing all of the Azure resources deployed, which reside in one of your subscriptions. Depending on [Subscription tier](https://www.elastic.co/subscriptions), a license/subscription can come with dedicated support with SLAs, from the folks that know and understand the products well. Since The Elastic Stack is deployed in your subscription, diagnostics and other metadata would be provided by you to Elastic engineers in a support scenario.

The cost of deploying the _Elasticsearch ARM template_ will vary depending on the cluster topology deployed and the VM SKUs chosen for each of the VMs within the cluster. It will also vary depending on which Azure region you decide to deploy to. Because there are a number of variables involved, a cost needs to be calculated on a case-by-case basis. At a minimum though, you will pay for all Azure resources deployed by the template. The [Azure pricing calculator](https://azure.microsoft.com/en-us/pricing/calculator/) can help in providing a reasonable estimate. In addition to the cost of Azure resources, [Elastic Stack Gold and Platinum features](https://www.elastic.co/subscriptions) require a license to be purchased, the cost of which is also dependent on a number of factors; it's best to get in touch with us to discuss.

---

<div class="post-metadata">

### Author: ![RichardH](https://avatars.discourse-cdn.com/v4/letter/r/9de0a6/32.png) [@RichardH](https://discuss.elastic.co/u/RichardH)
#### Post date: [September 16, 2019, 5:03am UTC](https://discuss.elastic.co/t/elastic-cloud-on-azure/199419/3 "2019-09-16T05:03:40Z")

</div>

Thank you. That helps a lot

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [October 14, 2019, 5:03am UTC](https://discuss.elastic.co/t/elastic-cloud-on-azure/199419/4 "2019-10-14T05:03:44Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
