Skip to content

Commit 999e314

Browse files
authored
Merge pull request #5150 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 4fc46e7 + 8740ddd commit 999e314

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/ai-services/agents/how-to/tools/bing-custom-search-samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ curl --request POST \
407407
"bing_custom_search": {
408408
"search_configurations": [
409409
{
410-
"connection_id": /subscriptions/<sub-id>/resourceGroups/<your-rg-name>/providers/Microsoft.CognitiveServices/accounts/<your-ai-services-name>/projects/<your-project-name>/connections/<your-fabric-connection-name>,
410+
"connection_id": /subscriptions/<sub-id>/resourceGroups/<your-rg-name>/providers/Microsoft.CognitiveServices/accounts/<your-ai-services-name>/projects/<your-project-name>/connections/<your-bing-connection-name>,
411411
"instance_name": <your_custom_search_configuration_name>,
412412
"count": 7,
413413
"market": "en-US",
@@ -474,4 +474,4 @@ curl --request GET \
474474
-H "Authorization: Bearer $AGENT_TOKEN"
475475
```
476476

477-
::: zone-end
477+
::: zone-end

articles/machine-learning/how-to-assign-roles.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ If you anticipate that you need to recreate complex role assignments, an Azure R
269269
The following table is a summary of Azure Machine Learning activities and the permissions required to perform them at the least scope. For example, if an activity can be performed with a workspace scope (Column 4), then all higher scope with that permission also work automatically. For certain activities, the permissions differ between V1 and V2 APIs.
270270
271271
> [!IMPORTANT]
272-
> All paths in this table that start with `/` are *relative paths* to `Microsoft.MachineLearningServices/` :
272+
> All paths in this table that start with `/` are *relative paths* to `Microsoft.MachineLearningServices/`
273273
274274
| Activity | Subscription-level scope | Resource group-level scope | Workspace-level scope |
275275
| ----- | ----- | ----- | ----- |
@@ -293,6 +293,8 @@ The following table is a summary of Azure Machine Learning activities and the pe
293293
294294
2. When attaching an AKS cluster, you also need to have the [Azure Kubernetes Service Cluster Admin Role](/azure/role-based-access-control/built-in-roles#azure-kubernetes-service-cluster-admin-role) on the cluster.
295295
296+
3. These scenarios don't include the permissions needed to create workspace dependent resources. For more information, see the write permissions for [Storage](https://learn.microsoft.com/azure/role-based-access-control/permissions/storage#microsoftstorage), [OperationalInsights](https://learn.microsoft.com/azure/role-based-access-control/permissions/monitor#microsoftoperationalinsights), [Key Vault](https://learn.microsoft.com/azure/role-based-access-control/permissions/security#microsoftkeyvault) and [Container Registry](https://learn.microsoft.com/azure/role-based-access-control/permissions/containers#microsoftcontainerregistry).
297+
296298
### Deploy into a virtual network or subnet
297299
298300
[!INCLUDE [network-rbac](includes/network-rbac.md)]

0 commit comments

Comments
 (0)