Skip to content

Commit dd9a651

Browse files
committed
Merge branch 'patch-4' of https://github.com/oscarefranco/learn-pr into pr/50917
2 parents a834213 + 92ad80b commit dd9a651

File tree

205 files changed

+1119
-951
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+1119
-951
lines changed
455 KB
Loading
Lines changed: 158 additions & 0 deletions
Loading

learn-pr/azure/build-enterprise-ai-agents-with-java-spring/includes/10-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Congratulations! You completed this comprehensive module on building AI-powered
2121
Use the following links to continue your learning journey:
2222

2323
- The following articles explore advanced topics:
24-
- [Function calling with Spring AI](https://docs.spring.io/spring-ai/reference/api/chat/functions/openai-chat-functions.html)
24+
- [Function calling with Spring AI](https://docs.spring.io/spring-ai/reference/api/chat/openai-chat.html#_function_calling)
2525
- [Observability in Spring AI](https://docs.spring.io/spring-ai/reference/observability/index.html)
2626
- [Customize a model with fine-tuning](/azure/ai-services/openai/how-to/fine-tuning?tabs=azure-openai)
2727

learn-pr/azure/includes/azure-template-pipeline-sign-in.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ To work with resource groups in Azure, sign in to your Azure account from the Vi
1414

1515
1. If the shell shown on the right side of the terminal window is **bash**, the correct shell is open and you can skip to the next section.
1616

17-
:::image type="content" source="media/bash.png" alt-text="Screenshot of the Visual Studio Code terminal window, with the bash option shown.":::
17+
:::image type="content" source="media/bash.png" alt-text="Screenshot of the Visual Studio Code terminal window. The bash option is highlighted.":::
1818

19-
1. If a shell other than **bash** appears, select the shell dropdown, and then select **Git Bash (Default)**.
19+
1. If a shell other than **bash** appears, select the shell dropdown arrow, and then select **Git Bash**.
2020

21-
:::image type="content" source="media/select-shell-bash.png" alt-text="Screenshot of the Visual Studio Code terminal window, with the terminal shell dropdown shown and Git Bash Default selected.":::
21+
:::image type="content" source="media/select-shell-bash.png" alt-text="Screenshot of the Visual Studio Code terminal window. The terminal shell dropdown list is shown, and Git Bash selected.":::
2222

2323
1. In the list of terminal shells, select **bash**, and then select the plus sign to open a new terminal that uses the **bash** shell.
2424

25-
:::image type="content" source="media/select-bash-plus.png" alt-text="Screenshot of the Visual Studio Code terminal window, with the bash terminal and the plus sign selected.":::
25+
:::image type="content" source="media/select-bash-plus.png" alt-text="Screenshot of the Visual Studio Code terminal window. The bash terminal and the plus sign are highlighted.":::
2626

2727
### Sign in to Azure by using the Azure CLI
2828

@@ -44,15 +44,15 @@ To work with resource groups in Azure, sign in to your Azure account from the Vi
4444

4545
1. If the shell shown on the right side of the terminal window is **powershell** or **pwsh**, the correct shell is open and you can skip to the next section.
4646

47-
:::image type="content" source="media/pwsh.png" alt-text="Screenshot of the Visual Studio Code terminal window, with the p w s h option displayed in the shell dropdown.":::
47+
:::image type="content" source="media/pwsh.png" alt-text="Screenshot of the Visual Studio Code terminal window. The pwsh option is highlighted.":::
4848

49-
1. If a shell other than **powershell** or **pwsh** appears, select the shell dropdown, and then select **PowerShell**.
49+
1. If a shell other than **powershell** or **pwsh** appears, select the shell dropdown arrow, and then select **PowerShell**.
5050

51-
:::image type="content" source="media/select-shell-powershell.png" alt-text="Screenshot of the Visual Studio Code terminal window, with the terminal shell dropdown shown and PowerShell selected.":::
51+
:::image type="content" source="media/select-shell-powershell.png" alt-text="Screenshot of the Visual Studio Code terminal window. PowerShell is selected in the terminal shell dropdown list.":::
5252

5353
1. In the list of terminal shells, select **powershell** or **pwsh**, and then select the plus sign to open a new terminal that uses the **powershell** or **pwsh** shell.
5454

55-
:::image type="content" source="media/select-powershell-plus.png" alt-text="Screenshot of the Visual Studio Code terminal window, with the PowerShell terminal and the plus sign selected.":::
55+
:::image type="content" source="media/select-powershell-plus.png" alt-text="Screenshot of the Visual Studio Code terminal window. The PowerShell terminal and the plus sign are selected.":::
5656

5757
### Sign in to Azure by using Azure PowerShell
5858

0 commit comments

Comments
 (0)