Skip to content

Commit

Permalink
Fixed some URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
annatisch committed Apr 20, 2016
1 parent 84ef2f3 commit aa78102
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
8 changes: 4 additions & 4 deletions doc/batch.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Batch
=====

For more information on the Azure Batch service, check out the `Azure Documentation<https://azure.microsoft.com/en-us/documentation/services/batch/>`
For working samples, `see the Batch samples repo<https://github.com/Azure/azure-batch-samples/tree/master/Python>`.
For more information on the Azure Batch service, check out the `Azure Documentation <https://azure.microsoft.com/en-us/documentation/services/batch/>`__.
For working samples, `see the Batch samples repo <https://github.com/Azure/azure-batch-samples/tree/master/Python>`__.

Create the Batch client
-----------------------
Expand Down Expand Up @@ -31,7 +31,7 @@ Manage Pools and Nodes
-----------------------

The Batch Client allows you to create, modify, and delete Batch Pools.
For more information of pools, `see this article<https://azure.microsoft.com/en-us/documentation/articles/batch-api-basics/#pool>`.
For more information of pools, `see this article <https://azure.microsoft.com/en-us/documentation/articles/batch-api-basics/#pool>`__.

.. code:: python
Expand Down Expand Up @@ -71,7 +71,7 @@ For more information of pools, `see this article<https://azure.microsoft.com/en-
Existing pools can be upgraded, patched, and resized.
You can change the size of a pool either explicitly, or via an auto-scaling formula.
For more information, `see this article<https://azure.microsoft.com/en-us/documentation/articles/batch-automatic-scaling/>`.
For more information, `see this article <https://azure.microsoft.com/en-us/documentation/articles/batch-automatic-scaling/>`__.

.. code:: python
Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Documentation:
--------------
* Azure Resource Management
* :doc:`Authorization Resource Management<resourcemanagementauthorization>` -- (:doc:`API <ref/azure.mgmt.authorization>`)
* :doc:`Batch Resource Management<resourcemanagementbatch>` -- (:doc:`API <ref/azure.mgmt.batch>`)
* :doc:`Batch Management<resourcemanagementbatch>` -- (:doc:`API <ref/azure.mgmt.batch>`)
* :doc:`CDN Resource Management<resourcemanagementcdn>` -- (:doc:`API <ref/azure.mgmt.cdn>`)
* :doc:`Compute Resource Management<resourcemanagementcomputenetwork>` -- (:doc:`API <ref/azure.mgmt.compute>`)
* Apps
Expand All @@ -41,7 +41,7 @@ Documentation:
* :doc:`Resource Management<resourcemanagement>` -- (:doc:`API <ref/azure.mgmt.resource>`)
* :doc:`Scheduler Management<resourcemanagementscheduler>` -- (:doc:`API <ref/azure.mgmt.scheduler>`)
* :doc:`Storage Resource Management<resourcemanagementstorage>` -- (:doc:`API <ref/azure.mgmt.storage>`)
* :doc:`Batch Runtime<batch>` -- (:doc:`API <ref/azure.batch>`)
* :doc:`Batch<batch>` -- (:doc:`API <ref/azure.batch>`)
* :doc:`Azure Active Directory Graph RBAC<graphrbac>` -- (:doc:`API <ref/azure.graphrbac>`)
* :doc:`Service Management<servicemanagement>` -- (:doc:`API <ref/azure.servicemanagement>`)
* :doc:`Service Bus<servicebus>` -- (:doc:`API <ref/azure.servicebus>`)
Expand Down
7 changes: 5 additions & 2 deletions doc/resourcemanagementbatch.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Batch Management
================

For more information on the Azure Batch service, check out the `Azure Documentation<https://azure.microsoft.com/en-us/documentation/services/batch/>`
For working samples, `see the Batch samples repo<https://github.com/Azure/azure-batch-samples/tree/master/Python>`.
For more information on the Azure Batch service, check out the `Azure Documentation <https://azure.microsoft.com/en-us/documentation/services/batch/>`__.
For working samples, `see the Batch samples repo <https://github.com/Azure/azure-batch-samples/tree/master/Python>`__.

Create the Batch Management client
----------------------------------
Expand Down Expand Up @@ -37,8 +37,11 @@ for details on getting a ``Credentials`` instance.
Create a Batch Account
----------------------

A Batch Account will need to be created in a specified location and resource group.
The default Batch Account quota is 1 per location per subscription, but can be increased to a maximum of 50.
Please contact support if you require a quota increase.
For more information on resource groups and resource management, see :doc:`Resource Management<resourcemanagement>`.

In order to make use of Application Packages, a storage account will need to be linked to the Batch Account.
This can be created with the :doc:`Storage Resource Management Client <resourcemanagementstorage>`.

Expand Down

0 comments on commit aa78102

Please sign in to comment.