diff --git a/gcp/documentation/account/README.md b/gcp/documentation/account/README.md index eb2ecd4b..346a6198 100644 --- a/gcp/documentation/account/README.md +++ b/gcp/documentation/account/README.md @@ -31,9 +31,34 @@ 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 +![Domain Setup Main](images/domain-setup-1.png) + Click on **Get Started**. -![Domain Setup Main](images/domain-setup-1.png) +![Domain Setup Type](images/domain-setup-2.png) + +Select **Office365** for this setup and then click **Continue**. This will generate a `TXT` record to be added to our +Office tenant to verify ownership. Contact TCO MMB to update this record (this is under the administrative control +of the Office365 team, which is in TCO MMB. + +![Domain Setup Verification Code](images/domain-setup-3.png) + +TXT record Details: +* Name: uscensus.onmicrosoft.com. +* Value: google-site-verification=UnySXG7p85LJ-vnXdDDOHP4hbMvhOEKiLFs0bRTbz60 +* TTL: 1 hour (3600) + +This is what the add action should look like in the Office365 Admin Console. + +![TXT Record Add](images/ms-add-txt-record.png) + +Once it is added, check that it is resolvable with [Web Dig](https://digwebinterface.com/?hostnames=uscensus.onmicrosoft.com&type=TXT&ns=resolver&useresolver=9.9.9.10&nameservers=) + +You should see other values there. They may vary from what was created at the time of this writing. + + + + # CHANGELOG diff --git a/gcp/documentation/account/images/domain-setup-2.png b/gcp/documentation/account/images/domain-setup-2.png new file mode 100755 index 00000000..29eee475 Binary files /dev/null and b/gcp/documentation/account/images/domain-setup-2.png differ diff --git a/gcp/documentation/account/images/domain-setup-3.png b/gcp/documentation/account/images/domain-setup-3.png new file mode 100755 index 00000000..4b23921e Binary files /dev/null and b/gcp/documentation/account/images/domain-setup-3.png differ diff --git a/gcp/documentation/account/images/ms-add-txt-record.png b/gcp/documentation/account/images/ms-add-txt-record.png new file mode 100755 index 00000000..93d627ab Binary files /dev/null and b/gcp/documentation/account/images/ms-add-txt-record.png differ