Skip to content

Commit bc96227

Browse files
committed
added file for bug fix
1 parent c3210ac commit bc96227

File tree

1 file changed

+119
-0
lines changed

1 file changed

+119
-0
lines changed
Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
---
2+
title: Azure Cache for Redis with Azure Private Link
3+
description: Learn how to create a Private Endpoint on the Enterprise tier using the Azure portal.
4+
5+
ms.topic: how-to
6+
ms.date: 11/12/2024
7+
appliesto:
8+
- ✅ Azure Cache for Redis
9+
10+
#CustomerIntent: As a developer using the Enterprise tier, I want to understand private and public access so that make the right choices for my cache implementation.
11+
---
12+
13+
<!--
14+
Remove all the comments in this template before you sign-off or merge to the main branch.
15+
16+
This template provides the basic structure of a How-to article pattern. See the
17+
[instructions - How-to](../level4/article-how-to-guide.md) in the pattern library.
18+
19+
You can provide feedback about this template at: https://aka.ms/patterns-feedback
20+
21+
How-to is a procedure-based article pattern that show the user how to complete a task in their own environment. A task is a work activity that has a definite beginning and ending, is observable, consist of two or more definite steps, and leads to a product, service, or decision.
22+
23+
-->
24+
25+
<!-- 1. H1 -----------------------------------------------------------------------------
26+
27+
Required: Use a "<verb> * <noun>" format for your H1. Pick an H1 that clearly conveys the task the user will complete.
28+
29+
For example: "Migrate data from regular tables to ledger tables" or "Create a new Azure SQL Database".
30+
31+
* Include only a single H1 in the article.
32+
* Don't start with a gerund.
33+
* Don't include "Tutorial" in the H1.
34+
35+
-->
36+
37+
# Using private or public access for your Enterprise caches
38+
39+
<!-- 2. Introductory paragraph ----------------------------------------------------------
40+
41+
Required: Lead with a light intro that describes, in customer-friendly language, what the customer will do. Answer the fundamental “why would I want to do this?” question. Keep it short.
42+
43+
Readers should have a clear idea of what they will do in this article after reading the introduction.
44+
45+
* Introduction immediately follows the H1 text.
46+
* Introduction section should be between 1-3 paragraphs.
47+
* Don't use a bulleted list of article H2 sections.
48+
49+
Example: In this article, you will migrate your user databases from IBM Db2 to SQL Server by using SQL Server Migration Assistant (SSMA) for Db2.
50+
51+
-->
52+
53+
TODO: Add your introductory paragraph
54+
55+
<!---Avoid notes, tips, and important boxes. Readers tend to skip over them. Better to put that info directly into the article text.
56+
57+
-->
58+
59+
<!-- 3. Prerequisites --------------------------------------------------------------------
60+
61+
Required: Make Prerequisites the first H2 after the H1.
62+
63+
* Provide a bulleted list of items that the user needs.
64+
* Omit any preliminary text to the list.
65+
* If there aren't any prerequisites, list "None" in plain text, not as a bulleted item.
66+
67+
-->
68+
69+
## Prerequisites
70+
71+
TODO: List the prerequisites
72+
73+
<!-- 4. Task H2s ------------------------------------------------------------------------------
74+
75+
Required: Multiple procedures should be organized in H2 level sections. A section contains a major grouping of steps that help users complete a task. Each section is represented as an H2 in the article.
76+
77+
For portal-based procedures, minimize bullets and numbering.
78+
79+
* Each H2 should be a major step in the task.
80+
* Phrase each H2 title as "<verb> * <noun>" to describe what they'll do in the step.
81+
* Don't start with a gerund.
82+
* Don't number the H2s.
83+
* Begin each H2 with a brief explanation for context.
84+
* Provide a ordered list of procedural steps.
85+
* Provide a code block, diagram, or screenshot if appropriate
86+
* An image, code block, or other graphical element comes after numbered step it illustrates.
87+
* If necessary, optional groups of steps can be added into a section.
88+
* If necessary, alternative groups of steps can be added into a section.
89+
90+
-->
91+
## Using private access
92+
TODO: Add introduction sentence(s)
93+
[Include a sentence or two to explain only what is needed to complete the procedure.]
94+
TODO: Add ordered list of procedure steps
95+
1. Step 1
96+
1. Step 2
97+
1. Step 3
98+
99+
## Using public access
100+
TODO: Add introduction sentence(s)
101+
[Include a sentence or two to explain only what is needed to complete the procedure.]
102+
TODO: Add ordered list of procedure steps
103+
1. Step 1
104+
1. Step 2
105+
1. Step 3
106+
107+
<!--
108+
## "\<verb\> * \<noun\>"
109+
TODO: Add introduction sentence(s)
110+
[Include a sentence or two to explain only what is needed to complete the procedure.]
111+
TODO: Add ordered list of procedure steps
112+
1. Step 1
113+
1. Step 2
114+
1. Step 3 -->
115+
116+
## Related content
117+
118+
- To learn more about Azure Private Link, see the [Azure Private Link documentation](../private-link/private-link-overview.md).
119+
- To compare various network isolation options for your cache, see [Azure Cache for Redis network isolation options documentation](cache-network-isolation.md).

0 commit comments

Comments
 (0)