- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 213字
- 2021-07-02 22:18:37
Preparing your system
To get started with developing applications on Service Fabric, you will need to the following:
- Install the runtime, SDK, and tools.
- A Service Fabric cluster to deploy your applications.
- Configure PowerShell to enable SDK script execution.
We are going to use C#, Visual Studio 2015, and Windows 10 to develop all samples in this book.
To install the SDK, tools, and Service Fabric runtime, use the Web Platform Installer (Visual Studio 2015) or enable Service Fabric workload (Visual Studio 2017). You can read more about these options at:
https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-get-started.
Service Fabric uses Windows PowerShell scripts for creating a local development cluster and for deploying applications from Visual Studio. By default, Windows blocks these scripts from running. To enable them, you must modify your PowerShell execution policy. Open PowerShell as an administrator and enter the following command:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force -Scope CurrentUser
After you have completed the installation steps, you should be able to find the Service Fabric local cluster manager installed in your system, along with new Service Fabric project templates in your Visual Studio. Let's get started with building our first application on Service Fabric in the next chapter.
- C語言程序設計教程
- Objective-C Memory Management Essentials
- UML和模式應用(原書第3版)
- Computer Vision for the Web
- 大學計算機基礎實驗教程
- 控糖控脂健康餐
- Web Scraping with Python
- Python深度學習
- C# 從入門到項目實踐(超值版)
- Mastering macOS Programming
- Windows Forensics Cookbook
- Learning VMware vSphere
- 現代C:概念剖析和編程實踐
- Visual Basic程序設計實驗指導及考試指南
- Applied Deep Learning with Python