Skip to content

Commit cf385f5

Browse files
authored
fix typos Azure README.md
1 parent 41db2bc commit cf385f5

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

Azure/README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
+ [Azure Architecture](#azure-architecture)
77

88
## Getting Started
9-
Each learning submodule will be organized in an R Jupyter notebook with step-by-step hands-on practice with R command line to install necessary tools, obtain data, perform analyses, visualize and interpret the results. The notebook will be executed in the Azure environment. Therefore, the first step is to set up a notebook instance in Machine Learning Studio.
9+
Each learning submodule will be organized in an R Jupyter notebook with step-by-step hands-on practice with the R command line to install necessary tools, obtain data, perform analyses, visualize, and interpret the results. The notebook will be executed in the Azure environment. Therefore, the first step is to set up a notebook instance within Machine Learning Studio.
1010

1111
<!-- #region -->
1212
## Creating a notebook instance with R kernel in Azure
1313

14-
Follow the steps highlighted [here](https://github.com/NIGMS/NIGMS-Sandbox/blob/main/docs/HowToCreateAzureMLNotebooks.md) to create a new notebook instance in Azure Machine Learning Studio. Follow steps and be especially careful to enable idle shutdown as highlighted. For this module, in step 6 in the "Notebook instance type" tab, select 'Standard_DS3_v2' from the dropdown box.
14+
Follow the steps highlighted [here](https://github.com/NIGMS/NIGMS-Sandbox/blob/main/docs/HowToCreateAzureMLNotebooks.md) to create a new notebook instance in Azure Machine Learning Studio. Follow the steps and be especially careful to enable idle shutdown as highlighted. For this module, in step 6 in the "Notebook instance type" tab, select 'Standard_DS3_v2' from the dropdown box.
1515

16-
The Machine Learning Studio Jupyter Notebooks already have an R kernel available which we will use and install our packages to.
16+
The Machine Learning Studio Jupyter Notebooks already have an R kernel available, which we will use and install our packages to.
1717

1818
Option 1 uses the 'Notebook' tab in the left-hand menu to view an Azure UI version of interacting with notebooks. If you are using option 1 after navigating to **Notebooks**, start your instance, and then you can run your notebooks.
1919

20-
Option 2 allows you to enter in a JupyterLab setting to interact with notebooks. If you are using option 2 after creating the instance to run the notebooks under 'Compute', you can click **Start**. Then under 'Applications' click **JUPYTERLAB**.
20+
Option 2 allows you to enter a JupyterLab setting to interact with notebooks. If you are using option 2 after creating the instance to run the notebooks under 'Compute', you can click **Start**. Then under 'Applications' click **JUPYTERLAB**.
2121

2222
### Downloading and Running Tutorial Files
2323

@@ -59,15 +59,15 @@ When you are finished running code, you should turn off your notebook by turning
5959
![](./images/Intro/stop_instance.png)
6060

6161
## Creating Azure Blob Storage
62-
In this section, we will describe the steps to create Azure Blob Storage to store data generated during analysis. The storage can be created via GUI or using the command line.
62+
In this section, we will describe the steps to create Azure Blob Storage to store data generated during analysis. The storage can be created via the GUI or using the command line.
6363

64-
Azure Storage is comprised of three parts: accounts, containers, and blobs, as seen in the image below. Accounts contain containers which act as folders. Containers hold files, aka blobs and folders or subfolders.
64+
Azure Storage is comprised of three parts: accounts, containers, and blobs, as seen in the image below. Accounts contain containers, which act as folders. Containers hold files, aka blobs and folders or subfolders.
6565

6666
<img src="./images/Module1/azure_blob_diagram.png" alt="Alt Text" width="300" height="200">
6767

6868
When you create the Azure Machine Learning service, it will automatically create a storage account under the name of the workspace you created before. This allows you to either use the previously made storage account or create a new one. Instructions for both options are outlined below.
6969

70-
**Option 1:Using a Premade Storage Accounts**
70+
**Option 1:Using a Premade Storage Account**
7171
1. On the webpage of your Azure account, find and select `Azure Storage Accounts`.
7272
2. Find and click the storage account that is labeled the same as your Machine learning service.
7373
![|](./images/Module1/Data_CloudStorageAccount.png)
@@ -82,7 +82,7 @@ When you create the Azure Machine Learning service, it will automatically create
8282

8383
**Option 2: Creating a New Storage Account**
8484
1. On the webpage of your Azure account, find and select `Azure Storage Accounts`.
85-
2. Select `CREATE` button to create a new storage account.
85+
2. Select the `CREATE` button to create a new storage account.
8686
3. Enter the information such as Subscription, resource group, and storage account name. Make sure the storage name is unique.
8787
4. For Primary Service, select 'Azure Blob Storage'.
8888
5. For Performance, select 'Standard'.
@@ -111,7 +111,8 @@ You can learn more about `az storage` commands by reading the article [here](htt
111111

112112
## Architecture Diagram
113113

114-
# ![](./images/Intro/architecture.png)
114+
![](./images/Intro/architecture.png)
115+
115116
The figure above shows the architecture of the learning module with Azure infrastructure. First, we will create a Machine Learning Studio Jupyter Notebook with the premade R kernel. The code and instructions for each submodule are presented in a separate Jupyter Notebook.
116117
The user can either upload the Notebooks to the Machine Learning Studio Notebooks or clone from the project repository. Then, users can execute
117118
the code directly in the Notebook. In our learning course, the submodule 01 will download data from the public repository (e.g., the GEO database)
@@ -120,6 +121,3 @@ of the submodule 01 will be used as the input for all other submodules. The outp
120121
local repository in Machine Learning Studio Notebooks, and the code to copy them to the user's cloud storage is also included.
121122
<!-- #endregion -->
122123

123-
```python
124-
125-
```

0 commit comments

Comments
 (0)