Skip to content

Commit 0c97bca

Browse files
committed
Bump Acrolinx score
1 parent 559238d commit 0c97bca

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ You need:
4444

4545
## Azure setup
4646

47-
If you do not have an account yet, go to [https://azure.microsoft.com/get-started/](https://azure.microsoft.com/get-started/), click on the free account option, and follow the instructions.
47+
If you don't have an account yet, go to [https://azure.microsoft.com/get-started/](https://azure.microsoft.com/get-started/), select the free account option, and follow the instructions.
4848

4949
Once you have an Azure account, go to [https://portal.azure.com/#home](https://portal.azure.com/#home).
5050

5151
### Storage account creation
5252

5353
To create blob storage, you first need a storage account.
54-
To create one, click on the "Create a resource" button:
54+
To create one, select the "Create a resource" button:
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. Click on 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 the **"Go to resource"** button 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, click on 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 the **"Containers"** button:
8686

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

@@ -92,7 +92,7 @@ Use the following settings when creating it:
9292
* Name = arrinput
9393
* Public access level = Private
9494

95-
After the container has been created, click **+ Container** again and repeat with these settings for the **output** container:
95+
After the container has been created, select **+ Container** again and repeat with these settings for the **output** container:
9696

9797
* Name = arroutput
9898
* Public access level = Private
@@ -107,12 +107,12 @@ There are three distinct ways to trigger a model conversion:
107107

108108
### 1. Conversion via the ARRT tool
109109

110-
There is a [UI-based tool called ARRT](./../samples/azure-remote-rendering-asset-tool.md) to start conversions and interact with the rendered result.
110+
There's a [UI-based tool called ARRT](./../samples/azure-remote-rendering-asset-tool.md) to start conversions and interact with the rendered result.
111111
![ARRT](./../samples/media/azure-remote-rendering-asset-tool.png "ARRT screenshot")
112112

113113
### 2. Conversion via a PowerShell script
114114

115-
To make it easier to call the asset conversion service, we provide a utility script. It is located in the *Scripts* folder and is called **Conversion.ps1**.
115+
To make it easier to call the asset conversion service, we provide a utility script. It's located in the *Scripts* folder and is called **Conversion.ps1**.
116116

117117
In particular, this script
118118

@@ -198,14 +198,14 @@ The conversion script generates a *Shared Access Signature (SAS)* URI for the co
198198

199199
## Optional: Re-creating a SAS URI
200200

201-
The SAS URI created by the conversion script will only be valid for 24 hours. However, after it expired you do not need to convert your model again. Instead, you can create a new SAS in the portal as described in the next steps:
201+
The SAS URI created by the conversion script will only be valid for 24 hours. However, after it expired you don't need to convert your model again. Instead, you can create a new SAS in the portal as described in the next steps:
202202

203203
1. Go to the [Azure portal](https://www.portal.azure.com)
204-
2. Click on your **Storage account** resource:
204+
2. Select your **Storage account** resource:
205205

206206
![Screenshot that highlights the selected Storage account resource.](./media/portal-storage-accounts.png)
207207

208-
3. In the following screen, click on **Storage explorer** in the left panel and find your output model (*.arrAsset* file) in the *arroutput* blob storage container. Right-click on the file and select **Get Shared Access Signature** from the context menu:
208+
3. In the following screen, Select **Storage explorer** in the left panel and find your output model (*.arrAsset* file) in the *arroutput* blob storage container. Right-click on the file and select **Get Shared Access Signature** from the context menu:
209209

210210
![Signature Access](./media/portal-storage-explorer.png)
211211

0 commit comments

Comments
 (0)