Skip to content

Commit 7675f98

Browse files
committed
fix acrolynx
1 parent a6622dd commit 7675f98

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/ai-services/multi-service-resource.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ zone_pivot_groups: programming-languages-portal-cli-ps
1919

2020
# Quickstart: Set up your first AI Foundry resource
2121

22-
Learn how to create and manage an Azure AI Foundry resource. It is the [primary Azure resource type](../ai-foundry/concepts/resource-types.md) for building, deploying, and managing generative AI models and applications including agents in Azure.
22+
Learn how to create and manage an Azure AI Foundry resource. It's the [primary Azure resource type](../ai-foundry/concepts/resource-types.md) for building, deploying, and managing generative AI models and applications including agents in Azure.
2323

2424
An Azure resource is required to use and manage services in Azure. It defines the scope for configuring access, security such as networking, billing, and monitoring.
2525

@@ -33,9 +33,9 @@ Looking to use [Azure AI Search skills?](../search/tutorial-skillset.md) See cla
3333

3434
An Azure AI Foundry resource can organize the work for multiple use cases, and is [typically shared](../ai-foundry/concepts/planning.md) between a team of developers that work on use cases in a similar business or data domain. Projects acts as folders to group related work.
3535

36-
:::image type="content" source="../foundry/media/how-to/projects/projects-multi-setup.png" alt-text="Screenshot of the Azure AI services multi-service account in the Azure portal.":::
36+
:::image type="content" source="../ai-foundry/media/how-to/projects/projects-multi-setup.png" alt-text="Diagram explaining concepts of an Azure AI Foundry setup.":::
3737

38-
To create your first resource, with basic Azure settings, follow the below steps using either Azure Portal, Azure CLI or Azure Powershell.
38+
To create your first resource, with basic Azure settings, follow the below steps using either Azure portal, Azure CLI, or Powershell.
3939

4040
::: zone pivot="azportal"
4141

@@ -55,13 +55,13 @@ To create your first resource, with basic Azure settings, follow the below steps
5555

5656
::: zone-end
5757

58-
# Access your resource
58+
## Access your resource
5959

60-
Now you've created your first resource, you can access it via [Foundry Portal for UX prototyping](https://ai.azure.com/), [Foundry SDK for development](), or via [Azure Portal for administrative management](https://portal.azure.com).
60+
With your first resource created, you can access it via [Foundry Portal for UX prototyping](https://ai.azure.com/), [Foundry SDK for development](), or via [Azure Portal for administrative management](https://portal.azure.com).
6161

6262
## Grant or obtain developer permissions
6363

64-
[Azure Role Based Access Control](/azure/role-based-access-control/resource-provider-operations.md) (RBAC) differentiates permissions between management and development actions. To build with Foundry, your user account must be assigned developer permissions ("data actions"). You can either use one of the built-in RBAC roles, or use a custom RBAC role.
64+
[Azure Role Based Access Control](/azure/role-based-access-control/resource-provider-operations) (RBAC) differentiates permissions between management and development actions. To build with Foundry, your user account must be assigned developer permissions ("data actions"). You can either use one of the built-in RBAC roles, or use a custom RBAC role.
6565

6666
Built-in Azure RBAC developer roles for Foundry include:
6767

@@ -73,11 +73,11 @@ Built-in Azure RBAC developer roles for Foundry include:
7373
Only authorized users, typically the Azure subscription or resource group owner, can assign a role via either [Azure Portal]() or [AI Foundry Portal via management center](). [Learn more about role-based access control](../ai-foundry/concepts/rbac-azure-ai-foundry.md).
7474

7575
> [!IMPORTANT]
76-
> Azure Owner and Contributor roles do only include only management permissions, and not development permissions. Development permissions are required to build with all capabilites in Foundry.
76+
> Azure Owner and Contributor roles do only include management permissions, and not development permissions. Development permissions are required to build with all capabilities in Foundry.
7777
7878
## Start building in your first project
7979

80-
With permissions set up, you are now ready to start building Foundry. In [Azure AI Foundry Portal](https://ai.azure.com/) open or [create your first project](../ai-foundry/how-to/create-projects.md). Projects organize your agent and model customization work in Foundry, and you can create multiple under the same resource.
80+
With permissions set up, you're now ready to start building Foundry. In [Azure AI Foundry Portal](https://ai.azure.com/) open or [create your first project](../ai-foundry/how-to/create-projects.md). Projects organize your agent and model customization work in Foundry, and you can create multiple under the same resource.
8181

8282
Explore some of the services that come bundled with your resource:
8383

@@ -108,15 +108,15 @@ To create a multi-service resource for Azure AI Search skills follow these instr
108108
|Project details| Description |
109109
|--|--|
110110
| **Subscription** | Select one of your available Azure subscriptions. |
111-
| **Resource group** | The Azure resource group that will contain your Azure AI services multi-service account resource. You can create a new group or add it to a preexisting group. |
111+
| **Resource group** | The Azure resource group that contains your Azure AI services multi-service account resource. You can create a new group or add it to a preexisting group. |
112112
| **Region** | The location of your Azure AI services multi-service account instance. Different locations may introduce latency, but have no impact on the runtime availability of your resource. |
113113
| **Name** | A descriptive name for your Azure AI services multi-service account resource. For example, *MyCognitiveServicesResource*. |
114114
| **Pricing tier** | The cost of your Azure AI services multi-service account depends on the options you choose and your usage. For more information, see the API [pricing details](https://azure.microsoft.com/pricing/details/cognitive-services/). |
115115

116-
1. Configure other settings for your resource as needed, read and accept the conditions (as applicable), and then select **Review + create**.
116+
1. Configure other settings for your resource as needed, read, and accept the conditions (as applicable), and then select **Review + create**.
117117

118118
> [!TIP]
119-
> If your subscription doesn't allow you to create an AI Foundry resource, you might need to enable the privilege of that [Azure resource provider](/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) using the [Azure portal](/azure/azure-resource-manager/management/resource-providers-and-types#azure-portal), [PowerShell command](/azure/azure-resource-manager/management/resource-providers-and-types#azure-powershell) or an [Azure CLI command](/azure/azure-resource-manager/management/resource-providers-and-types#azure-cli). If you are not the subscription owner, ask someone with the role of *Owner* or *Admin* to complete the registration for you or ask for the **/register/action** privileges to be granted to your account.
119+
> If your subscription doesn't allow you to create an AI Foundry resource, you might need to enable the privilege of that [Azure resource provider](/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) using the [Azure portal](/azure/azure-resource-manager/management/resource-providers-and-types#azure-portal), [PowerShell command](/azure/azure-resource-manager/management/resource-providers-and-types#azure-powershell), or an [Azure CLI command](/azure/azure-resource-manager/management/resource-providers-and-types#azure-cli). If you aren't the subscription owner, ask someone with the role of *Owner* or *Admin* to complete the registration for you or ask for the **/register/action** privileges to be granted to your account.
120120
121121
## Next steps
122122

0 commit comments

Comments
 (0)