Skip to content

Commit 765e412

Browse files
committed
alt text fix
1 parent cb07a77 commit 765e412

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/spfx/toolchain/implement-ci-cd-with-azure-devops.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Implement Continuous Integration and Continuous deployment using Azure DevOps
33
description: Streamlining the build and deployment process by automating manual steps.
4-
ms.date: 06/13/2022
4+
ms.date: 06/07/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -52,7 +52,7 @@ The Build Definition, as its name suggests, includes all the definitions and the
5252
### Installing NodeJS version 10
5353

5454
Once the Build Definition has been created, the first thing you need to do is install NodeJS. Make sure to install version 10, as SharePoint Framework depends on it.
55-
![installing node 10](../../images/azure-devops-spfx-02.png)
55+
![Screenshot of the Select a Source screen with the Azure Repos Git option being highlighted.](../../images/azure-devops-spfx-02.png)
5656

5757
> [!NOTE]
5858
> Make sure you specify `10.x` in the `Version Spec` field. If your project is based on SharePoint Framework 1.7.1 or earlier, use version 8.x.
@@ -209,7 +209,7 @@ When you create your continuous deployment environment, you can give a name and
209209
By click on `1 job, 0 tasks` you can access the tasks configuration view, which works similarly to the build definition. Here, you can select the set of tasks that will run only for this specific environment. This includes installing NodeJS version 10 or later.
210210
Add a `Node tool installer` task and define `10.X` in the `Version Spec` field. If your project is based on SharePoint Framework version 1.7.1 or earlier, use version 8.X.
211211

212-
![installing node 10](../../images/azure-devops-spfx-13.png)
212+
![Screenshot of the NOde dot J S Tool Installer screen, showing the Display name and Version Spec fields.](../../images/azure-devops-spfx-13.png)
213213

214214
### Installing the CLI for Microsoft 365
215215

docs/spfx/viva/design/quick-view-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Design for booking vaccination booster appointment with images and a submission
9999

100100
* Sample at [GitHub](https://github.com/pnp/AdaptiveCards-Templates/tree/main/samples/vaccination-booster)
101101

102-
:::image type="content" source="../../../images/viva-design/samples/vaccination.png" alt-text="Vaccination":::
102+
:::image type="content" source="../../../images/viva-design/samples/vaccination.png" alt-text="Screenshot of the Living Well Health Center and Pharmacy providing information on scheduling a free COVID-19 booster appointment.":::
103103

104104
## Visual list with cafeteria menu scenario
105105

0 commit comments

Comments
 (0)