Skip to content

Commit 58a4453

Browse files
PaoloPiaVesaJuvonen
authored andcommitted
Article about Multi-Geo capabilities (SharePoint#1293)
1 parent 677b91b commit 58a4453

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Multi-Geo Capabilities
2+
3+
## Summary
4+
Multinational companies that have offices around the world often have needs to store their employee data at-rest in specific regions to meet their data residency requirements. The Multi-Geo Capabilities in Office 365, are a feature introduced in late 2017 that helps multinational customers address their regional, industry specific or organizational data residency requirements in Office 365.
5+
Multi-Geo enables a single Office 365 tenant to span across multiple Office 365 datacenter geographies (geos), and gives customers the ability to store their Exchange, SharePoint, and OneDrive data, at-rest, on a per-user basis, in their chosen geos.
6+
In this article you can find further details about the Multi-Geo Capabilities, as well as code samples, and videos.
7+
8+
### Articles
9+
* [Introduction to OneDrive and SharePoint Online Multi-Geo Preview](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/multigeo-introduction )
10+
* [Multi-Geo Capabilities in OneDrive and SharePoint Online in Office 365](https://technet.microsoft.com/library/094e86f2-9ff0-40ac-af31-28fcaba00c1d)
11+
* [Permissions model](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/multigeo-permissions)
12+
* [Discover a Multi-Geo configuration for a SharePoint tenant](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/multigeo-discovery)
13+
* [Access Onedrive for Business in a Multi-Geo tenant](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/multigeo-onedrive)
14+
* [Work with SharePoint sites in a Multi-Geo tenant](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/multigeo-sites)
15+
* [Managing Apps/Add-ins in a Multi-Geo tenant](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/multigeo-apps)
16+
* [Multi-Geo user profile experience](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/multigeo-userprofileexperience)
17+
* [Search in a Multi-Geo SharePoint tenant](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/multigeo-search)
18+
* [Managed metadata in a Multi-Geo tenant](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/multigeo-managedmetadata)
19+
* [Content type hub in a Multi-Geo tenant](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/multigeo-contenttypehub)
20+
* [BCS and the Secure Store in a Multi-Geo tenant](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/multigeo-bcsandsecurestore)
21+
22+
### Samples
23+
* [MultiGeo.TenantInformationCollection](https://github.com/SharePoint/PnP/tree/master/Samples/MultiGeo.TenantInformationCollection)
24+
* [MultiGeo.SiteEnumeration](https://github.com/SharePoint/PnP/tree/master/Samples/MultiGeo.SiteEnumeration)
25+
* [MultiGeo.RestrictSiteToGeoLocation](https://github.com/SharePoint/PnP/tree/master/Samples/MultiGeo.RestrictSiteToGeoLocation)
26+
* [MultiGeo.UserProfileUpdates](https://github.com/SharePoint/PnP/tree/master/Samples/MultiGeo.UserProfileUpdates)
27+
* [MultiGeo.UserPreferredDataLocation](https://github.com/SharePoint/PnP/tree/master/Samples/MultiGeo.UserPreferredDataLocation)
28+
29+
### Videos
30+
* [Introducing Multi-Geo capabilities in Office 365 and how to configure them](https://www.youtube.com/watch?v=3d9-Vt2fArk)
31+
* [Understanding Multi-Geo Capabilities in Office 365 - BRK2378](https://www.youtube.com/watch?v=BuWoaqUDWPU)

0 commit comments

Comments
 (0)