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: learn-pr/azure/aks-governance-azure-policy/includes/1-introduction.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
@@ -20,5 +20,5 @@ By the end of this module, you're able to:
20
20
## Prerequisites
21
21
22
22
- Familiarity with Kubernetes concepts. If you're new to Kubernetes, start with the [basics of Kubernetes](https://azure.microsoft.com/topic/what-is-kubernetes).
23
-
- An active [Azure subscription](https://azure-int.microsoft.com/free/kubernetes-service/)
23
+
- An active [Azure subscription](https://azure.microsoft.com/free/?cid=msft_learn)
-[Free account for Students](https://azure.microsoft.com/free/students/?cid=msft_learn)\|[Azure for students FAQ](/azure/education-hub/azure-dev-tools-teaching/program-faq#azure-for-students/)
12
12
-[Create an Azure account](/learn/modules/create-an-azure-account/) module on Learn.
-[Free account for Students](https://azure.microsoft.com/free/students/?cid=msft_learn)\|[Azure for students FAQ](/azure/education-hub/azure-dev-tools-teaching/program-faq#azure-for-students/)
12
12
-[Create an Azure account](/training/modules/create-an-azure-account/) module on Learn.
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/microsoft-defender-cloud-threat-protection/includes/31-enable-threat-protection-for-ai-workloads.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
@@ -7,7 +7,7 @@ Threat protection for AI workloads in Microsoft Defender for Cloud protects AI w
7
7
## Prerequisites
8
8
- Read the [Overview - AI threat protection](/azure/defender-for-cloud/ai-threat-protection).
9
9
10
-
- You need a Microsoft Azure subscription. If you don't have an Azure subscription, you can [sign up for a free subscription](https://azure.microsoft.com/pricing/free-trial/).
10
+
- You need a Microsoft Azure subscription. If you don't have an Azure subscription, you can [sign up for a free subscription](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn/).
11
11
12
12
-[Enable Defender for Cloud on your Azure subscription](/azure/defender-for-cloud/get-started#enable-defender-for-cloud-on-your-azure-subscription).
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/foundry-sdk/includes/02-chat-playground.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
::: zone-end
9
9
10
10
::: zone pivot="text"
11
+
11
12
Before you write code to build a generative AI chat application, it's helpful to explore what your project can do through the Foundry portal. The portal provides interactive tools for testing models and generating code samples that you can use as starting points for your applications.
12
13
13
14
[](../media/foundry-playground.png#lightbox)
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/foundry-sdk/includes/03-microsoft-foundry-sdk.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
::: zone-end
9
9
10
10
::: zone pivot="text"
11
+
11
12
Microsoft Foundry provides flexibility for developing generative AI chat applications. Before you start development, it's important to understand the options that are available, and how to decide which of them to use. Some considerations for developing an application include:
12
13
13
14
-**Endpoints**: Microsoft Foundry projects provide two endpoints that you can use to connect to and consume project assets, such as model deployments, from client applications. Each project has both a *Project endpoint* and an *Azure OpenAI endpoint*.
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/foundry-sdk/includes/05-openai-api.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
::: zone-end
9
9
10
10
::: zone pivot="text"
11
+
11
12
The OpenAI *ChatCompletions* API is commonly used across generative AI models and platforms. Although the *Responses* API is recommended for new project development, it's likely that you'll encounter scenarios where the *ChatCompletions* API is useful for code maintenance or cross-platform compatibility.
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/model-catalog-evaluate/includes/3-select-models-benchmarks.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
::: zone-end
9
9
10
10
::: zone pivot="text"
11
+
11
12
Before deploying a model, you want to understand how it performs across different dimensions. Model benchmarks provide objective, measurable data to help you compare models and make informed selection decisions. The Microsoft Foundry portal offers comprehensive benchmarking tools organized into quality, safety, cost, and performance metrics.
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/prepare-azure-ai-development/includes/6-responsible-ai.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
::: zone-end
9
9
10
10
::: zone pivot="text"
11
+
11
12
It's important for software engineers to consider the impact of their software on users, and society in general; including considerations for its responsible use. When the application is imbued with artificial intelligence, these considerations are particularly important due to the nature of how AI systems work and inform decisions; often based on probabilistic models, which are in turn dependent on the data with which they were trained.
12
13
13
14
The human-like nature of AI solutions is a significant benefit in making applications user-friendly, but it can also lead users to place a great deal of trust in the application's ability to make correct decisions. The potential for harm to individuals or groups through incorrect predictions or misuse of AI capabilities is a major concern, and software engineers building AI-enabled solutions should apply due consideration to mitigate risks and ensure fairness, reliability, and adequate protection from harm or discrimination.
0 commit comments