Skip to content

Commit d9fa461

Browse files
authored
Merge pull request #106652 from LauraBrenner/laura-blender-update
Laura blender update
2 parents c8d9559 + 35674b8 commit d9fa461

File tree

4 files changed

+40
-12
lines changed

4 files changed

+40
-12
lines changed

articles/batch/TOC.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,12 @@
8181
href: batch-aad-auth-management.md
8282
- name: Securely access Key Vault with Batch
8383
href: credential-access-key-vault.md
84-
- name: Using application packages
85-
href: batch-application-packages.md
84+
- name: Copy files and applications to pool nodes
85+
items:
86+
- name: Using application packages
87+
href: batch-application-packages.md
88+
- name: Create resource files
89+
href: resource-files.md
8690
- name: Create and manage pools
8791
items:
8892
- name: Autoscale compute nodes
@@ -112,7 +116,8 @@
112116
- name: Create a CI/CD pipeline for Batch
113117
href: batch-ci-cd.md
114118
- name: Manage jobs and tasks
115-
items:
119+
items:
120+
116121
- name: Job preparation and completion tasks
117122
href: batch-job-prep-release.md
118123
- name: Concurrent node tasks
@@ -129,8 +134,6 @@
129134
href: batch-job-task-error-checking.md
130135
- name: Detecting and handling Batch service errors
131136
href: batch-retry-after-errors.md
132-
- name: Create resource files
133-
href: resource-files.md
134137
- name: Persist job and task output
135138
href: batch-task-output.md
136139
items:
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Differences between management APIs and service APIs - Azure Batch | Microsoft Docs
3+
description: APIs work on the different layers of the Azure Batch service.
4+
services: batch
5+
author: LauraBrenner
6+
manager: evansma
7+
8+
ms.service: batch
9+
ms.topic: conceptual
10+
ms.date: 02/26/2020
11+
ms.author: labrenne
12+
ms.custom: seodec18
13+
---
14+
15+
# Service level and management level APIs
16+
17+
Azure Batch has two sets of APIs, one for the service level and one for the management level. The naming is often similar but they return different results. If you want activity logs then you need to use the management APIs. Service level APIs bypass the Azure Resource Management layer and are not logged.
18+
19+
20+
Batch management and Batch service both have APIs for Pool, for example.
21+
- This API to delete pool is targeted directly on the batch account: https://docs.microsoft.com/rest/api/batchservice/pool/delete
22+
23+
- This API to delete pool https://docs.microsoft.com/rest/api/batchmanagement/pool/delete is targeted at the management.azure.com layer.
24+

articles/batch/batch-rendering-using.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: batch
55
ms.service: batch
66
author: mscurrell
77
ms.author: markscu
8-
ms.date: 08/02/2018
8+
ms.date: 03/05/2020
99
ms.topic: conceptual
1010
---
1111

@@ -43,17 +43,18 @@ A comprehensive set of templates is available for use with Batch Explorer that m
4343

4444
Templates are provided that cater for all the applications present on the Marketplace rendering VM images. For each application multiple templates exist, including pool templates to cater for CPU and GPU pools, Windows and Linux pools; job templates include full frame or tiled Blender rendering and V-Ray distributed rendering. The set of supplied templates will be expanded over time to cater for other Batch capabilities, such as pool auto-scaling.
4545

46-
It's also possible for custom templates to be produced, from scratch or by modifying the supplied templates. Custom templates can be used by selecting the Local templates item in the Gallery section of Batch Explorer.
46+
It's also possible for custom templates to be produced, from scratch or by modifying the supplied templates. Custom templates can be used by selecting the 'Local templates' item in the 'Gallery' section of Batch Explorer.
4747

4848
### File system and data movement
4949

50-
The Data section in Batch Explorer allows files to be copied between a local file system and Azure Storage accounts.
50+
The 'Data' section in Batch Explorer allows files to be copied between a local file system and Azure Storage accounts.
5151

5252
## Client application plug-ins
5353

5454
Plug-ins are available for some of the client applications. The plug-ins allow pools and jobs to be created directly from the application or invoke Batch Explorer.
5555

56-
* [Blender](https://github.com/Azure/azure-batch-rendering/tree/master/plugins/blender)
56+
* [Blender 2.79](https://github.com/Azure/azure-batch-rendering/tree/master/plugins/blender)
57+
* [Blender 2.8+](https://github.com/Azure/azure-batch-rendering/tree/master/plugins/blender28)
5758
* [Autodesk 3ds Max](https://github.com/Azure/azure-batch-rendering/tree/master/plugins/3ds-max)
5859
* [Autodesk Maya](https://github.com/Azure/azure-batch-maya)
5960

articles/batch/tutorial-rendering-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: evansma
77

88
ms.service: batch
99
ms.topic: tutorial
10-
ms.date: 12/11/2018
10+
ms.date: 03/05/2020
1111
ms.author: labrenne
1212
ms.custom: mvc
1313
---
@@ -29,7 +29,7 @@ In this tutorial, you render a 3ds Max scene with Batch using the [Arnold](https
2929

3030
You need a pay-as-you-go subscription or other Azure purchase option to use rendering applications in Batch on a pay-per-use basis. **Pay-per-use licensing isn't supported if you use a free Azure offer that provides a monetary credit.**
3131

32-
The sample 3ds Max scene for this tutorial is on [GitHub](https://github.com/Azure/azure-docs-cli-python-samples/tree/master/batch/render-scene), along with a sample Bash script and JSON configuration files. The 3ds Max scene is from the [Autodesk 3ds Max sample files](https://download.autodesk.com/us/support/files/3dsmax_sample_files/2017/Autodesk_3ds_Max_2017_English_Win_Samples_Files.exe). (Autodesk 3ds Max sample files are available under a Creative Commons Attribution-NonCommercial-Share Alike license. Copyright © Autodesk, Inc.)
32+
The sample 3ds Max scene for this tutorial is on [GitHub](https://github.com/Azure/azure-docs-cli-python-samples/tree/master/batch/render-scene), along with a sample Bash script and JSON configuration files. The 3ds Max scene is from the [Autodesk 3ds Max sample files](https://download.autodesk.com/us/support/files/3dsmax_sample_files/2017/Autodesk_3ds_Max_2017_English_Win_Samples_Files.exe). (Autodesk 3ds Max sample files are available under a Creative Commons Attribution-NonCommercial-Share Alike license. Copyright © Autodesk, Inc.)
3333

3434
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
3535

@@ -120,7 +120,7 @@ Create a Batch pool for rendering using the [az batch pool create](/cli/azure/ba
120120
"publisher": "batch",
121121
"offer": "rendering-windows2016",
122122
"sku": "rendering",
123-
"version": "1.3.2"
123+
"version": "1.3.8"
124124
},
125125
"nodeAgentSKUId": "batch.node.windows amd64"
126126
},

0 commit comments

Comments
 (0)