diff --git a/gcp/documentation/account/README.md b/gcp/documentation/account/README.md new file mode 100644 index 00000000..01b49ff5 --- /dev/null +++ b/gcp/documentation/account/README.md @@ -0,0 +1,42 @@ +# Google Compute Platform (GCP) :: Account + +# Domain Settings + +In the [Administrative console](https://admin.google.com/ac/domains/manage?utm_source=app_launcher) admin.google.com, under **Account**, **Domains**, **Manage Domains**, +the two domains originally setup are listed + +* census.gov + * Primary Domain + * Verified + * Active +* census.gov.test-google-a.com + * Test domain alias + * Active + +:![Manage Domains](images/manage-domains.png) + +We are going to add another domain, `uscensus.onmicrosoft.com`. This domain will be used solely for +Super Admins, so we we may maintain separation from the normal user account and its permissions and +the fully privileged accounts. + +## Adding the Domain + +Click on **Add a Domain**. We will use a domain type of **Secondary Domain**. Enter the new domain `uscensus.onmicrosoft.com`: + +:![Add Domain Name](images/add-domain-name.png) +:![Add Domain Type](images/add-domain-type.png) + +Then click **Add domain & start verification**. + +> Verify you own uscensus.onmicrosoft.com 5 min +> Once we verify ownership, you can start using Google Workspace apps and unlock advanced features + +Click on **Get Started**. + +:![Domain Setup Main](images/domain-setup-1.png) + + +# CHANGELOG + +- 1.0.0 -- 2025-11-10 + - initial diff --git a/gcp/documentation/account/images/add-domain-name.png b/gcp/documentation/account/images/add-domain-name.png new file mode 100755 index 00000000..18515f68 Binary files /dev/null and b/gcp/documentation/account/images/add-domain-name.png differ diff --git a/gcp/documentation/account/images/add-domain-type.png b/gcp/documentation/account/images/add-domain-type.png new file mode 100755 index 00000000..a3610af9 Binary files /dev/null and b/gcp/documentation/account/images/add-domain-type.png differ diff --git a/gcp/documentation/account/images/domain-setup-1.png b/gcp/documentation/account/images/domain-setup-1.png new file mode 100755 index 00000000..244438a2 Binary files /dev/null and b/gcp/documentation/account/images/domain-setup-1.png differ diff --git a/gcp/documentation/account/images/manage-domains.png b/gcp/documentation/account/images/manage-domains.png new file mode 100755 index 00000000..906eb3a4 Binary files /dev/null and b/gcp/documentation/account/images/manage-domains.png differ