18
ASP.NET Core Publish to Microsoft Azure Hans-Petter Halvorsen https://www.halvorsen.blog

PowerPoint Presentation · Title: PowerPoint Presentation Author: Hans-Petter Halvorsen Created Date: 4/21/2020 10:39:49 AM

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: PowerPoint Presentation · Title: PowerPoint Presentation Author: Hans-Petter Halvorsen Created Date: 4/21/2020 10:39:49 AM

ASP.NET CorePublish to Microsoft Azure

Hans-Petter Halvorsen

https://www.halvorsen.blog

Page 2: PowerPoint Presentation · Title: PowerPoint Presentation Author: Hans-Petter Halvorsen Created Date: 4/21/2020 10:39:49 AM

Video Contents

In this Video we will deploy or install an ASP.NET Core Web Application in Microsoft Azure

• Test the Web Application locally

• Create SQL Database in Azure and connect to the database

• Finally, Deply the Web Application to Azure

Page 3: PowerPoint Presentation · Title: PowerPoint Presentation Author: Hans-Petter Halvorsen Created Date: 4/21/2020 10:39:49 AM

Microsoft Azure

• Microsoft Azure is a Cloud Service from Microsoft

• You could say it is “Windows running in the Cloud”

• Azure Portal:https://portal.azure.com

Page 4: PowerPoint Presentation · Title: PowerPoint Presentation Author: Hans-Petter Halvorsen Created Date: 4/21/2020 10:39:49 AM

BookApp

Page 5: PowerPoint Presentation · Title: PowerPoint Presentation Author: Hans-Petter Halvorsen Created Date: 4/21/2020 10:39:49 AM

ASP.NET Core Web Application

Web Server

Operating System

Database

Development Test/Production

ASP.NET Core |Web Server IIS Deployment

Page 6: PowerPoint Presentation · Title: PowerPoint Presentation Author: Hans-Petter Halvorsen Created Date: 4/21/2020 10:39:49 AM

Introduction• Introduction to IIS deployment

• If you have never used ASP.NET Core, I suggest the following Videos:

– ASP.NET Core - Hello World https://youtu.be/lcQsWYgQXK4

– ASP.NET Core – Introductionhttps://youtu.be/zkOtiBcwo8s

6

Page 7: PowerPoint Presentation · Title: PowerPoint Presentation Author: Hans-Petter Halvorsen Created Date: 4/21/2020 10:39:49 AM

ScenarioDevelopment Environment Test/Production Environment

ASP.NET Core Web Application

Visual Studio

SQL Server Express

Local PC with Windows 10Server (either local or in the Cloud)

SQL Server

Web Server

Visual Studio

ASP.NET Core Web Application

Page 8: PowerPoint Presentation · Title: PowerPoint Presentation Author: Hans-Petter Halvorsen Created Date: 4/21/2020 10:39:49 AM

Web Pages and Web Applications

Azure Client

PC with Windows 10, macOS or LinuxSmartphone with Android or iOS, etc.

Web Browser, e.g., Edge, Chrome, Safari, etc.

Request (URL)

Response(HTML)Data-

base

Internetor Local

Network (LAN)

Page 9: PowerPoint Presentation · Title: PowerPoint Presentation Author: Hans-Petter Halvorsen Created Date: 4/21/2020 10:39:49 AM

ASP.NET Core Web Application in Visual Studio

Hans-Petter Halvorsen

https://www.halvorsen.blog

Page 10: PowerPoint Presentation · Title: PowerPoint Presentation Author: Hans-Petter Halvorsen Created Date: 4/21/2020 10:39:49 AM

BookApp

Page 11: PowerPoint Presentation · Title: PowerPoint Presentation Author: Hans-Petter Halvorsen Created Date: 4/21/2020 10:39:49 AM

BookApp

• ASP.NET Core - Database CRUD Application

• YouTube: https://youtu.be/k5TCZDwTYcE

• Blog: https://halvorsen.blog/

• ASP.NET Core Resources: https://halvorsen.blog/documents/programming/web/asp_net.php

11

Page 12: PowerPoint Presentation · Title: PowerPoint Presentation Author: Hans-Petter Halvorsen Created Date: 4/21/2020 10:39:49 AM

SQL Server

Hans-Petter Halvorsen

https://www.halvorsen.blog

Page 13: PowerPoint Presentation · Title: PowerPoint Presentation Author: Hans-Petter Halvorsen Created Date: 4/21/2020 10:39:49 AM

Create Database

13

Use SQL Server Management Studio in order to create the Database

Page 14: PowerPoint Presentation · Title: PowerPoint Presentation Author: Hans-Petter Halvorsen Created Date: 4/21/2020 10:39:49 AM

Create Tables, Views, Stored Procedures, etc.

14

Page 15: PowerPoint Presentation · Title: PowerPoint Presentation Author: Hans-Petter Halvorsen Created Date: 4/21/2020 10:39:49 AM

appSettings.json

15

Page 16: PowerPoint Presentation · Title: PowerPoint Presentation Author: Hans-Petter Halvorsen Created Date: 4/21/2020 10:39:49 AM

Deploy to Azure

Hans-Petter Halvorsen

https://www.halvorsen.blog

Page 17: PowerPoint Presentation · Title: PowerPoint Presentation Author: Hans-Petter Halvorsen Created Date: 4/21/2020 10:39:49 AM

Azure

• Azure Portal:https://portal.azure.com

• Create SQL Database in Microsoft Azure

• Create App Service (the service that hosts the Web Site, i.e., the Web Server) or in Visual Studio when deploying the Application to Azure

17

Page 18: PowerPoint Presentation · Title: PowerPoint Presentation Author: Hans-Petter Halvorsen Created Date: 4/21/2020 10:39:49 AM

Hans-Petter Halvorsen

University of South-Eastern Norway

www.usn.no

E-mail: [email protected]

Web: https://www.halvorsen.blog