Skip to content

Commit 68cb0a4

Browse files
[MCN] DashButton (#25489)
* added mcn routes * added cloud integrations * cloud onramps * address space * cloud on-ramps * removed extra entry * cloud integration * bold * bold * refined text
1 parent 6b935d6 commit 68cb0a4

File tree

4 files changed

+147
-99
lines changed

4 files changed

+147
-99
lines changed

src/content/dash-routes/index.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,21 @@
6666
"deeplink": "/?to=/:account/carbon",
6767
"parent": ["Analytics & Logs"]
6868
},
69+
{
70+
"name": "Cloud on-ramps",
71+
"deeplink": "/?to=/:account/magic-wan/cloud-onramp/list",
72+
"parent": ["Magic Cloud Networking"]
73+
},
74+
{
75+
"name": "Address Space",
76+
"deeplink": "/?to=/:account/magic-wan/configuration/magic_wan_address_space",
77+
"parent": ["Magic Cloud Networking"]
78+
},
79+
{
80+
"name": "Cloud integrations",
81+
"deeplink": "/?to=/:account/mcn/integrations",
82+
"parent": ["Magic Cloud Networking"]
83+
},
6984
{
7085
"name": "Magic monitoring",
7186
"deeplink": "/?to=/:account/network-monitoring",

src/content/docs/magic-cloud-networking/get-started.mdx

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sidebar:
66

77
---
88

9+
import { DashButton } from "~/components";
10+
911
To get started with Magic Cloud Networking (beta) you need to give Cloudflare permission to interact with cloud providers on your behalf. You might have multiple provider accounts for the same cloud provider — for example, you might want Cloudflare to manage virtual private clouds (VPCs) belonging to two different AWS accounts.
1012

1113
Once Cloudflare has the credentials required to access your cloud environments, Magic Cloud Networking will automatically begin discovering your cloud resources — like routing tables and virtual private networks. Discovered resources appear in your [Cloud resource catalog](/magic-cloud-networking/manage-resources/#cloud-resource-catalog).
@@ -14,12 +16,14 @@ Once Cloudflare has the credentials required to access your cloud environments,
1416

1517
### 1. Create integration
1618

17-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account.
18-
2. Select **Networking** > **Cloud integrations**.
19-
3. Select **Add** > **AWS integration**.
20-
4. Give a descriptive name to your integration. Optionally, you can also add a description for it.
21-
5. Select **Create integration**.
22-
6. Select **Authorize access** to start the process of connecting your Cloudflare account to Amazon AWS.
19+
1. In the Cloudflare dashboard, go to **Cloud integrations**.
20+
21+
<DashButton url="/?to=/:account/mcn/integrations" />
22+
23+
2. Select **Add** > **AWS integration**.
24+
3. Give a descriptive name to your integration. Optionally, you can also add a description for it.
25+
4. Select **Create integration**.
26+
5. Select **Authorize access** to start the process of connecting your Cloudflare account to Amazon AWS.
2327

2428
### 2. Create IAM policy
2529

@@ -78,12 +82,14 @@ The first discovery of resources may not succeed in all regions, while the IAM p
7882

7983
### 1. Create integration
8084

81-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account.
82-
2. Select **Networking** > **Cloud integrations**.
83-
3. Select **Add** > **Azure integration**.
84-
4. Give a descriptive name to your integration. Optionally, you can also add a description for it.
85-
5. Select **Create integration**.
86-
6. Select **Authorize access** to start the process of connecting your Cloudflare account to Microsoft Azure.
85+
1. In the Cloudflare dashboard, go to **Cloud integrations**.
86+
87+
<DashButton url="/?to=/:account/mcn/integrations" />
88+
89+
2. Select **Add** > **Azure integration**.
90+
3. Give a descriptive name to your integration. Optionally, you can also add a description for it.
91+
4. Select **Create integration**.
92+
5. Select **Authorize access** to start the process of connecting your Cloudflare account to Microsoft Azure.
8793

8894
### 2. Authorize access to your Azure account
8995

@@ -113,12 +119,14 @@ The first discovery of resources may not succeed in all regions, while the IAM p
113119

114120
### 1. Create integration
115121

116-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account.
117-
2. Select **Networking** > **Cloud integrations**.
118-
3. Select **Add** > **Google integration**.
119-
4. Give a descriptive name to your integration. Optionally, you can also add a description for it.
120-
5. Select **Create integration**.
121-
6. Select **Authorize access** to start the process of connecting your Cloudflare account to Google Cloud.
122+
1. In the Cloudflare dashboard, go to **Cloud integrations**.
123+
124+
<DashButton url="/?to=/:account/mcn/integrations" />
125+
126+
2. Select **Add** > **Google integration**.
127+
3. Give a descriptive name to your integration. Optionally, you can also add a description for it.
128+
4. Select **Create integration**.
129+
5. Select **Authorize access** to start the process of connecting your Cloudflare account to Google Cloud.
122130

123131
### 2. Authorize access to your Google account
124132

src/content/docs/magic-cloud-networking/manage-resources.mdx

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sidebar:
66

77
---
88

9+
import { DashButton } from "~/components";
10+
911
## Cloud resource catalog
1012

1113
Your cloud environment is built from individual cloud resources, like virtual private clouds (VPCs), subnets, virtual machines (VMs), route tables, and routes. Magic Cloud Networking (beta) discovers all of your cloud resources and stores their configuration and status in the Cloud resource catalog, a read-only snapshot of your cloud environment. Discovery runs regularly in the background, keeping your catalog up to date as your environment changes.
@@ -14,27 +16,33 @@ When Magic Cloud Networking creates or modifies configurations in the cloud prov
1416

1517
To browse the resources in your catalog:
1618

17-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account.
18-
2. Select **Networking** > **Cloud integrations**.
19-
3. Go to **Resource catalog**.
20-
4. Select a resource to inspect its details.
19+
1. In the Cloudflare dashboard, go to **Cloud integrations**.
20+
21+
<DashButton url="/?to=/:account/mcn/integrations" />
22+
23+
2. Go to **Resource catalog**.
24+
3. Select a resource to inspect its details.
2125

2226
## Edit Cloud integrations
2327

24-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account.
25-
2. Select **Networking** > **Cloud integrations**.
26-
3. Select the integration you want to edit > **Edit**.
27-
4. In **Credentials**, select **I would like to update my credentials**, and make the required changes to your credentials.
28-
5. Select **Save** when you are finished.
29-
6. (Optional) You can also select **Delete** to delete your cloud integration.
28+
1. In the Cloudflare dashboard, go to **Cloud integrations**.
29+
30+
<DashButton url="/?to=/:account/mcn/integrations" />
31+
32+
2. Select the integration you want to edit > **Edit**.
33+
3. In **Credentials**, select **I would like to update my credentials**, and make the required changes to your credentials.
34+
4. Select **Save** when you are finished.
35+
5. (Optional) You can also select **Delete** to delete your cloud integration.
3036

3137
## Download cloud resource catalog
3238

3339
You can download a JSON file containing metadata and configuration for all your cloud resources:
3440

35-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account.
36-
2. Select **Networking** > **Cloud integrations**.
37-
3. Go to **Resource catalog**.
38-
4. Select **Download catalog**.
41+
1. In the Cloudflare dashboard, go to **Cloud integrations**.
42+
43+
<DashButton url="/?to=/:account/mcn/integrations" />
44+
45+
2. Go to **Resource catalog**.
46+
3. Select **Download catalog**.
3947

4048
After your browser finishes downloading the ZIP file, expand it to access the JSON with the information about your cloud resources.

0 commit comments

Comments
 (0)