Skip to content

Commit e8767d3

Browse files
colindembovskySumit GhoshBethMassiscottaddie
authored
Adding GitHub Actions .NET Deployment Article (#23332)
* Initial import of chapter and images * Updating image paths and styling * Update master to main * Remove update of .NET framework after upgrade * Linting updates * Linting updates * Linting update * Update page url in index * Fix grammar Co-authored-by: Sumit Ghosh <[email protected]> * Fix grammar Co-authored-by: Sumit Ghosh <[email protected]> * Fix grammar Co-authored-by: Sumit Ghosh <[email protected]> * Fix grammar Co-authored-by: Sumit Ghosh <[email protected]> * Fix spelling Co-authored-by: Sumit Ghosh <[email protected]> * Fix grammar Co-authored-by: Sumit Ghosh <[email protected]> * Fix grammar Co-authored-by: Sumit Ghosh <[email protected]> * Fix spelling Co-authored-by: Sumit Ghosh <[email protected]> * Update docs/architecture/devops-for-aspnet-developers/actions-build.md Co-authored-by: Beth Massi <[email protected]> * Update spelling Co-authored-by: Scott Addie <[email protected]> * Adding comma Co-authored-by: Scott Addie <[email protected]> * Fix casing Co-authored-by: Scott Addie <[email protected]> * Fix spelling Co-authored-by: Scott Addie <[email protected]> * Fix spelling Co-authored-by: Scott Addie <[email protected]> * Fix spelling Co-authored-by: Scott Addie <[email protected]> * Change click to select Co-authored-by: Scott Addie <[email protected]> * Change click to select Co-authored-by: Scott Addie <[email protected]> * Contractions Co-authored-by: Scott Addie <[email protected]> * Contractions and update of "click" to "select" Co-authored-by: Scott Addie <[email protected]> * Grammar fix Co-authored-by: Scott Addie <[email protected]> * Fix spelling Co-authored-by: Scott Addie <[email protected]> * Fix casing Co-authored-by: Scott Addie <[email protected]> * Fix casing Co-authored-by: Scott Addie <[email protected]> * Fix emphasis Co-authored-by: Scott Addie <[email protected]> * Add emphasis Co-authored-by: Scott Addie <[email protected]> * Fix grammar Co-authored-by: Scott Addie <[email protected]> * Make active Co-authored-by: Scott Addie <[email protected]> * Add comma Co-authored-by: Scott Addie <[email protected]> * Fix grammar Co-authored-by: Scott Addie <[email protected]> * Update case Co-authored-by: Scott Addie <[email protected]> * Add missing word Co-authored-by: Scott Addie <[email protected]> * Fix spelling Co-authored-by: Scott Addie <[email protected]> * Fix URL Co-authored-by: Scott Addie <[email protected]> * Fix spelling Co-authored-by: Scott Addie <[email protected]> * Indenting snippets * Various review changes * Update grammar Co-authored-by: Scott Addie <[email protected]> * Change "click" to "select" * Various final edits * Adding deployment article * Linting * Linting * Linting * Linting * Style updates * Fix casing on title Co-authored-by: Scott Addie <[email protected]> * Fix casing Co-authored-by: Scott Addie <[email protected]> * Fix casing Co-authored-by: Scott Addie <[email protected]> * Various edits for review * More edits for review process * More edits * edit pass Co-authored-by: Sumit Ghosh <[email protected]> Co-authored-by: Beth Massi <[email protected]> Co-authored-by: Scott Addie <[email protected]>
1 parent 751a89f commit e8767d3

19 files changed

+497
-6
lines changed

docs/architecture/devops-for-aspnet-developers/actions-build.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Deploy an app to App Service - DevOps with .NET and GitHub Actions
3-
description: Deploy a .NET app to Azure App Service, the first step for DevOps with .NET and GitHub Actions.
2+
title: DevOps with .NET and GitHub Actions - Build a .NET Web App
3+
description: Start your journey of DevOps with .NET and GitHub Actions by building a .NET web app
44
author: colindembovsky
55
ms.date: 03/04/2021
66
---
7-
# Deploy an app to App Service - DevOps with .NET and GitHub Actions
7+
# Build a .NET web app using GitHub Actions
88

99
[GitHub Actions](https://github.com/features/actions) allow you to automate workflows in response to events that are triggered in GitHub. A common workflow is Continuous Integration (CI), but Actions can automate other processes. For example, sending welcome emails when people join a repository.
1010

@@ -191,3 +191,6 @@ jobs:
191191
path: SimpleFeedReader/website/**
192192
if-no-files-found: error
193193
```
194+
195+
>[!div class="step-by-step"]
196+
>[Next](actions-deploy.md)

docs/architecture/devops-for-aspnet-developers/actions-deploy.md

Lines changed: 488 additions & 0 deletions
Large diffs are not rendered by default.
123 KB
Loading
506 KB
Loading
140 KB
Loading
106 KB
Loading
328 KB
Loading
93.6 KB
Loading
105 KB
Loading
174 KB
Loading

0 commit comments

Comments
 (0)