ASP.NET Core web app in Azure

  1. Create an ASP.NET Core web app
  2. Publish to Azure
  3. Update the app and redeploy
  4. Manage the Azure web app

1. Create an ASP.NET Core web app

สร้างโปรเจ็กส์ web app ใหม่ File > New > Project
เลือก Visual C# > Web > ASP.NET Core Web Application
ตั้งชื่อ JackWebApp

เลือก Web Application แบบ No Authentication

ทดลองรัน Debug > Start without Debugging

จะได้ http://localhost:65153/

ให้สังเกตุมุมบนซ้ายจะมีเมนูแรกชื่อ JackWebApp

2. Publish to Azure

ที่ Solution Explorer ให้ right-click ที่โปรเจกส์ JackWebApp แล้วเลือก Publish

เลือก App Service และ Azure App Service เลือก Create New เสร็จแล้วกด Publish

จะเห็นหน้า Create App Service
โดยมี App Name ของเราเช่นชื่อ JackWebApp25610822115626

ที่ Hosting plan คลิก New.. จะปรากฏไดอะล็อก

เลือก Size ให้เป็นแบบ Free

ดูราคาของแต่ละแบบได้ที่ App Service pricing

คลิก Create

เป็นอันเสร็จ เราสามารถเข้า web app ของเราได้ตามรูปแบบนี้

[code]
http://<app_name>.azurewebsites.net
[/code]

เช่น http://JackWebApp25610822115626.azurewebsites.net

3. Update the app and redeploy

แก้ไขไฟล์ Pages/Index.cshtml

คลิกขวาที่โปรเจ็กส์ แล้วเลือก Publish …

คลิกปุ่ม Publish

เสร็จแล้วเรีกยเว็บใหม่ หน้าเว็บจะเปลี่ยนไปละตามที่เราแก้ไข

When publishing completes, Visual Studio launches a browser to the URL of the web app.

4. Manage the Azure web app

Go to the Azure portal to manage the web app.

ที่เมนูทางซ้ายเลือก App Services

คลิกเลือก Azure web app ที่เราสร้าง (JackWebApp25610822115626)

(ภาพนี้ตัดภาพมา ตัดเมนูซ้ายสุดที่เป็นแถบดำๆออก)

ทางด้านซ้ายแสดงหน้า config ของ web app เรา

Overview
Activity log
Access control (IAM)
Tags
Diagnose and solve problems
DEPLOYMENT
– Quickstart
– Deployment credentials
– Deployment slots
– Deployment options
– Deployment Center (Preview)
SETTINGS
– Application settings
– Authentication / Authorization
– Application Insights
– Managed service identity
– Backups
– Custom domains
– SSL settings
– Networking
– Scale up (App Service plan)
– Scale out (App Service plan)
– WebJobs
– Push
– MySQL In App
– Properties
– Locks
– Automation script
APP SERVICE PLAN
– App Service plan
– Quotas
– Change App Service plan
DEVELOPMENT TOOLS
– Clone app
– Console
– Advanced Tools
– App Service Editor (Preview)
– Performance test
– Resource explorer
– Testing in production
– Extensions
MOBILE
– Easy tables
– Easy APIs
– Data connections
API
– API definition
CORS
MONITORING
– Alerts (Classic)
– Diagnostics logs
– Log stream
– Process explorer
SUPPORT + TROUBLESHOOTING
– Resource health
– App Service Advisor
– New support request

Link