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
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Azcopy is a utility for copying and moving files around to and from Azure or bet
33
33
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:
34
34
35
35
1)**Batch Labs**
36
-
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 for your operating system</a>.Batch Labs source code is also online <ahref="https://github.com/Azure/BatchLabs">here</a>.
36
+
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>.
37
37
38
38
2)**Azure Batch Shipyard**
39
39
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.
@@ -48,7 +48,18 @@ The <a href="https://github.com/Azure/azure-batch-cli-extensions">Batch CLI Exen
48
48
49
49
In case you hadn't heard, infrastructure in the cloud is nothing but CODE. In Azure we call it ARM - Azure Resource Manager.
50
50
51
-
Get yourself a <ahref="https://github.com/join">github account</a>. You'll find lots and lots of example templates including for HPC. Some examples:
51
+
Get yourself a <ahref="https://github.com/join">github account</a>. You'll find lots and lots of example templates, including plenty for HPC:
If you want to getting into coding for Azure, here are two great expert tools that have direct Azure & Github integration:
62
+
63
+
<ahref="https://code.visualstudio.com/">Visual Studio Code</a> is a free and lightweight version of Visual Studio, and is great for rapid code editing and github integration.
64
+
65
+
<ahref="https://www.visualstudio.com/">Visual Studio</a> is the most comprehensive IDE on the planet, with cloud and mobile integration. This tool is a must for serious developers.
0 commit comments