66
77---
88
9- import { Render } from " ~/components"
9+ import { DashButton , Render } from " ~/components"
1010
1111<Render file = " environment-definition" product = " version-management" />
1212
@@ -20,18 +20,20 @@ import { Render } from "~/components"
2020
2121To create a new environment:
2222
23- 1 . Log in to the [ Cloudflare dashboard] ( https://dash.cloudflare.com/login ) .
24- 2 . Select your account and zone.
25- 3 . Go to ** Version Management** .
26- 4 . Go to ** Environments** .
27- 5 . Select ** Create Environment** .
28- 6 . Provide the following information:
23+ 1 . In the Cloudflare dashboard, select your account and zone.
24+
25+ <DashButton url = " /?to=/:account/home" />
26+
27+ 2 . Go to ** Version Management** .
28+ 3 . Go to ** Environments** .
29+ 4 . Select ** Create Environment** .
30+ 5 . Provide the following information:
2931
3032* ** Environment Name** : A unique, descriptive name for the environment.
3133* [ ** Traffic filter** ] ( /version-management/reference/traffic-filters/ ) : Limits which requests are sent to this environment.
3234* ** Initial position** : Controls where this environment should be in your testing process.
3335
34- 7 . Select ** Create** .
36+ 6 . Select ** Create** .
3537
3638:::note
3739
@@ -47,13 +49,15 @@ You can only adjust the [**Read-only Environment**](/version-management/referenc
4749
4850To edit an environment:
4951
50- 1 . Log in to the [ Cloudflare dashboard] ( https://dash.cloudflare.com/login ) .
51- 2 . Select your account and zone.
52- 3 . Go to ** Version Management** .
53- 4 . Select ** Environments** .
54- 5 . On a specific environment, select ** Edit** .
55- 6 . Make any required changes.
56- 7 . Select ** Save** .
52+ 1 . In the Cloudflare dashboard, select your account and zone.
53+
54+ <DashButton url = " /?to=/:account/home" />
55+
56+ 2 . Go to ** Version Management** .
57+ 3 . Select ** Environments** .
58+ 4 . On a specific environment, select ** Edit** .
59+ 5 . Make any required changes.
60+ 6 . Select ** Save** .
5761
5862***
5963
@@ -75,24 +79,28 @@ When you roll back a version, you revert the environment to the previous version
7579
7680To roll back a version:
7781
78- 1 . Log in to the [ Cloudflare dashboard] ( https://dash.cloudflare.com/login ) .
79- 2 . Select your account and zone.
80- 3 . Go to ** Version Management** .
81- 4 . Select ** Environments** .
82- 5 . On a specific environment, select ** Roll back** .
82+ 1 . In the Cloudflare dashboard, select your account and zone.
83+
84+ <DashButton url = " /?to=/:account/home" />
85+
86+ 2 . Go to ** Version Management** .
87+ 3 . Select ** Environments** .
88+ 4 . On a specific environment, select ** Roll back** .
8389
8490***
8591
8692## Delete environment
8793
8894To delete an environment:
8995
90- 1 . Log in to the [ Cloudflare dashboard] ( https://dash.cloudflare.com/login ) .
91- 2 . Select your account and zone.
92- 3 . Go to ** Version Management** .
93- 4 . Select ** Environments** .
94- 5 . On a specific environment, select ** Edit** .
95- 6 . Select ** Delete Environment** .
96+ 1 . In the Cloudflare dashboard, select your account and zone.
97+
98+ <DashButton url = " /?to=/:account/home" />
99+
100+ 2 . Go to ** Version Management** .
101+ 3 . Select ** Environments** .
102+ 4 . On a specific environment, select ** Edit** .
103+ 5 . Select ** Delete Environment** .
96104
97105:::note
98106
0 commit comments