Skip to content

Commit f316443

Browse files
committed
Bump Acrolinx score 2
1 parent 0c97bca commit f316443

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/remote-rendering/quickstarts/convert-model.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Once you have an Azure account, go to [https://portal.azure.com/#home](https://p
5151
### Storage account creation
5252

5353
To create blob storage, you first need a storage account.
54-
To create one, select the "Create a resource" button:
54+
To create one, select "Create a resource":
5555

5656
![Azure - add resource](media/azure-add-a-resource.png)
5757

@@ -74,15 +74,15 @@ Fill out the form in the following manner:
7474

7575
None of the properties in other tabs have to be changed, so you can proceed with **"Review + create"** and then follow the steps to complete the setup.
7676

77-
The website now informs you about the progress of your deployment and reports "Your deployment is complete" eventually. Select the **"Go to resource"** button for the next steps:
77+
The website now informs you about the progress of your deployment and reports "Your deployment is complete" eventually. Select **"Go to resource"** for the next steps:
7878

7979
![Azure Storage creation complete](./media/storage-creation-complete.png)
8080

8181
### Blob storage creation
8282

8383
Next we need two blob containers, one for input and one for output.
8484

85-
From the **"Go to resource"** button above, you get to a page with a panel on the left that contains a list menu. In that list under the **"Blob service"** category, select the **"Containers"** button:
85+
From the **"Go to resource"** button above, you get to a page with a panel on the left that contains a list menu. In that list under the **"Blob service"** category, select **"Containers"**:
8686

8787
![Azure - add Containers](./media/azure-add-containers.png)
8888

@@ -151,7 +151,7 @@ The script reads its configuration from the file *Scripts\arrconfig.json*. Open
151151
The configuration within the **accountSettings** group (account ID and key) should be filled out analogous to the credentials in the [Render a model with Unity quickstart](render-model.md).
152152

153153
Inside the **assetConversionSettings** group, make sure to change **resourceGroup**, **blobInputContainerName**, and **blobOutputContainerName** as seen above.
154-
Note that the value for **arrtutorialstorage** needs to be replaced with the unique name you picked during storage account creation.
154+
The value for **arrtutorialstorage** needs to be replaced with the unique name you picked during storage account creation.
155155

156156
Change **localAssetDirectoryPath** to point to the directory on your disk, which contains the model you intend to convert. Be careful to properly escape backslashes ("\\") in the path using double backslashes ("\\\\").
157157

0 commit comments

Comments
 (0)