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
Copy file name to clipboardExpand all lines: articles/ai-foundry/includes/create-project-fdp.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ ms.custom:
29
29
* Fine-tuning
30
30
* Playgrounds
31
31
32
-
33
32
## Prerequisites
34
33
35
34
Use the following tabs to select the method you plan to use to create a [!INCLUDE [fdp](../includes/fdp-project-name.md)]:
@@ -51,7 +50,7 @@ Use the following tabs to select the method you plan to use to create a [!INCLUD
51
50
1. Use `pip show azure-mgmt-cognitiveservices` to verify your version is 13.7 or greater.
52
51
1. Start your script with the following code to create the `client` connection and variables used throughout this article. This example creates the project in West US:
@@ -107,7 +106,7 @@ To create a [!INCLUDE [fdp](../includes/fdp-project-name.md)]:
107
106
108
107
1. Add this code to create a [!INCLUDE [fdp-project-name](../includes/fdp-project-name.md)], using the variables and `client` connection from the [Prerequisites](#prerequisites).
1. (Optional) If you have multiple accounts, add the tenant ID of the Microsoft Entra ID you wish to use into the `DefaultAzureCredential`. Find your tenant ID from the [Azure portal](https://portal.azure.com) under **Microsoft Entra ID, External Identities**.
113
112
@@ -167,7 +166,7 @@ On the project **Home** page, you can find information about the project.
0 commit comments