Skip to content

Commit e80ecf4

Browse files
committed
revert non comm services
1 parent 242698c commit e80ecf4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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 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.
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.
3939

4040
### Recommendation
4141

42-
You need to enable Access Control Service to acquire the access token. Take the following steps:
42+
You need to enable ACS 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 Access Control Service to acquire the access token. Take the
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 Access Control Service to get the access token.
58+
1. Use ACS to get the access token.
5959

6060

6161
## Next steps

articles/machine-learning/how-to-secure-rag-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If you're using an **Allow only approved outbound** Managed Vnet workspace and a
7070

7171
- If your workspace runs into network related issues where your compute is unable to create or start a compute, try adding a placeholder FQDN rule in the **Networking** tab of your workspace in the Azure portal, in order to initiate a managed network update. Then, re-create the Compute in the Azure Machine Learning workspace.
7272

73-
- You might see an error message related to `< Resource > is not registered with Microsoft.Network resource provider.` In which case, you should **ensure the subscription which your AOAI/Azure AI Search resource is registered with a Microsoft Network resource provider**. To do so, navigate to **Subscription**, then **Resource Providers** for the same tenant as your Managed Vnet Workspace.
73+
- You might see an error message related to `< Resource > is not registered with Microsoft.Network resource provider.` In which case, you should **ensure the subscription which your AOAI/ACS resource is registered with a Microsoft Network resource provider**. To do so, navigate to **Subscription**, then **Resource Providers** for the same tenant as your Managed Vnet Workspace.
7474

7575
> [!NOTE]
7676
> It's expected for a first-time serverless job in the workspace to be Queued an additional 10-15 minutes while Managed Network is provisioning Private Endpoints for the first time. With Compute Instance and Compute Cluster, this process happens during the compute creation.

articles/role-based-access-control/includes/resource-provider-operations/web.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ Azure service: [Media Services](/azure/media-services/)
285285
> | Microsoft.Media/mediaservices/read | Read any Media Services Account |
286286
> | Microsoft.Media/mediaservices/write | Create or Update any Media Services Account |
287287
> | Microsoft.Media/mediaservices/delete | Delete any Media Services Account |
288-
> | Microsoft.Media/mediaservices/regenerateKey/action | Regenerate a Media Services Access Control Service key |
289-
> | Microsoft.Media/mediaservices/listKeys/action | List the Access Control Service keys for the Media Services account |
288+
> | Microsoft.Media/mediaservices/regenerateKey/action | Regenerate a Media Services ACS key |
289+
> | Microsoft.Media/mediaservices/listKeys/action | List the ACS keys for the Media Services account |
290290
> | Microsoft.Media/mediaservices/syncStorageKeys/action | Synchronize the Storage Keys for an attached Azure Storage account |
291291
> | Microsoft.Media/mediaservices/listEdgePolicies/action | List policies for an edge device. |
292292
> | Microsoft.Media/mediaservices/PrivateEndpointConnectionsApproval/action | Approve Private Endpoint Connections |

0 commit comments

Comments
 (0)