Skip to content

Commit 251bacc

Browse files
Merge pull request #28700 from dancontoso/patch-4
clarification asks from our support folks
2 parents f2333f7 + 041d2bf commit 251bacc

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

microsoft-365/loop/cpcn-admin-configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ You can also use security or dynamic groups. For details, see [Create, edit, or
4545

4646
Copilot Pages and Copilot Notebooks are independent of Loop. You can enable or disable them separately from Loop in your organization.
4747

48+
Copilot Pages and Copilot Notebooks all use the same Loop My workspace container. Refer to [storage](cpcn-storage.md) for more information.
49+
4850
To share Copilot Pages as interactive components (instead of just hyperlinks) in Teams, Outlook, Whiteboard, OneNote, or the Loop app, Loop components must be enabled. Without Loop components enabled in the Microsoft 365 ecosystem, Copilot Pages are only interactive within the M365 Copilot app and supported chat experiences. For details on enabling Loop components in the Microsoft 365 ecosystem, see [Loop admin policies](loop-admin-configuration.md).
4951

5052
## User experience when Copilot Pages and Copilot Notebooks are disabled

microsoft-365/loop/loop-storage.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Loop content is stored in SharePoint, OneDrive, and [SharePoint Embedded](/share
3535

3636
|Content content originally created in|Content stored in SharePoint Embedded|Content stored in SharePoint Site|Content stored in User's OneDrive|Lifetime Management|
3737
|-----|-----|-----|-----|-----|
38-
|Loop app, My workspace|✔️in user-owned container|||user account|
38+
|Loop app, My workspace *|✔️in user-owned container|||user account|
3939
|Loop app, shared workspace|✔️in shared container|||workspace owners|
4040
|Teams [channel workspace](https://techcommunity.microsoft.com/blog/microsoft365insiderblog/collaborate-in-real-time-with-workspaces-in-teams/4414334)|✔️in shared container|||M365 Group|
4141
|Teams channel meeting||✔️in 📁`Meetings`||M365 Group|
@@ -45,6 +45,8 @@ Loop content is stored in SharePoint, OneDrive, and [SharePoint Embedded](/share
4545
|OneNote for Windows or for the web|||✔️in 📁`OneNote Loop files`|user account|
4646
|Whiteboard|||✔️in 📁`Whiteboard\Components`|user account|
4747

48+
\* The My workspace SharePoint Embedded container also contains Copilot Pages and Copilot Notebooks.
49+
4850
## My workspace container name
4951

5052
Copilot Pages and Copilot Notebooks all use the Loop My workspace container. This user-owned container appears as 'Pages' if the person first visits the M365 Copilot app, or as 'My workspace' if they first visit the Loop app. To list all user-owned containers in your organization, regardless of their name, use, and adapt the following sample PowerShell:
@@ -53,6 +55,8 @@ Copilot Pages and Copilot Notebooks all use the Loop My workspace container. Thi
5355
Get-SPOContainer -OwningApplicationId 'a187e399-0c36-4b98-8f04-1edc167a0996' | WHERE OwnershipType -EQ 'UserOwned' | FT
5456
```
5557

58+
Refer to the article [Managing SharePoint Embedded containers for Copilot Notebooks, Copilot Pages, or Loop workspaces](cpcn-loop-spe-management.md) for more information.
59+
5660
## Storage quota
5761

5862
All Loop workspaces count against your tenant's SharePoint storage quota.

0 commit comments

Comments
 (0)