Skip to content

Commit 6be890e

Browse files
Merge pull request #88286 from laurenhughes/batch-landing-page
Batch: Update landing page
2 parents fb21235 + 5b1dcb5 commit 6be890e

File tree

1 file changed

+95
-78
lines changed

1 file changed

+95
-78
lines changed

articles/batch/index.yml

Lines changed: 95 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,97 @@
1-
### YamlMime:YamlDocument
2-
documentType: LandingData
3-
title: Batch Documentation
1+
### YamlMime:Landing
2+
3+
title: Azure Batch documentation
4+
summary: Azure Batch runs large-scale applications efficiently in the cloud. Schedule compute-intensive tasks and dynamically adjust resources for your solution without managing infrastructure.
45
metadata:
5-
title: Batch Documentation - Tutorials, API Reference | Microsoft Docs
6-
description: Use Batch to run large-scale parallel and high-performance computing (HPC) applications efficiently in the cloud. Define the Azure compute resources to execute your applications in parallel or at scale without manually configuring or managing infrastructure. Schedule compute-intensive tasks and dynamically add or remove compute resources based on your requirements. Learn how to use Azure Batch with our quickstarts, tutorials, and samples.
6+
title: Azure Batch documentation
7+
description: Azure Batch runs large-scale applications efficiently in the cloud. Schedule compute-intensive tasks and dynamically adjust resources for your solution without managing infrastructure.
78
services: batch
8-
author: georgewallace
9-
manager: gwallace
10-
ms.service: batch
11-
ms.topic: landing-page
12-
ms.date: 11/30/2017
13-
ms.author: gwallace
14-
abstract:
15-
description: Use Batch to run large-scale parallel and high-performance computing (HPC) applications efficiently in the cloud. Define the Azure compute resources to execute your applications in parallel or at scale without manually configuring or managing infrastructure. Schedule compute-intensive tasks and dynamically add or remove compute resources based on your requirements. Learn how to use Azure Batch with our quickstarts, tutorials, and samples.
16-
sections:
17-
- title: 5-Minute Quickstarts
18-
items:
19-
- type: paragraph
20-
text: Learn how to run your first Batch job in Azure.
21-
- type: list
22-
style: icon48
23-
items:
24-
- image:
25-
src: https://docs.microsoft.com/media/common/i_cligeneric.svg
26-
text: Azure CLI
27-
href: quick-create-cli
28-
- image:
29-
src: https://docs.microsoft.com/media/common/i_portal.svg
30-
text: Azure Portal
31-
href: quick-create-portal
32-
- image:
33-
src: https://docs.microsoft.com/media/logos/logo_NET.svg
34-
text: .NET
35-
href: quick-run-dotnet
36-
- image:
37-
src: https://docs.microsoft.com/media/logos/logo_python.svg
38-
text: Python
39-
href: quick-run-python
40-
- title: Step-by-Step Tutorials
41-
items:
42-
- type: paragraph
43-
text: Learn how to run compute-intensive workloads on Batch.
44-
- type: list
45-
style: ordered
46-
items:
47-
- html: <a href="tutorial-parallel-dotnet">Parallel file processing with .NET SDK</a>
48-
- html: <a href="tutorial-parallel-python">Parallel file processing with Python SDK</a>
49-
- html: <a href="tutorial-rendering-cli">Scene rendering with Arnold</a>
50-
- html: <a href="tutorial-r-doazureparallel">Parallel R simulation</a>
51-
- title: Samples
52-
items:
53-
- type: list
54-
style: unordered
55-
className: spaced noBullet
56-
items:
57-
- html: <a href="cli-samples">Azure CLI</a>
58-
- title: Free Pluralsight Video Training
59-
items:
60-
- type: list
61-
style: cards
62-
className: cardsFTitle
63-
items:
64-
- title: Microsoft Azure Batch, Getting Started
65-
href: https://app.pluralsight.com/library/courses/microsoft-azure-batch-getting-started/table-of-contents
66-
image:
67-
src: https://docs.microsoft.com/media/logos/logo_pluralsight.svg
68-
href: https://app.pluralsight.com/library/courses/microsoft-azure-batch-getting-started/table-of-contents
69-
- title: Reference
70-
items:
71-
- type: list
72-
style: cards
73-
className: cardsD
74-
items:
75-
- title: Command-Line
76-
html: <p><a href="/cli/azure/batch">Azure CLI</a></p><p><a href="/powershell/module/az.batch">Azure PowerShell</a></p>
77-
- title: Languages
78-
html: <p><a href="/dotnet/api/overview/azure/batch">.NET</a></p><p><a href="/java/api/overview/azure/batch">Java</a></p><p><a href="/javascript/api/overview/azure/batch">Node​.js</a></p><p><a href="/python/api/overview/azure/batch">Python</a></p>
79-
- title: REST
80-
html: <p><a href="/rest/api/batchservice">Batch Service REST API</a></p><p><a href="/rest/api/batchmanagement/">Batch Management REST API</a></p>
9+
ms.service: batch
10+
ms.topic: landing-page
11+
author: laurenhughes
12+
ms.author: lahugh
13+
ms.date: 09/23/2019
14+
15+
landingContent:
16+
- title: About Azure Batch
17+
linkLists:
18+
- linkListType: overview
19+
links:
20+
- text: What is Azure Batch?
21+
url: batch-technical-overview.md
22+
- linkListType: learn
23+
links:
24+
- text: Free Pluralsight video training
25+
url: https://app.pluralsight.com/library/courses/microsoft-azure-batch-getting-started/table-of-contents
26+
27+
- title: Get started
28+
linkLists:
29+
- linkListType: quickstart
30+
links:
31+
- text: Azure CLI
32+
url: quick-create-cli.md
33+
- text: Azure Portal
34+
url: quick-create-portal.md
35+
- text: .NET API
36+
url: quick-run-dotnet.md
37+
- text: Python API
38+
url: quick-run-python.md
39+
- linkListType: concept
40+
links:
41+
- text: Developer features
42+
url: batch-api-basics.md
43+
44+
- title: Step-by-step guides
45+
linkLists:
46+
- linkListType: tutorial
47+
links:
48+
- text: Parallel file processing - .NET
49+
url: tutorial-parallel-dotnet.md
50+
- text: Parallel file processing - Python
51+
url: tutorial-parallel-python.md
52+
- text: OCR with Batch and Functions
53+
url: tutorial-batch-functions.md
54+
- text: Scene rendering with Arnold
55+
url: tutorial-rendering-cli.md
56+
- text: Rendering using Batch Explorer
57+
url: tutorial-rendering-batchexplorer-blender.md
58+
- text: Parallel R simulation
59+
url: tutorial-r-doazureparallel.md
60+
61+
- title: Set up and manage resources
62+
linkLists:
63+
- linkListType: how-to-guide
64+
links:
65+
- text: Create a Batch account
66+
url: batch-account-create-portal.md
67+
- text: Create and manage pools
68+
url: batch-custom-images.md
69+
- text: Run tasks concurrently
70+
url: batch-parallel-node-tasks.md
71+
- text: Using application packages
72+
url: batch-application-packages.md
73+
- linkListType: concept
74+
links:
75+
- text: Supported VM sizes
76+
url: batch-pool-vm-sizes.md
77+
- text: Quotas and limits
78+
url: batch-quota-limit.md
79+
80+
- title: API reference
81+
linkLists:
82+
- linkListType: reference
83+
links:
84+
- text: Azure CLI
85+
url: https://docs.microsoft.com/cli/azure/batch?view=azure-cli-latest
86+
- text: Azure PowerShell
87+
url: https://docs.microsoft.com/powershell/module/az.batch/?view=azps-2.6.0
88+
- text: .NET
89+
url: https://docs.microsoft.com/dotnet/api/overview/azure/batch?view=azure-dotnet
90+
- text: Java
91+
url: https://docs.microsoft.com/java/api/overview/azure/batch?view=azure-java-stable
92+
- text: Node.js
93+
url: https://docs.microsoft.com/javascript/api/overview/azure/batch?view=azure-node-latest
94+
- text: Python
95+
url: https://docs.microsoft.com/python/api/overview/azure/batch?view=azure-python
96+
- text: REST
97+
url: https://docs.microsoft.com/rest/api/batchservice/

0 commit comments

Comments
 (0)