Skip to content

Commit 9095c17

Browse files
authored
Merge pull request #239 from DefangLabs/eric-update-setup-doc
gcp setup fixes
2 parents 46a85f4 + 1ca1587 commit 9095c17

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

docs/tutorials/setting_up_your_gcp_account.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ description: Follow these steps to set up your Google Cloud Platform (GCP) accou
1212

1313
### Step 1: Create Your GCP Account
1414

15-
Start by creating a Google Cloud account using the [GCP account creation flow](https://cloud.google.com/).
15+
Start by creating a Google Cloud account using the [GCP account creation flow](https://cloud.google.com/). If you already have an account skip to the next step.
16+
17+
<figure>
18+
<img src="/img/setting-up-your-gcp-account/google-sign-up.png" alt="Google GCP sign up page" style={{ width: 300 }} />
19+
<figcaption>Google GCP sign up page</figcaption>
20+
</figure>
1621

1722
---
1823

@@ -39,7 +44,7 @@ Take note of your **Project ID** — you’ll need it later when setting the `GC
3944

4045
<figure>
4146
<img src="/img/setting-up-your-gcp-account/new-project.png" alt="GCP project creation dialog" style={{ width: 300 }} />
42-
<figcaption><strong>Create a new project in the dialog</strong></figcaption>
47+
<figcaption>Create a new project in the dialog</figcaption>
4348
</figure>
4449

4550
---
@@ -53,15 +58,15 @@ Billing accounts let Google allocate costs to specific entities or users. You’
5358

5459
<figure>
5560
<img src="/img/setting-up-your-gcp-account/billing-menu-option.png" alt="Billing option in GCP menu" style={{ width: 300 }} />
56-
<figcaption><strong>Billing menu option</strong></figcaption>
61+
<figcaption>Billing menu option</figcaption>
5762
</figure>
5863

59-
3. In the billing side panel, select **Manage billing accounts**, then click **Create account**.
60-
4. Follow the steps to create a billing account. A credit card is required.
64+
1. In the billing side panel, select **Manage billing accounts**, then click **Create account**.
65+
2. Follow the steps to create a billing account. A credit card is required.
6166

6267
<figure>
6368
<img src="/img/setting-up-your-gcp-account/create-billing-account.png" alt="Create billing account page" style={{ width: 300 }} />
64-
<figcaption><strong>Billing management page</strong></figcaption>
69+
<figcaption>Billing management page</figcaption>
6570
</figure>
6671

6772
---
@@ -76,14 +81,14 @@ Once your project and billing account are created, link them together:
7681

7782
<figure>
7883
<img src="/img/setting-up-your-gcp-account/link-billing-account.png" alt="Link billing account dialog" style={{ width: 300 }} />
79-
<figcaption><strong>Link billing account dialog</strong></figcaption>
84+
<figcaption>Link billing account dialog</figcaption>
8085
</figure>
8186

82-
4. Choose the billing account to link.
87+
1. Choose the billing account to link.
8388

8489
<figure>
8590
<img src="/img/setting-up-your-gcp-account/link-billing-select-account-dialog.png" alt="Billing account selection dialog" style={{ width: 300 }} />
86-
<figcaption><strong>Select a billing account to link</strong></figcaption>
91+
<figcaption>Select a billing account to link</figcaption>
8792
</figure>
8893

8994
---
112 KB
Loading

0 commit comments

Comments
 (0)