From e8458b9eb4672e4663a834c16ba5bb75483dfd6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C4=8Dnica=20Mellifera?= Date: Fri, 9 Dec 2022 09:15:51 -0800 Subject: [PATCH] add a truncate tag to the most recent blog post (#1758) ## Description Adds a `truncate` tag to the 'm365 sandbox' blog post ## Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [x] :world_map: Documentation - [ ] :robot: Test - [ ] :computer: CI/Deployment - [ ] :hamster: Trivial/Minor ## Issue(s) * # ## Test Plan - [ ] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- website/blog/2022-12-09-m365-sandbox-setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/blog/2022-12-09-m365-sandbox-setup.md b/website/blog/2022-12-09-m365-sandbox-setup.md index add57693c..ace069f7b 100644 --- a/website/blog/2022-12-09-m365-sandbox-setup.md +++ b/website/blog/2022-12-09-m365-sandbox-setup.md @@ -20,6 +20,8 @@ Another reason to do this is if you’re looking to level up both your skills an want to experiment with being the admin in your own space rather than impacting other users on a production domain. It’s also a good step to experiment with [owning your own identity](https://corsobackup.io/blog/your-own-backups/). + + Finally, this might also be useful if you are developing an M365 app. This way, programmatic updates to your domain can’t accidentally destroy anything important.