- Building Hybrid Clouds with Azure Stack
- Markus Klein Susan Roesner
- 205字
- 2021-07-02 19:36:05
Tools for Azure Stack
As Azure Stack is a solution in a box, the first question when talking about tools for Azure Stack is "where do I have to install them to be supported?". The answer, MAS-CON01, because it is the management VM. A wide variety of tools are provided that help with the administration of Azure Stack.
- Visual Studio: Visual Studio, including the Azure SDK, is a must have for creating and modifying ARM templates. You can download it from https://www.visualstudio.com.
- AzCopy: AzCopy is a command-line utility for copying data to and from Azure BLOB, file, and table storage with optimal performance. You can copy data from one object to another within or between storage accounts. As Azure Stack behaves in the same way, you can just use the same EXE for running it against itself.
- Azure storage emulator: The Microsoft Azure storage emulator provides a local environment that emulates the Azure storage services for development purposes. This tool is suitable for testing an application against storage services locally without connecting to Azure or Azure Stack.
- Azure storage explorer: If you need a solution to connect to and browse for Azure storage, it is available for various OSes:
推薦閱讀
- CockroachDB權威指南
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- Developing Middleware in Java EE 8
- Learning AndEngine
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- Functional Kotlin
- Learning Vaadin 7(Second Edition)
- Building Android UIs with Custom Views
- 編程菜鳥學Python數據分析
- 輕松上手2D游戲開發:Unity入門
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- JSP程序設計實例教程(第2版)
- Spring Boot從入門到實戰
- Java多線程并發體系實戰(微課視頻版)