You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GetTooledUp.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,12 @@ Before you begin to work with Azure Big Compute & HPC, we recommend that you tak
4
4
5
5
Most of these tools are universal and run on Linux, Windows or MacOS.
6
6
7
-
A good option for Linux folks is to install the Linux tools into the Ubuntu Bash shell on Windows 10. There is a quick HOWTO on enabling bash for windows <ahref="https://www.windowscentral.com/how-install-bash-shell-command-line-windows-10">here</a>.
8
7
***
9
8
## Universal & Essential Tools:
10
9
11
10
### Linux & Bash From Your Windows Desktop
12
11
13
-
If you're going to be using Linux and you are using Windows 10 or later on your desktop, it's a good idea to install the new Linux/Bash capability. Find the instructions <ahref="https://msdn.microsoft.com/en-us/commandline/wsl/install-win10">here</a>. You can run bash in the old CMD/DOS shell, but for a much more Linux-native experience, run the Ubuntu or SUSE shells directly (search in the start menu for eg: Ubuntu):
12
+
If you're going to be using Linux and you are using Windows 10 or later on your desktop, it's a good idea to install the new Linux/Bash capability. Find the instructions <ahref="https://msdn.microsoft.com/en-us/commandline/wsl/install-win10">here</a> and <ahref="https://www.windowscentral.com/how-install-bash-shell-command-line-windows-10">here</a>. You can run bash in the old CMD/DOS shell, but for a much more Linux-native experience, run the Ubuntu or SUSE shells directly (search in the start menu for eg: Ubuntu):
14
13
15
14

16
15
@@ -38,19 +37,20 @@ Azcopy is a utility for copying and moving files around to and from Azure or bet
38
37
39
38
These days most of what you need for the common Azure Batch tasks is included in the Azure Batch CLI (see above) under the "az batch" sub-command. However, for the labs we will need some extra tools normally reserved for black belts:
Batch Labs is THE graphical tool for interacting with Azure Batch, and replaces the old Batch Explorer tool. You can <ahref="https://azure.github.io/BatchLabs/">download the latest build</a> for your operating system. Batch Labs source code is also online <ahref="https://github.com/Azure/BatchLabs">here</a>.
43
42
44
-
2)**Azure Batch Shipyard**
43
+
### Azure Batch Shipyard - Deploy Containers at Scale
45
44
Batch Shipyard is a set of client-side tools that makes running container based Big Compute jobs on Azure Batch a breeze. Information and overview <ahref="https://azure.github.io/batch-shipyard">here</a>. Clone the <ahref="https://github.com/Azure/batch-shipyard">github repository</a> to your workstation and follow the install instructions linked on the main README.
The <ahref="https://github.com/Azure/azure-batch-cli-extensions">Batch CLI Exensions</a> provide a bunch of new advanced functionality for Azure Batch from the CLI including shipyard style templates, Task Factory, automated file upload/download and new package management features. After installing Azure Batch CLI, follow the instructions on the github README to install the extensions.
49
48
50
49
***
51
50
52
51
## Universal Azure Automation & Development Tools
53
-
1)**Github & ARM Templates**
52
+
53
+
### Github & ARM Templates
54
54
55
55
In case you hadn't heard, infrastructure in the cloud is nothing but CODE. In Azure we call it ARM - Azure Resource Manager.
56
56
@@ -62,7 +62,7 @@ Get yourself a <a href="https://github.com/join">github account</a>. You'll find
0 commit comments