Skip to content

Commit 1f07a28

Browse files
vars
1 parent acb9160 commit 1f07a28

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/content/partials/networking-services/mconn/configure-connectors.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ You cannot enable high availability for an existing { props.magicWord === "virtu
250250
inline={false}
251251
/>
252252

253-
<Render file="mconn/licence-keys" product="networking-services" />
253+
<Render file="mconn/licence-keys" product="networking-services" params={{ virtualConnectorName: props.productNameVirtual }} />
254254

255255
<Markdown
256256
text={`
@@ -282,7 +282,7 @@ You cannot enable high availability for an existing { props.magicWord === "virtu
282282
inline={false}
283283
/>
284284

285-
<Render file="mconn/licence-keys" product="networking-services" />
285+
<Render file="mconn/licence-keys" product="networking-services" params={{ virtualConnectorName: props.productNameVirtual }} />
286286

287287
<Markdown
288288
text={`
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
{}
2+
params:
3+
- virtualConnectorName
34
---
45

56

67

78
:::note
8-
You cannot use the same license key twice, or reuse a key once the virtual machine has been registered with Cloudflare. You need a new key from your account team for every new Virtual Connector.
9+
You cannot use the same license key twice, or reuse a key once the virtual machine has been registered with Cloudflare. You need a new key from your account team for every new {props.virtualConnectorName}.
910
:::

0 commit comments

Comments
 (0)