You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/remote-rendering/quickstarts/convert-model.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,14 @@ You need:
44
44
45
45
## Azure setup
46
46
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.
48
48
49
49
Once you have an Azure account, go to [https://portal.azure.com/#home](https://portal.azure.com/#home).
50
50
51
51
### Storage account creation
52
52
53
53
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:
@@ -74,15 +74,15 @@ Fill out the form in the following manner:
74
74
75
75
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.
76
76
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:
Next we need two blob containers, one for input and one for output.
84
84
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:
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**.
116
116
117
117
In particular, this script
118
118
@@ -198,14 +198,14 @@ The conversion script generates a *Shared Access Signature (SAS)* URI for the co
198
198
199
199
## Optional: Re-creating a SAS URI
200
200
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:
202
202
203
203
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:
205
205
206
206

207
207
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:
0 commit comments