- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 113字
- 2021-07-02 22:18:35
Service Fabric Explorer
Service Fabric Explorer is a web-based tool that is built using HTML and AngularJS and is included in every cluster, including the local cluster, at port 19080. You can access the explorer at http(s)://clusteraddress:19080/Explorer.
You can use the Service Fabric Explorer tool for inspecting and managing applications and nodes in an Azure Service Fabric cluster. The left-side section of Service Fabric Explorer provides a tree view of your cluster and to the right is a pane showing details of the selected item and an ACTIONS button with possible actions you can perform on the item:

Service Fabric Explorer
Let's take a look at the layout of Service Fabric Explorer.
推薦閱讀
- 跟小海龜學Python
- 小程序開發原理與實戰
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- 軟件供應鏈安全:源代碼缺陷實例剖析
- .NET 4.5 Parallel Extensions Cookbook
- ExtJS Web應用程序開發指南第2版
- PyQt編程快速上手
- 零基礎學Java第2版
- Test-Driven iOS Development with Swift
- Dart:Scalable Application Development
- 川哥教你Spring Boot 2實戰
- MATLAB計算機視覺實戰
- 基于Docker的Redis入門與實戰
- Testing Practitioner Handbook
- Python AI游戲編程入門:基于Pygame和PyTorch