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
|**Subscription**| Drop down and select your subscription. | The subscription where you create this virtual network. |
48
51
|**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 virtual network and other resources. By putting all your app resources in one resource group, you can easily manage or delete them together. |
49
-
|**Name**| Enter a virtual network name. | The name must: begin with a letter or number; end with a letter, number, or underscore; and contain only letters, numbers, underscores, periods, or hyphens. |
52
+
|**Virtual network name**| Enter a virtual network name. | The name must: begin with a letter or number; end with a letter, number, or underscore; and contain only letters, numbers, underscores, periods, or hyphens. |
50
53
|**Region**| Drop down and select a region. | Select a [region](https://azure.microsoft.com/regions/) near other services that use your virtual network. |
51
54
52
-
5. Select the **IP Addresses**tab or select the **Next: IP Addresses** button at the bottom of the page.
55
+
1. Select the **IP Addresses**pane or select the **Next: IP Addresses** button at the bottom of the pane.
53
56
54
-
6. In the **IP Addresses**tab, specify the **IPv4 address space**as one or more address prefixes in CIDR notation (for example, 192.168.1.0/24).
57
+
1. In the **IP Addresses**pane, specify the **IPv4 address space**or **IPv6 address space**. For this procedure, use **IPv4 address space**.
55
58
56
-
7.Under **Subnet name**, select on**default**to edit the subnet's properties.
59
+
1. Select **Add a subnet**. Under **Subnet name**, select **default**or add a name. You can also edit the subnet properties as needed for your application.
57
60
58
-
8. In the **Edit subnet** pane, specify a **Subnet name** and the **Subnet address range**. The subnet's address range should be in CIDR notation (for example, 192.168.1.0/24). It must be contained by the address space of the virtual network.
61
+
1. Select **Add**.
59
62
60
-
9. Select **Save**.
63
+
1. Select the **Review + create** pane or select the **Review + create** button.
61
64
62
-
10. Select the **Review + create** tab or select the **Review + create** button.
63
-
64
-
11. Verify that all the information is correct and select **Create** to create the virtual network.
65
+
1. Verify that all the information is correct and select **Create** to create the virtual network.
65
66
66
-
### 2. Create an Azure Managed Redis instance with a private endpoint connected to a Virtual Network Subnet
67
+
### Create an Azure Managed Redis instance with a private endpoint connected to a Virtual Network Subnet
67
68
68
69
To create a cache instance, follow these steps:
69
70
70
-
1. Go back to the Azure portal homepage or open the sidebar menu, then select **Create a resource**.
71
+
1. Go back to the Azure portal home page or open the sidebar menu, then select **Create a resource**.
71
72
72
-
1. In the search box, type _Azure Cache for Redis_. Refine your search to Azure services only, and select **Azure Cache for Redis**.
73
+
1. In the search box, type _Azure Managed Redis_. Refine your search to Azure services only, and select **Azure Managed Redis**.
73
74
74
-
1. On the **New Redis Cache**page, configure the settings for your new cache.
75
+
1. On the **New Redis Cache**pane, configure the settings for your new cache.
75
76
1. Select an Azure Managed Redis cache in **Cache SKU**.
76
77
1. Select an appropriate option in **Cache size**.
77
78
78
-
1. Select the **Networking**tab or select the **Networking**button at the bottom of the page.
79
+
1. Select the **Networking**pane or select the **Networking** at the bottom of the pane.
79
80
80
-
1. In the **Networking**tab, select **Private Endpoint** for the connectivity method.
81
+
1. In the **Networking**pane, select **Private Endpoint** for the connectivity method.
81
82
82
83
1. Select the **Add** button to create your private endpoint.
83
84
84
85
:::image type="content" source="media/private-link/3-add-private-endpoint.png" alt-text="In networking, add a private endpoint.":::
85
86
86
-
1. On the **Create a private endpoint**page, configure the settings for your private endpoint with the virtual network and subnet you created in the last section and select **OK**.
87
+
1. On the **Create a private endpoint**pane, configure the settings for your private endpoint with the virtual network and subnet you created in the last section and select **OK**.
87
88
88
-
1.Select the **Next: Advanced**tab or select the **Next: Advanced** button on the bottom of the page.
89
+
1.On the **Active geo-replication**pane, make the setting required for your resource.
89
90
90
-
1.In the **Advanced**tab for a basic or standard cache instance, select the enable toggle if you want to enable a non-TLS port.
91
+
1.Select the **Next: Advanced**pane or select the **Next: Advanced** button on the bottom of the pane.
91
92
92
-
1. In the **Advanced**tab for premium cache instance, configure the settings for non-TLS port, clustering, and data persistence.
93
+
1. In the **Advanced**pane for Azure Managed Redis instance, configure the settings needed for your resource.
93
94
94
-
1. Select the **Next: Tags**tab or select the **Next: Tags** button at the bottom of the page.
95
+
1. Select the **Next: Tags**pane or select the **Next: Tags** button at the bottom of the pane.
95
96
96
-
1. Optionally, in the **Tags**tab, enter the name and value if you wish to categorize the resource.
97
+
1. Optionally, in the **Tags**pane, enter the name and value if you wish to categorize the resource.
97
98
98
-
1. Select **Review + create**. You're taken to the Review + create tab where Azure validates your configuration.
99
+
1. Select **Review + create**. You're taken to the Review + create pane where Azure validates your configuration.
99
100
100
101
1. After the green Validation passed message appears, select **Create**.
101
102
102
-
It takes a while for the cache to create. You can monitor progress on the Azure Managed Redis **Overview**page. When **Status** shows as **Running**, the cache is ready to use.
103
+
It takes a while for the cache to create. You can monitor progress on the Azure Managed Redis **Overview**pane. When **Status** shows as **Running**, the cache is ready to use.
103
104
104
-
## Create a private endpoint with an existing Azure Managed Redis instance
105
+
## Create a private endpoint for use with an existing Azure Managed Redis instance
105
106
106
107
In this section, you add a private endpoint to an existing Azure Managed Redis instance.
107
108
108
-
### 1. Create a virtual network wuth Subnet for your existing cache
109
-
110
-
To create a virtual network, follow these steps:
111
-
112
-
1. Sign in to the [Azure portal](https://portal.azure.com) and select **Create a resource**.
113
-
114
-
1. On the **New** page, select **Networking** and then select **Virtual network**.
109
+
1. The first step is to [create a virtual network](#create-a-virtual-network-with-subnet) for use with your existing cache.
110
+
1. Then, you open your cache in the portal and add the subnet that you created to in the first step.
115
111
116
-
1. Select **Add** to create a virtual network.
112
+
### Create a virtual network with a subnet for your existing cache
117
113
118
-
1. In **Create virtual network**, enter or select this information in the **Basics** tab:
114
+
To create a virtual network, follow these [steps](#create-a-virtual-network-with-subnet).
|**Subscription**| Drop down and select your subscription. | The subscription where you create this virtual network. |
123
-
|**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 virtual network and other resources. By putting all your app resources in one resource group, you can easily manage or delete them together. |
124
-
|**Name**| Enter a virtual network name. | The name must: begin with a letter or number; end with a letter, number, or underscore; and contain only letters, numbers, underscores, periods, or hyphens. |
125
-
|**Region**| Drop down and select a region. | Select a [region](https://azure.microsoft.com/regions/) near other services that use your virtual network. |
126
-
127
-
1. Select the **IP Addresses** tab or select the **Next: IP Addresses** button at the bottom of the page.
128
-
129
-
1. In the **IP Addresses** tab, specify the **IPv4 address space** as one or more address prefixes in CIDR notation (for example, 192.168.1.0/24).
130
-
131
-
1. Under **Subnet name**, select on **default** to edit the subnet's properties.
132
-
133
-
1. In the **Edit subnet** pane, specify a **Subnet name** and the **Subnet address range**. The subnet's address range should be in CIDR notation (for example, 192.168.1.0/24). It must be contained by the address space of the virtual network.
134
-
135
-
1. Select **Save**.
136
-
137
-
1. Select the **Review + create** tab or select the **Review + create** button.
138
-
139
-
1. Verify that all the information is correct and select **Create** to create the virtual network.
140
-
141
-
### 2. Add a private endpoint for your existing Azure Managed Redis
116
+
### Add a private endpoint to an existing Azure Managed Redis cache
142
117
143
118
To create a private endpoint, follow these steps:
144
119
145
-
1. In the Azure portal, search for **Azure Cache for Redis**. Then, press enter or select it from the search suggestions for your cache.
146
-
147
-
1. Select the cache instance you want to add a private endpoint to.
120
+
1. In the Azure portal, select the cache instance you want to add a private endpoint to.
148
121
149
-
1.On the left side of the screen, select **Private Endpoint**.
122
+
1.Select **Private Endpoint** from the resource menu to create your private endpoint for your cache.
150
123
151
-
1. Select the **Private Endpoint** button to create your private endpoint.
152
-
153
-
1. On the **Create a private endpoint page**, configure the settings for your private endpoint.
124
+
1. On the **Create a private endpoint** pane, configure the settings for your private endpoint.
|**Subscription**| Drop down and select your subscription. | The subscription where you create this private endpoint. |
158
129
|**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 private endpoint and other resources. By putting all your app resources in one resource group, you can easily manage or delete them together. |
159
130
|**Name**| Enter a private endpoint name. | The name must: begin with a letter or number; end with a letter, number, or underscore; and can contain only letters, numbers, underscores, periods, or hyphens. |
131
+
|**Network Interface Name**| Autogenerated based on the **Name**. | The name must: begin with a letter or number; end with a letter, number, or underscore; and can contain only letters, numbers, underscores, periods, or hyphens. |
160
132
|**Region**| Drop down and select a region. | Select a [region](https://azure.microsoft.com/regions/) near other services that use your private endpoint. |
161
133
162
-
1. Select the **Next: Resource** button at the bottom of the page.
163
-
164
-
1. In the **Resource** tab, select your subscription, choose the resource type as `Microsoft.Cache/redisEnterprise`, and then select the cache you want to connect the private endpoint to.
134
+
1. Select the **Next: Resource** at the bottom of the pane.
165
135
166
-
1. Select the **Next: Configuration** button at the bottom of the page.
136
+
1. In the **Resource** pane, select your **Subscription**.
137
+
1. Then, choose the **Resource type** as `Microsoft.Cache/redisEnterprise`.
138
+
1. Then select the cache you want to connect the private endpoint to for the **Resource** property.
167
139
168
-
1. Select the **Next: Virtual Network** button at the bottom of the page.
140
+
1. Select the **Next: Virtual Network** button at the bottom of the pane.
169
141
170
-
1. In the **Configuration**tab, select the virtual network and subnet you created in the previous section.
142
+
1. In the **Virtual Network**pane, select the **Virtual Nnetwork** and **Subnet** you created in the previous section.
171
143
172
-
1. In the **Virtual Network** tab, select the virtual network and subnet you created in the previous section.
144
+
<!-- We don't talk about DNS zones -->
173
145
174
-
1. Select the **Next: Tags** button at the bottom of the page.
146
+
1. Select the **Next: Tags** button at the bottom of the pane.
175
147
176
-
1. Optionally, in the **Tags**tab, enter the name and value if you wish to categorize the resource.
148
+
1. Optionally, in the **Tags**pane, enter the name and value if you wish to categorize the resource.
177
149
178
-
1. Select **Review + create**. You're taken to the **Review + create**tab where Azure validates your configuration.
150
+
1. Select **Review + create**. You're taken to the **Review + create**pane where Azure validates your configuration.
179
151
180
152
1. After the green **Validation passed** message appears, select **Create**.
181
153
182
154
> [!IMPORTANT]
183
155
>
184
156
> There is currently no `publicNetworkAccess` property for Azure Managed Redis resource.
185
-
> If there is a Private Endpoint connected to the Azure Managed Redis resource, it would only accept private traffic from the Virtual Network it's connected to
186
-
> If you delete the Private Endpoint, the resource will automatically be opened to public network access
157
+
> If there is a Private Endpoint connected to the Azure Managed Redis resource, it would only accept private traffic from the Virtual Network it's connected to.
158
+
> If you delete the Private Endpoint, the resource is automatically opened to public network access.
159
+
187
160
## Create an AMR connected to a private endpoint using Azure PowerShell
188
161
189
162
To create a private endpoint named _MyPrivateEndpoint_ for an existing Azure Managed Redis instance, run the following PowerShell script. Replace the variable values with the details for your environment:
@@ -295,7 +268,7 @@ To remove a private endpoint, use the following CLI command:
295
268
az network private-endpoint delete --name MyPrivateEndpoint --resource-group MyResourceGroup
296
269
```
297
270
## Azure Managed Redis Private Endpoint Private DNS zone value
298
-
Your application should connect to `<cachename>.<region>.redis.azure.net` on port `10000`. A private DNS zone, named `*.privatelink.redis.azure.net`, is automatically created in your subscription. The private DNS zone is vital for establishing the TLS connection with the private endpoint. We recommend avoiding the use of `<cachename>.privatelink.redis.azure.net` in configuration for client connection.
271
+
Your application should connect to `<cachename>.<region>.redis.azure.net` on port `10000`. A private DNS zone, named `*.privatelink.redis.azure.net`, is automatically created in your subscription. The private DNS zone is vital for espanelishing the TLS connection with the private endpoint. We recommend avoiding the use of `<cachename>.privatelink.redis.azure.net` in configuration for client connection.
299
272
300
273
For more information, see [Azure services DNS zone configuration](/azure/private-link/private-endpoint-dns).
Copy file name to clipboardExpand all lines: articles/redis/troubleshoot-connectivity.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,8 @@ You can confirm the number of sent packets is equal to the received packets. Con
68
68
Steps to check your private endpoint configuration:
69
69
70
70
1. Verify if your private endpoint is configured correctly. For more information, see [Create a private endpoint with a new Azure Managed Redis instance](private-link.md#create-a-private-endpoint-with-a-new-azure-managed-redis-instance).
71
+
1.
72
+
1.
71
73
72
74
1. Verify if your application is connecting to `<instancename>.<region>.redis.azure.net` on port 10000. We recommend avoiding the use of `<instancename>.<region>.privatelink.redis.cache.windows.net` in the configuration or the connection string.
0 commit comments