Skip to content

Commit 3ab2974

Browse files
committed
fix format
1 parent a907f04 commit 3ab2974

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

GetTooledUp.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ Before you begin to work with Azure Big Compute & HPC, we recommend that you tak
44

55
Most of these tools are universal and run on Linux, Windows or MacOS.
66

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 <a href="https://www.windowscentral.com/how-install-bash-shell-command-line-windows-10">here</a>.
87
***
98
## Universal & Essential Tools:
109

1110
### Linux & Bash From Your Windows Desktop
1211

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 <a href="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 <a href="https://msdn.microsoft.com/en-us/commandline/wsl/install-win10">here</a> and <a href="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):
1413

1514
![ubuntu](ubuntu.PNG)
1615

@@ -38,19 +37,20 @@ Azcopy is a utility for copying and moving files around to and from Azure or bet
3837

3938
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:
4039

41-
1) **Batch Labs**
40+
### Batch Labs - Interactive Graphical Tool for Managing Azure Batch
4241
Batch Labs is THE graphical tool for interacting with Azure Batch, and replaces the old Batch Explorer tool. You can <a href="https://azure.github.io/BatchLabs/">download the latest build</a> for your operating system. Batch Labs source code is also online <a href="https://github.com/Azure/BatchLabs">here</a>.
4342

44-
2) **Azure Batch Shipyard**
43+
### Azure Batch Shipyard - Deploy Containers at Scale
4544
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 <a href="https://azure.github.io/batch-shipyard">here</a>. Clone the <a href="https://github.com/Azure/batch-shipyard">github repository</a> to your workstation and follow the install instructions linked on the main README.
4645

47-
3) **Azure Batch CLI Extensions (Preview)**
46+
### Azure Batch CLI Extensions (Preview) - Task Factory, JSON Templates & More
4847
The <a href="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.
4948

5049
***
5150

5251
## Universal Azure Automation & Development Tools
53-
1) **Github & ARM Templates**
52+
53+
### Github & ARM Templates
5454

5555
In case you hadn't heard, infrastructure in the cloud is nothing but CODE. In Azure we call it ARM - Azure Resource Manager.
5656

@@ -62,7 +62,7 @@ Get yourself a <a href="https://github.com/join">github account</a>. You'll find
6262
* <a href="https://github.com/mkiernan/FlexHPC">Simple, Flexible Modular, Multi-OS HPC Deployment</a>
6363

6464

65-
2) **Visual Studio Code & Visual Studio**
65+
### Visual Studio Code & Visual Studio
6666

6767
If you want to getting into coding for Azure, here are two great expert tools that have direct Azure & Github integration:
6868

0 commit comments

Comments
 (0)