You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Quickstart: Set up your first AI Foundry resource
21
21
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.
23
23
24
24
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.
25
25
@@ -33,9 +33,9 @@ Looking to use [Azure AI Search skills?](../search/tutorial-skillset.md) See cla
33
33
34
34
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.
35
35
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.":::
37
37
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.
39
39
40
40
::: zone pivot="azportal"
41
41
@@ -55,13 +55,13 @@ To create your first resource, with basic Azure settings, follow the below steps
55
55
56
56
::: zone-end
57
57
58
-
# Access your resource
58
+
##Access your resource
59
59
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).
61
61
62
62
## Grant or obtain developer permissions
63
63
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.
65
65
66
66
Built-in Azure RBAC developer roles for Foundry include:
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).
74
74
75
75
> [!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.
77
77
78
78
## Start building in your first project
79
79
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.
81
81
82
82
Explore some of the services that come bundled with your resource:
83
83
@@ -108,15 +108,15 @@ To create a multi-service resource for Azure AI Search skills follow these instr
108
108
|Project details| Description |
109
109
|--|--|
110
110
|**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. |
112
112
|**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. |
113
113
|**Name**| A descriptive name for your Azure AI services multi-service account resource. For example, *MyCognitiveServicesResource*. |
114
114
|**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/). |
115
115
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**.
117
117
118
118
> [!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.
0 commit comments