|
| 1 | +--- |
| 2 | +title: 'Quickstart: Create an Enterprise tier cache' |
| 3 | +description: In this quickstart, learn how to create an instance of Azure Cache for Redis Enterprise tier |
| 4 | +author: yegu-ms |
| 5 | +ms.author: yegu |
| 6 | +ms.service: cache |
| 7 | +ms.custom: mvc |
| 8 | +ms.topic: quickstart |
| 9 | +ms.date: 05/12/2020 |
| 10 | +#Customer intent: As a developer new to Azure Cache for Redis, I want to create an instance of Azure Cache for Redis Enterprise tier. |
| 11 | +--- |
| 12 | +# Quickstart: Create an Enterprise tier cache (preview) |
| 13 | + |
| 14 | +Azure Cache for Redis' Enterprise tiers provide fully integrated and managed [Redis Enterprise](https://redislabs.com/redis-enterprise/) on Azure. They're currently available as a preview. There are two new tiers in this preview: |
| 15 | +* Enterprise, which uses volatile memory (DRAM) on a virtual machine to store data |
| 16 | +* Enterprise SSD, which uses both volatile and non-volatile memory (NVMe) to store data. |
| 17 | + |
| 18 | +There isn't any cost for joining the preview. Register through the [Azure Marketplace](https://aka.ms/redispreviewsignup/) if you're interested. We have very limited number of participant spots and can't guarantee that you'll be accepted into the preview. |
| 19 | + |
| 20 | +## Prerequisites |
| 21 | + |
| 22 | +You'll need an Azure subscription before you begin. If you don't have one, create a [free account](https://azure.microsoft.com/free/) first. |
| 23 | + |
| 24 | +## Create a cache |
| 25 | +1. To create a cache, sign in to the Azure portal using the link in your preview invitation and select **Create a resource**. |
| 26 | + |
| 27 | + > [!IMPORTANT] |
| 28 | + > Don't subscribe to *Azure Cache for Redis, Enterprise Tiers* in the Marketplace directly. |
| 29 | + > This step is performed by the Azure Cache for Redis portal UI automatically. |
| 30 | + > |
| 31 | + |
| 32 | +1. On the **New** page, select **Databases** and then select **Azure Cache for Redis**. |
| 33 | + |
| 34 | +  |
| 35 | + |
| 36 | +1. On the **New Redis Cache** page, configure the settings for your new cache. |
| 37 | + |
| 38 | + | Setting | Suggested value | Description | |
| 39 | + | ------------ | ------- | -------------------------------------------------- | |
| 40 | + | **Subscription** | Drop down and select your subscription. | The subscription under which to create this new Azure Cache for Redis instance. | |
| 41 | + | **Resource group** | Drop down and select a resource group, or select **Create new** and enter a new resource group name. | Name for the resource group in which to create your cache and other resources. By putting all your app resources in one resource group, you can easily manage or delete them together. | |
| 42 | + | **DNS name** | Enter a globally unique name. | The cache name must be a string between 1 and 63 characters that contains only numbers, letters, or hyphens. The name must start and end with a number or letter, and can't contain consecutive hyphens. Your cache instance's *host name* will be *\<DNS name>.<Azure region>.redisenterprise.cache.azure.net*. | |
| 43 | + | **Location** | Drop down and select a location. | Enterprise tiers are available in West US, East US 2, and West Europe. | |
| 44 | + | **Cache tier** | Drop down and select an *Enterprise DRAM* or *Enterprise SSD* tier and a size. | The tier determines the size, performance, and features that are available for the cache. | |
| 45 | + |
| 46 | +  |
| 47 | + |
| 48 | +1. Select **Next: Networking** and skip. |
| 49 | + |
| 50 | + > [!NOTE] |
| 51 | + > Support for private link will come later. |
| 52 | + > |
| 53 | +
|
| 54 | +1. Select **Next: Advanced**. |
| 55 | + |
| 56 | + You can keep the default settings or change them as appropriate. When turning on **Allow access only via TLS**, you must use TLS to access the new cache from your application. |
| 57 | + |
| 58 | +  |
| 59 | + |
| 60 | + > [!NOTE] |
| 61 | + > Redis Modules aren't supported in Enterprise SSD tier yet. If you plan to use a Redis Module, |
| 62 | + > be sure to choose an Enterprise tier cache. |
| 63 | + > |
| 64 | + |
| 65 | +1. Select **Next: Tags** and skip. |
| 66 | + |
| 67 | +1. Select **Next: Summary**. |
| 68 | + |
| 69 | +  |
| 70 | + |
| 71 | +1. Click the checkbox under **Terms**, review the settings, and then select **Review + create**. |
| 72 | + |
| 73 | + It takes some time for the cache to create. You can monitor progress on the Azure Cache for Redis **Overview** page. When **Status** shows as **Running**, the cache is ready to use. |
| 74 | + |
| 75 | + > [!NOTE] |
| 76 | + > Some time after the Enterprise tier cache is created, you'll receive an **Action required** |
| 77 | + > email from Azure Marketplace to configure *Azure Cache for Redis, Enterprise Tiers*. This |
| 78 | + > action isn't needed. You can safely ignore that email. |
| 79 | + > |
| 80 | +
|
| 81 | +## Next steps |
| 82 | + |
| 83 | +In this quickstart, you learned how to create an Enterprise tier instance of Azure Cache for Redis. |
| 84 | + |
| 85 | +> [!div class="nextstepaction"] |
| 86 | +> [Create an ASP.NET web app that uses an Azure Cache for Redis.](./cache-web-app-howto.md) |
| 87 | +
|
0 commit comments