SlideShare a Scribd company logo
Visual Studio 2022
透過 Dev Tunnel 在開發期間與外部服務互動
Duran 技術冶煉廠
2
Presented By: Duran Hsieh
DEV TUNNELS
• 提供開發期間建立公開端點
• 讓外部服務直接連結至 Visual Studio 上運作的專案
3
Presented By: Duran Hsieh
DEV TUNNELS
• 安裝/更新至 Visual Studio 2022 Version 17.4
• 開啟預覽功能
• 工具 > 環境 > 預覽功能 > 勾選 為Web 應用程式啟用 Dev Tunnel
4
Presented By: Duran Hsieh
DEV TUNNELS
• 選擇帳戶
• 工具> 選項 > Dev Tunnels 選擇您的要使用的帳戶
5
Presented By: Duran Hsieh
DEV TUNNELS
• Properties/launchSettings.json
• “devTunnelEnabled”: true
• “devTunnelAccess”:“Public”
• devTunnelAccess 層級
• Private: 只用建立 tunnel 的使用者登入後可以存取
• Org: 只有組織內的使用者登入後可以存取
• Public: 任何人皆可以登入,無需存取
THANK YOU FOR
WATCHING

More Related Content

PDF
DevOps Tool Chain - Image Registry Troubleshooting and Best practices
PPTX
聽微軟專家說為何.NET開發非學不可?
PDF
DevSecOps 實踐與 GitHub 進階安全: 建立安全的開發流程
PDF
GDG Taichung: What is new in Firebase
PDF
GDG Taichung - Flutter and Firebase.pdf
PPTX
GitHub Action Introduction
PPTX
Cloud Study Jam - ML API 4
PPTX
Cloud Study Jam ML API 3
DevOps Tool Chain - Image Registry Troubleshooting and Best practices
聽微軟專家說為何.NET開發非學不可?
DevSecOps 實踐與 GitHub 進階安全: 建立安全的開發流程
GDG Taichung: What is new in Firebase
GDG Taichung - Flutter and Firebase.pdf
GitHub Action Introduction
Cloud Study Jam - ML API 4
Cloud Study Jam ML API 3

More from Duran Hsieh (20)

PPTX
GDG Taichung: Cloud Study Jam ML API
PPTX
GDG Taichung - Firebase Introduction 01
PPTX
Study4TW .NET Conf Local Event Taichung 2018 slideshow
PPTX
What is .NET Chinese ver
PPTX
Microsoft recommendation solution on azure
PPTX
Microsoft professional program introduction
PDF
聰明的投資者
PPTX
聊天機器人概論 Introduce to chat bot sevices
PPTX
Android 基礎課程補充資料
PPTX
Android基礎課程3 - APP上架、廣告與 Facebook 登入
PPTX
Android基礎課程2 - google map android API
PPTX
Android 基礎開發課程
PPTX
[Study4TW Visual Studio Everywhere] asp.net core 實務開發經驗分享
PPTX
2016年逢甲大學資訊系:ASP.NET MVC 4 教育訓練6
PPTX
2016年逢甲大學資訊系:ASP.NET MVC 4 教育訓練5
PPTX
2016年逢甲大學資訊系:ASP.NET MVC 4 教育訓練4
PPTX
2016年逢甲大學資訊系:ASP.NET MVC 4 教育訓練3
PPTX
2016年逢甲大學資訊系:ASP.NET MVC 4 教育訓練2
PPTX
2016年逢甲大學資訊系:ASP.NET MVC 4 教育訓練1(20160222)
PPTX
2015 年逢甲大學資訊系:ASP.NET MVC 4 教育訓練5
GDG Taichung: Cloud Study Jam ML API
GDG Taichung - Firebase Introduction 01
Study4TW .NET Conf Local Event Taichung 2018 slideshow
What is .NET Chinese ver
Microsoft recommendation solution on azure
Microsoft professional program introduction
聰明的投資者
聊天機器人概論 Introduce to chat bot sevices
Android 基礎課程補充資料
Android基礎課程3 - APP上架、廣告與 Facebook 登入
Android基礎課程2 - google map android API
Android 基礎開發課程
[Study4TW Visual Studio Everywhere] asp.net core 實務開發經驗分享
2016年逢甲大學資訊系:ASP.NET MVC 4 教育訓練6
2016年逢甲大學資訊系:ASP.NET MVC 4 教育訓練5
2016年逢甲大學資訊系:ASP.NET MVC 4 教育訓練4
2016年逢甲大學資訊系:ASP.NET MVC 4 教育訓練3
2016年逢甲大學資訊系:ASP.NET MVC 4 教育訓練2
2016年逢甲大學資訊系:ASP.NET MVC 4 教育訓練1(20160222)
2015 年逢甲大學資訊系:ASP.NET MVC 4 教育訓練5
Ad

Visual Studio Dev Tunnel.pdf

  • 1. Visual Studio 2022 透過 Dev Tunnel 在開發期間與外部服務互動 Duran 技術冶煉廠
  • 2. 2 Presented By: Duran Hsieh DEV TUNNELS • 提供開發期間建立公開端點 • 讓外部服務直接連結至 Visual Studio 上運作的專案
  • 3. 3 Presented By: Duran Hsieh DEV TUNNELS • 安裝/更新至 Visual Studio 2022 Version 17.4 • 開啟預覽功能 • 工具 > 環境 > 預覽功能 > 勾選 為Web 應用程式啟用 Dev Tunnel
  • 4. 4 Presented By: Duran Hsieh DEV TUNNELS • 選擇帳戶 • 工具> 選項 > Dev Tunnels 選擇您的要使用的帳戶
  • 5. 5 Presented By: Duran Hsieh DEV TUNNELS • Properties/launchSettings.json • “devTunnelEnabled”: true • “devTunnelAccess”:“Public” • devTunnelAccess 層級 • Private: 只用建立 tunnel 的使用者登入後可以存取 • Org: 只有組織內的使用者登入後可以存取 • Public: 任何人皆可以登入,無需存取