This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Documentation typos and fixes (#307)
* Fixed typos on getting started and cluster methods * Fixed getCluster test - Remove failed case (Autoscale down to 0) * Fixed indentation of azure-requirements.md
- Loading branch information
Showing
5 changed files
with
34 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## Azure Requirements | ||
|
||
To run your R code across a cluster in Azure, we'll need to get keys and account information. | ||
|
||
### Setup Azure Account | ||
First, set up your Azure Account ([Get started for free!](https://azure.microsoft.com/en-us/free/)) | ||
|
||
Once you have an Azure account, you'll need to create the following two services in the Azure portal: | ||
- Azure Batch Account ([Create an Azure Batch Account in the Portal](https://docs.microsoft.com/en-us/azure/Batch/batch-account-create-portal)) | ||
- Azure Storage Account (this can be created with the Batch Account) | ||
|
||
### Get Keys and Account Information | ||
For your Azure Batch Account, we need to get: | ||
- Batch Account Name | ||
- Batch Account URL | ||
- Batch Account Access Key | ||
|
||
This information can be found in the Azure Portal inside your Batch Account: | ||
|
||
![Azure Batch Acccount in the Portal](./vignettes/doAzureParallel-azurebatch-instructions.PNG "Azure Batch Acccount in the Portal") | ||
|
||
For your Azure Storage Account, we need to get: | ||
- Storage Account Name | ||
- Storage Account Access Key | ||
|
||
This information can be found in the Azure Portal inside your Azure Storage Account: | ||
|
||
![Azure Storage Acccount in the Portal](./vignettes/doAzureParallel-azurestorage-instructions.PNG "Azure Storage Acccount in the Portal") | ||
|
||
Keep track of the above keys and account information as it will be used to connect your R session with Azure. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters