Skip to content

Commit f4b383e

Browse files
committed
warning fixes
1 parent 7c70bd6 commit f4b383e

File tree

4 files changed

+25
-33
lines changed

4 files changed

+25
-33
lines changed

articles/devops-project/azure-devops-project-aks.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ms.technology: devops-cicd
88
ms.topic: tutorial
99
ms.date: 03/24/2020
1010
author: mlearned
11-
monikerRange: 'azure-devops'
1211
---
1312

1413
# Deploy ASP.NET Core apps to Azure Kubernetes Service with Azure DevOps Starter

articles/devops-project/azure-devops-project-aspnet-core.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ ms.topic: quickstart
1515
ms.date: 03/24/2020
1616
ms.author: mlearned
1717
ms.custom: mvc
18-
monikerRange: 'azure-devops'
1918
---
2019

2120
# Create a CI/CD pipeline for .NET with Azure DevOps Starter

articles/devops-project/azure-devops-project-cosmos-db.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ms.technology: devops-cicd
88
ms.topic: tutorial
99
ms.date: 03/24/2020
1010
author: mlearned
11-
monikerRange: 'azure-devops'
1211
---
1312

1413
# Deploy Node.js apps powered by Azure Cosmos DB with DevOps Starter
@@ -42,8 +41,6 @@ DevOps Starter creates a CI/CD pipeline in Azure Pipelines. You can create a new
4241

