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/find-endpoint.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,4 @@ Copy the **Azure AI Foundry project endpoint** in the **Overview** section of yo
14
14
:::image type="content" source="../media/how-to/projects/fdp-project-overview.png" alt-text="Screenshot shows the project overview for a Foundry project.":::
15
15
16
16
> [!TIP]
17
-
> If you don't see the **Azure AI Foundry project endpoint**, you're using a [!INCLUDE [hub-project-name](hub-project-name.md)]. (See [Types of projects](../what-is-azure-ai-foundry.md#project-types)). Make sure you follow the steps in the preceding section to create a [!INCLUDE [fdp-project-name](fdp-project-name.md)] instead.
17
+
> If you don't see the **Azure AI Foundry project endpoint**, you're using a [!INCLUDE [hub-project-name](hub-project-name.md)]. (See [Types of projects](../what-is-azure-ai-foundry.md#project-types)). Switch to a [!INCLUDE [fdp-project-name](fdp-project-name.md)], or use the preceding steps to create one.
Copy file name to clipboardExpand all lines: articles/ai-foundry/includes/get-started-fdp.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,20 +63,21 @@ No installation is necessary to use the Azure AI Foundry portal.
63
63
1. [!INCLUDE [find-endpoint](find-endpoint.md)]
64
64
1. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running your Python scripts.
65
65
66
-
> [!TIP]
66
+
> [!NOTE]
67
67
> All the code in this article is at [GitHub Quickstart](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/mslearn-resources/quickstart).
68
68
69
69
# [Java (preview)](#tab/java)
70
70
71
71
1. [Install Java and Azure CLI](../how-to/develop/install-cli-sdk.md?pivots=programming-language-java).
72
+
1. [!INCLUDE [find-endpoint](find-endpoint.md)]
72
73
1. Set these environment variables to use in your scripts:
1. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running your Java scripts.
77
78
1. Download [POM.XML](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/java/mslearn-resources/quickstart/pom.xml) to your Java IDE.
78
79
79
-
> [!TIP]
80
+
> [!NOTE]
80
81
> All the code in this article is at [GitHub Quickstart](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples/microsoft/java/mslearn-resources/quickstart).
81
82
82
83
# [JavaScript (preview)](#tab/javascript)
@@ -85,12 +86,13 @@ No installation is necessary to use the Azure AI Foundry portal.
85
86
1. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running your JavaScript scripts.
> All the code in this article is at [GitHub Quickstart](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/javascript/mslearn-resources/quickstart).
95
97
96
98
# [C#](#tab/csharp)
@@ -100,13 +102,15 @@ No installation is necessary to use the Azure AI Foundry portal.
1. Make sure to sign in using the CLI `az login` (or `az login --use-device-code`) command to authenticate before running your C# scripts.
108
112
109
-
> [!TIP]
113
+
> [!NOTE]
110
114
> All the code in this article is at [GitHub Quickstart](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/csharp/mslearn-resources/quickstart).
111
115
112
116
# [REST API](#tab/rest)
@@ -121,7 +125,7 @@ No installation is necessary to use the Azure AI Foundry portal.
121
125
122
126
1. Save the results as the environment variable `AZURE_AI_AUTH_TOKEN`.
123
127
124
-
> [!TIP]
128
+
> [!NOTE]
125
129
> All the code in this article is at [GitHub Quickstart](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/REST/mslearn-resources/quickstart).
126
130
127
131
@@ -141,6 +145,8 @@ After the preceding steps, you're now in the agents playground.
141
145
142
146
# [Python](#tab/python)
143
147
148
+
Substitute your endpoint for the `endpoint` in this code:
0 commit comments