Skip to content

Commit a7f9807

Browse files
committed
Adding next steps
1 parent 30186b7 commit a7f9807

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/app-service/deploy-azure-pipelines.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Configure CI/CD with Azure Pipelines
3-
description: Learn how to deploy your code to Azure App Service from a CI/CD pipeline with Azure DevOps Pipelines.
3+
description: Learn how to deploy your code to Azure App Service from a CI/CD pipeline with Azure Pipelines.
44
ms.topic: article
5-
ms.date: 06/14/2022
5+
ms.date: 09/13/2022
66
ms.author: jukullam
77
ms.manager: mijacobs
88
ms.custom: "devops-pipelines-deploy"
@@ -107,7 +107,7 @@ To get started:
107107
108108
Now you're ready to read through the rest of this topic to learn some of the more common changes that people make to customize an Azure Web App deployment.
109109
110-
## Use the Azure Web App task (.NET, )
110+
## Use the Azure Web App task
111111
112112
# [YAML](#tab/yaml/)
113113
@@ -482,4 +482,6 @@ You're now ready to create a release, which means to run the release pipeline wi
482482

483483
1. After the release is complete, navigate to your site running in Azure using the Web App URL `http://{web_app_name}.azurewebsites.net`, and verify its contents.
484484

485+
## Next steps
485486

487+
- Customize your [Azure DevOps pipeline](/azure/devops/pipelines/customize-pipeline).

0 commit comments

Comments
 (0)