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
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,10 +67,10 @@ Fill out the form in the following manner:
67
67
* Create a new Resource Group from the link below the drop-down box and name this **ARR_Tutorial**
68
68
* For the **Storage account name**, enter a unique name here. **This name must be globally unique**, otherwise there will be a prompt that informs you that the name is ready given. In the scope of this quickstart, we name it **arrtutorialstorage**. Accordingly, you need to replace it with your name for any occurrence in this quickstart.
69
69
* Select a **location** close to you. Ideally use the same location as used for setting up the rendering in the other quickstart.
70
-
***Performance** set to ‘Standard’
71
-
***Account kind** set to ‘StorageV2 (general purpose v2)’
72
-
***Replication** set to ‘Read-access geo-redundant storage (RA-GRS)’
73
-
***Access tier** set to ‘Hot’
70
+
***Performance** set to ‘Standard’
71
+
***Account kind** set to ‘StorageV2 (general purpose v2)’
72
+
***Replication** set to ‘Read-access geo-redundant storage (RA-GRS)’
73
+
***Access tier** set to ‘Hot’
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
@@ -154,12 +154,15 @@ Once the model was converted it will be written back to the storage container gi
154
154
155
155
The config setting **outputAssetFileName** determines the name of the converted asset - the parameter is optional and the output filename will be deduced from the input file name otherwise.
156
156
157
-
Open a PowerShell, make sure you installed the *Azure PowerShell* as mentioned in the [prerequisites](#prerequisites). Then log into your subscription:
157
+
Open a PowerShell, make sure you installed the *Azure PowerShell* as mentioned in the [prerequisites](#prerequisites). Then log into your subscription with the following command and follow the on-screen directions:
> In case your organization has more than one subscription you might need to specify the SubscriptionId and Tenant arguments. Find details in the [Connect-AzAccount documentation](https://docs.microsoft.com/powershell/module/az.accounts/connect-azaccount).
165
+
163
166
Change to the `azure-remote-rendering\Scripts` directory and run the conversion script:
1. Run: `Connect-AzAccount` and follow the on-screen directions.
36
+
37
+
> [!NOTE]
38
+
> In case your organization has more than one subscription you might need to specify the SubscriptionId and Tenant arguments. Find details in the [Connect-AzAccount documentation](https://docs.microsoft.com/powershell/module/az.accounts/connect-azaccount).
36
39
37
40
1. Download the *Scripts* folder from the [Azure Remote Rendering GithHub repository](https://github.com/Azure/azure-remote-rendering).
0 commit comments