Skip to content

Commit 3176063

Browse files
committed
more
1 parent 44158bb commit 3176063

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-factory/connector-troubleshoot-sharepoint-online-list.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ You granted permission to your data factory in SharePoint Online List, but you s
3535

3636
### Cause
3737

38-
The SharePoint Online List uses ACS to acquire the access token to grant access to other applications. But for the tenant built after November 7, 2018, ACS is disabled by default.
38+
The SharePoint Online List uses Azure Access Control Service to acquire the access token to grant access to other applications. But for the tenant built after November 7, 2018, Access Control Service is disabled by default.
3939

4040
### Recommendation
4141

42-
You need to enable ACS to acquire the access token. Take the following steps:
42+
You need to enable Access Control Service to acquire the access token. Take the following steps:
4343

4444
1. Download [SharePoint Online Management Shell](https://www.microsoft.com/download/details.aspx?id=35588#:~:text=The%20SharePoint%20Online%20Management%20Shell%20has%20a%20new,and%20saving%20the%20file%20to%20your%20hard%20disk.), and ensure that you have a tenant admin account.
4545
1. Run the following command in the SharePoint Online Management Shell. Replace `<tenant name>` with your tenant name and add `-admin` after it.
@@ -55,7 +55,7 @@ You need to enable ACS to acquire the access token. Take the following steps:
5555
```
5656
:::image type="content" source="./media/connector-troubleshoot-guide/sharepoint-online-management-shell-command.png" alt-text="Diagram of Azure Data Lake Storage Gen1 connections for troubleshooting issues.":::
5757

58-
1. Use ACS to get the access token.
58+
1. Use Access Control Service to get the access token.
5959

6060

6161
## Next steps

0 commit comments

Comments
 (0)