4342
1. Sign in to the [Azure portal](https://portal.azure.com).
4443

45-
1. In the left pane, select **Create a resource**.
46-
4744
1. In the search box, type **DevOps Starter**, and then select. Click on **Add** to create a new one.
4845

4946
![The DevOps Starter dashboard](_img/azure-devops-starter-aks/search-devops-starter.png)

articles/devops-project/azure-devops-project-functions.md

Lines changed: 25 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
---
2-
title: 'Tutorial: Deploy ASP.NET apps to Azure Functions with Azure DevOps Projects'
3-
description: Azure DevOps Projects makes it easy to get started on Azure. With DevOps Projects, you can deploy your ASP.NET app to Azure Functions in a few quick steps.
2+
title: 'Tutorial: Deploy ASP.NET apps to Azure Functions with Azure DevOps Starter'
3+
description: Azure DevOps Starter makes it easy to get started on Azure. With DevOps Starter, you can deploy your ASP.NET app to Azure Functions in a few quick steps.
44
ms.author: mlearned
55
ms.manager: gwallace
66
ms.prod: devops
77
ms.technology: devops-cicd
88
ms.topic: tutorial
9-
ms.date: 06/20/2019
9+
ms.date: 03/24/2020
1010
author: mlearned
11-
monikerRange: 'vsts'
1211
---
1312

14-
# Continuously deploy to Azure Functions with DevOps Projects
13+
# Deploy to Azure Functions with DevOps Starter
1514

16-
Azure DevOps Projects presents a simplified experience where you can bring your existing code and Git repo or choose a sample application to create a continuous integration (CI) and continuous delivery (CD) pipeline to Azure.
15+
Azure DevOps Starter presents a simplified experience where you can bring your existing code and Git repo or choose a sample application to create a continuous integration (CI) and continuous delivery (CD) pipeline to Azure.
1716

18-
DevOps Projects also:
17+
DevOps Starter also:
1918

2019
* Automatically creates Azure resources, such as Azure Functions
2120

@@ -24,7 +23,7 @@ DevOps Projects also:
2423
In this tutorial, you will:
2524

2625
> [!div class="checklist"]
27-
>* Use DevOps Projects to deploy an ASP.NET app to Azure Function
26+
>* Use DevOps Starter to deploy an ASP.NET app to Azure Function
2827
>* Configure Azure DevOps and an Azure subscription
2928
>* Examine the Azure Function
3029
>* Examine the CI pipeline
@@ -38,17 +37,15 @@ Currently the supported runtimes for functions are **.NET** and **Node.js**. We
3837

3938
* An Azure subscription. You can get one free through [Visual Studio Dev Essentials](https://visualstudio.microsoft.com/dev-essentials/)
4039

41-
## Use DevOps Projects to deploy an ASP.NET app to Azure Functions
40+
## Use DevOps Starter to deploy an ASP.NET app to Azure Functions
4241

43-
DevOps Projects creates a CI/CD pipeline in Azure Pipelines. You can create a new Azure DevOps organization or use an existing organization. DevOps Projects also creates Azure resources, such as an IoTHub, in the Azure subscription of your choice.
42+
DevOps Starter creates a CI/CD pipeline in Azure Pipelines. You can create a new Azure DevOps organization or use an existing organization. DevOps Projects also creates Azure resources, such as an IoTHub, in the Azure subscription of your choice.
4443

4544
1. Sign in to the [Azure portal](https://portal.azure.com)
4645

47-
1. In the left pane, select **Create a resource**.
46+
1. In the search box, type **DevOps Starter**, and then select. Click on **Add** to create a new one.
4847

49-
1. In the search box, type **DevOps Projects**, and then click **Add**.
50-
51-
![DevOps Projects](_img/azure-devops-project-functions/devops-project.png)
48+
![The DevOps Starter dashboard](_img/azure-devops-starter-aks/search-devops-starter.png)
5249

5350
1. Select **.NET**, and then select **Next**. Under **Choose an application framework**, select **ASP.NET** and click **Next**.
5451

@@ -62,21 +59,21 @@ DevOps Projects creates a CI/CD pipeline in Azure Pipelines. You can create a ne
6259

6360
1. Select your Azure subscription.
6461

65-
1. To view additional Azure configuration settings and to identify the pricing tier and location, click on Additional settings. This pane displays various options for configuring the pricing tier and location of Azure services.
62+
1. To view additional Azure configuration settings and to identify the pricing tier and location, click on **Additional settings**. This pane displays various options for configuring the pricing tier and location of Azure services.
6663

67-
1. Exit the Azure configuration area, and then select Done.
64+
1. Exit the Azure configuration area, and then select **Done**.
6865

69-
1. After a few minutes, the process is completed. A sample ASP.NET app is set up in a Git repo in your Azure DevOps organization, a Function App, and Application Insights is created, a CI/CD pipeline is executed, and your app is deployed to Azure.
66+
1. After few minutes, the process is completed. A sample ASP.NET app is set up in a Git repo in your Azure DevOps organization, a Function App, and Application Insights is created, a CI/CD pipeline is executed, and your app is deployed to Azure.
7067

71-
After all this is completed, the Azure DevOps Project dashboard is displayed in the Azure portal. You can also go to the DevOps Projects dashboard directly from **All resources** in the Azure portal.
68+
After all this is completed, the Azure DevOps Starter dashboard is displayed in the Azure portal. You can also go to the DevOps Starter dashboard directly from **All resources** in the Azure portal.
7269

7370
This dashboard provides visibility into your Azure DevOps code repository, your CI/CD pipeline, and your Azure Function. You can configure additional CI/CD options in your Azure DevOps pipeline. At the right, select **Function App** to view.
7471

7572
## Examine the Function App
7673

77-
DevOps Projects automatically configures function app, which you can explore and customize. To get to know the function app, do the following:
74+
DevOps Starter automatically configures function app, which you can explore and customize. To get to know the function app, do the following:
7875

79-
1. Go to the DevOps Projects dashboard.
76+
1. Go to the DevOps Starter dashboard.
8077

8178
![DevOps Projects Dashboard](_img/azure-devops-project-functions/devops-projects-dashboard.png)
8279

@@ -86,17 +83,17 @@ DevOps Projects automatically configures function app, which you can explore and
8683

8784
## Examine the CI pipeline
8885

89-
DevOps Projects automatically configures a CI/CD pipeline in your Azure DevOps organization. You can explore and customize the pipeline. To familiarize yourself with it, do the following:
86+
DevOps Starter automatically configures a CI/CD pipeline in your Azure DevOps organization. You can explore and customize the pipeline. To familiarize yourself with it, do the following:
9087

91-
1. Go to the DevOps Projects dashboard.
88+
1. Go to the DevOps Starter dashboard.
9289

9390
1. Click on the hyperlink under **Build**. A browser tab displays the build pipeline for your new project.
9491

9592
![Build](_img/azure-devops-project-functions/build.png)
9693

9794
1. Select **Edit**. In this pane, you can examine the various tasks for your build pipeline. The build performs various tasks, such as fetching source code from the Git repo, building the application, running unit tests, and publishing outputs that are used for deployments.
9895

99-
1. Select **Triggers**. DevOps Projects automatically creates a CI trigger, and every commit to the repo starts a new build. Optionally, you can choose to include or exclude branches from the CI process.
96+
1. Select **Triggers**. DevOps Starter automatically creates a CI trigger, and every commit to the repo starts a new build. Optionally, you can choose to include or exclude branches from the CI process.
10097

10198
1. Select **Retention**. Depending on your scenario, you can specify policies to keep or remove a certain number of builds.
10299

@@ -108,7 +105,7 @@ DevOps Projects automatically configures a CI/CD pipeline in your Azure DevOps o
108105

109106
## Examine the CD release pipeline
110107

111-
DevOps Projects automatically creates and configures the necessary steps to deploy from your Azure DevOps organization to your Azure subscription. These steps include configuring an Azure service connection to authenticate Azure DevOps to your Azure subscription. The automation also creates a release pipeline, which provides the CD to Azure. To learn more about the release pipeline, do the following:
108+
DevOps Starter automatically creates and configures the necessary steps to deploy from your Azure DevOps organization to your Azure subscription. These steps include configuring an Azure service connection to authenticate Azure DevOps to your Azure subscription. The automation also creates a release pipeline, which provides the CD to Azure. To learn more about the release pipeline, do the following:
112109

113110
1. Navigate to the **Pipelines | Releases**.
114111

@@ -137,15 +134,15 @@ You're now ready to collaborate with a team on your app by using a CI/CD process
137134

138135
1. The repository already contains code called **SampleFunctionApp** based on the application language that you chose in the creation process. Open the **Application/SampleFunctionApp/Function1.cs** file.
139136

140-
1. Select **Edit**, and then make a change to **line number 31** . For example, you can update it to **Hello there! Welcome to Azure Functions using DevOps Projects**
137+
1. Select **Edit**, and then make a change to **line number 31** . For example, you can update it to **Hello there! Welcome to Azure Functions using DevOps Starter**
141138

142139
1. At the top right, select **Commit**, and then select **Commit** again to push your change.
143140

144141
1. Open the **Application/SampleFunctionApp.Test/Function1TestRunner.cs** file.
145142

146-
1. Select **Edit**, and then make a change to **line number 21**. For example, you can update it to **Hello there! Welcome to Azure Functions using Azure DevOps Projects**.
143+
1. Select **Edit**, and then make a change to **line number 21**. For example, you can update it to **Hello there! Welcome to Azure Functions using Azure DevOps Starter**.
147144

148-
After a few moments, a build starts in Azure DevOps and a release executes to deploy the changes. Monitor the build status on the DevOps Projects dashboard or in the browser with your Azure DevOps organization.
145+
After a few moments, a build starts in Azure DevOps and a release executes to deploy the changes. Monitor the build status on the DevOps Starter dashboard or in the browser with your Azure DevOps organization.
149146

150147
## Clean up resources
151148

@@ -156,7 +153,7 @@ You can delete the related resources that you created when you don't need them a
156153
You can optionally modify these build and release pipelines to meet the needs of your team. You can also use this CI/CD pattern as a template for your other pipelines. In this tutorial, you learned how to:
157154

158155
> [!div class="checklist"]
159-
> * Use DevOps Projects to deploy an ASP.NET Core app to Azure Function
156+
> * Use DevOps Starter to deploy an ASP.NET Core app to Azure Function
160157
> * Configure Azure DevOps and an Azure subscription
161158
> * Examine the Azure Function
162159
> * Examine the CI pipeline

0 commit comments

Comments
 (0)