Quickstart: Set up Microsoft Foundry resources
In this quickstart, you create a Microsoft Foundry project and deploy a model. If you’re managing a team, you also grant access to team members. After you complete these steps, you or your team can start building AI applications using the deployed model.Prerequisites
- An Azure account with an active subscription. If you don’t have one, create a free Azure account, which includes a free trial subscription.
- If you’re creating the project for yourself:
- Access to a role that allows you to create a Foundry resource, such as Azure Account AI Owner or Azure AI Owner on the subscription or resource group. For more information about permissions, see Role-based access control for Microsoft Foundry.
- If you’re creating the project for a team:
- Access to a role that allows you to complete role assignments, such as Owner. For more information about permissions, see Role-based access control for Microsoft Foundry.
- A list of user email addresses or Microsoft Entra security group IDs for team members who need access.
- Azure CLI
- Foundry portal
- Install the Azure CLI.
-
Sign in to Azure:
Create a project
Create a Foundry project to organize your work. The project contains models, agents, and other resources your team uses.- Azure CLI
- Foundry portal
-
Create a resource group or use an existing one. For example, create
my-foundry-rgineastus: -
Create the Foundry resource. For example, create
my-foundry-resourcein themy-foundry-rgresource group:The--allow-project-managementflag enables project creation within this resource. -
Create a custom subdomain for the resource. The custom domain name must be globally unique. If
my-foundry-resourceis taken, try a more unique name. -
Create the project. For example, create
my-foundry-projectin themy-foundry-resource: -
Verify the project was created:
The output displays the project properties, including its resource ID.
Deploy a model
Deploy a model that you can use. This example uses gpt-4.1-mini, but you can choose any available model.- Azure CLI
- Foundry portal
"provisioningState": "Succeeded".Reference: az cognitiveservices account deploymentGet your project connection details
You need the following information to connect to the project in other quickstarts and tutorials. If you’re administering this project for others, send them this information.- Sign in to Microsoft Foundry by using your Azure account. Select your project to start building.
- Find your project endpoint on the welcome screen of the project.

- Get started with Microsoft Foundry quickstart.
For administrators - grant access
If you’re administering a team, assign the Azure AI User role to team members so they can use the project and deployed models. This role provides the minimum permissions needed to build and test AI applications.- Azure CLI
- Foundry portal
-
Get the project’s resource ID:
-
Assign the Azure AI User role to a team member:
To add a security group instead of an individual user:
-
Verify the role assignment:
Verify team member access
Ask a team member to verify their access by signing in to Microsoft Foundry, selecting the project from the project list, and confirming the deployed model appears under Build > Models. If the team member can’t access the project, verify that the role assignment completed successfully. Check that you used the correct email address or security group ID. Make sure the team member’s Azure account is in the same Microsoft Entra tenant.Clean up resources
When you no longer want this project, delete the resource group to delete all resources associated with it.- Azure CLI
- Foundry portal