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-40Lines changed: 3 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,21 +51,8 @@ Use the following tabs to select the method you plan to use to create a [!INCLUD
51
51
1. Use `pip show azure-mgmt-cognitiveservices` to verify your version is 13.7 or greater.
52
52
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:
53
53
54
-
```python
55
-
from azure.identity import DefaultAzureCredential
56
-
from azure.mgmt.cognitiveservices import CognitiveServicesManagementClient
@@ -120,32 +107,8 @@ To create a [!INCLUDE [fdp](../includes/fdp-project-name.md)]:
120
107
121
108
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**.
0 commit comments