From 189d7a3575d358a86eddb248b53d69024d7dab1e Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 19 Nov 2019 12:51:25 -0500 Subject: [PATCH 1/5] Ignoring github workflow --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 548b0a61e39cc..e165f8e6ccd0e 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,7 @@ ehthumbs_vista.db # Windows shortcuts *.lnk + +# GitHub actions +.github/workflows/bcnotify.yaml + From 982794ad8dbe24e63302f84fd8280891ec054d16 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 19 Nov 2019 12:52:42 -0500 Subject: [PATCH 2/5] rolling back change --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index e165f8e6ccd0e..ff1805970bd84 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,3 @@ ehthumbs_vista.db # Windows shortcuts *.lnk -# GitHub actions -.github/workflows/bcnotify.yaml - From 2d5790dec996f201565ac8c970cc9773628ee536 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 25 May 2020 12:29:30 -0400 Subject: [PATCH 3/5] adding version section --- docs/architecture/modern-web-apps-azure/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/architecture/modern-web-apps-azure/index.md b/docs/architecture/modern-web-apps-azure/index.md index 30e717f38ee8d..3fc141ac8ec34 100644 --- a/docs/architecture/modern-web-apps-azure/index.md +++ b/docs/architecture/modern-web-apps-azure/index.md @@ -82,6 +82,10 @@ More and more organizations are choosing to host their web applications in the c Building web applications with ASP.NET Core, hosted in Azure, offers many competitive advantages over traditional alternatives. ASP.NET Core is optimized for modern web application development practices and cloud hosting scenarios. In this guide, you'll learn how to architect your ASP.NET Core applications to best take advantage of these capabilities. +## Version + +This guide has been revised to cover **.NET Core 3.1** version along with many additional updates related to the same “wave” of technologies (that is, Azure and additional third-party technologies) coinciding in time with the .NET Core 3.1 release. That’s why the book version has also been updated to version **3.1**. + ## Purpose This guide provides end-to-end guidance on building *monolithic* web applications using ASP.NET Core and Azure. In this context, "monolithic" refers to the fact that these applications are deployed as a single unit, not as a collection of interacting services and applications. From f3024e3fde89f10cbaf5dfde34e80506b317aa23 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 25 May 2020 12:29:56 -0400 Subject: [PATCH 4/5] update ms.date --- docs/architecture/modern-web-apps-azure/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/modern-web-apps-azure/index.md b/docs/architecture/modern-web-apps-azure/index.md index 3fc141ac8ec34..e458e964cc035 100644 --- a/docs/architecture/modern-web-apps-azure/index.md +++ b/docs/architecture/modern-web-apps-azure/index.md @@ -3,7 +3,7 @@ title: Architect modern web applications with ASP.NET Core and Azure description: A guide that provides end-to-end guidance on building monolithic web applications using ASP.NET Core and Azure. author: ardalis ms.author: wiwagn -ms.date: 12/4/2019 +ms.date: 5/25/2020 --- # Architect Modern Web Applications with ASP.NET Core and Azure From c7dc88495cdb529a3c89ed7ea19cf2566dbaca1d Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 25 May 2020 15:28:47 -0400 Subject: [PATCH 5/5] Update docs/architecture/modern-web-apps-azure/index.md Co-authored-by: Youssef Victor <31348972+Youssef1313@users.noreply.github.com> --- docs/architecture/modern-web-apps-azure/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/modern-web-apps-azure/index.md b/docs/architecture/modern-web-apps-azure/index.md index e458e964cc035..46e0854b97dca 100644 --- a/docs/architecture/modern-web-apps-azure/index.md +++ b/docs/architecture/modern-web-apps-azure/index.md @@ -84,7 +84,7 @@ Building web applications with ASP.NET Core, hosted in Azure, offers many compet ## Version -This guide has been revised to cover **.NET Core 3.1** version along with many additional updates related to the same “wave” of technologies (that is, Azure and additional third-party technologies) coinciding in time with the .NET Core 3.1 release. That’s why the book version has also been updated to version **3.1**. +This guide has been revised to cover **.NET Core 3.1** version along with many additional updates related to the same "wave" of technologies (that is, Azure and additional third-party technologies) coinciding in time with the .NET Core 3.1 release. That's why the book version has also been updated to version **3.1**. ## Purpose