Skip to content

Commit 42c77e7

Browse files
authored
pull base content,head:MicrosoftDocs:main,into:wwlpublishsync
2 parents 848808f + 45ed05c commit 42c77e7

File tree

83 files changed

+491
-408
lines changed

Some content is hidden

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

83 files changed

+491
-408
lines changed

learn-pr.sln

Lines changed: 0 additions & 39 deletions
This file was deleted.
103 KB
Loading
Lines changed: 85 additions & 0 deletions
Loading

learn-pr/aspnetcore/build-web-api-minimal-database/includes/2-what-is-entity-framework-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ if (pizza is null)
8181
{
8282
//Handle error
8383
}
84-
pizza.Desription = updatepizza.Description;
84+
pizza.Description = updatepizza.Description;
8585
pizza.Name = updatepizza.Name;
8686
await db.SaveChangesAsync();
8787
```

learn-pr/azure-devops/create-a-build-pipeline/6-create-the-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Exercise - Create the pipeline
88
description: Create an Azure Pipelines project and produce your first build artifact.
9-
ms.date: 09/13/2024
9+
ms.date: 03/21/2025
1010
ms.custom: devdivchpfy22, engagement-fy23
1111
author: steved0x
1212
ms.author: sdanie

learn-pr/azure-devops/create-a-build-pipeline/includes/6-create-the-pipeline.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ When you don't provide an initial YAML file for your project, Azure Pipelines ca
2727
2828
:::image type="content" source="../media/6-configure-app-type.png" alt-text="Screenshot of locating ASP.NET Core from the list of provided application types.":::
2929

30+
> [!NOTE]
31+
> If your repository has an `azure-pipelines.yml` file at the root level, Azure DevOps may skip the **Configure** step. To resolve this issue, remove or rename the file.
32+
3033
1. On the **Review** tab, note the initial build configuration.
3134

3235
:::image type="content" source="../media/6-initial-pipeline-yml.png" alt-text="Screenshot of Azure Pipelines showing the initial build configuration.":::

learn-pr/azure/intro-to-azure-arc/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Introduction
77
description: Introduction to Azure Arc
8-
ms.date: 12/07/2023
8+
ms.date: 03/21/2025
99
author: JnHs
1010
ms.author: jenhayes
1111
ms.topic: unit

learn-pr/azure/intro-to-azure-arc/2-describe-azure-arc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Describe Azure Arc
77
description: Describe Azure Arc
8-
ms.date: 12/07/2023
8+
ms.date: 03/21/2025
99
author: JnHs
1010
ms.author: jenhayes
1111
ms.topic: unit

learn-pr/azure/intro-to-azure-arc/3-describe-azure-arc-enabled-servers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Describe Azure Arc-enabled servers
77
description: Describe Azure Arc-enabled servers
8-
ms.date: 12/07/2023
8+
ms.date: 03/21/2025
99
author: JnHs
1010
ms.author: jenhayes
1111
ms.topic: unit

learn-pr/azure/intro-to-azure-arc/4-describe-azure-arc-enabled-kubernetes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Describe Azure Arc-enabled Kubernetes
77
description: Describe Azure Arc-enabled Kubernetes
8-
ms.date: 12/07/2023
8+
ms.date: 03/21/2025
99
author: JnHs
1010
ms.author: jenhayes
1111
ms.topic: unit

0 commit comments

Comments
 (0)