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
Clicking this button will bring up the following screen with storage properties to fill out:
62
+
3.Clicking this button will bring up the following screen with storage properties to fill out:
63
63
64
64

65
65
66
-
Fill out the form in the following manner:
66
+
4.Fill out the form in the following manner:
67
67
68
68
* Create a new Resource Group from the link below the drop-down box and name this **ARR_Tutorial**
69
69
* 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 already taken. 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.
@@ -72,27 +72,27 @@ Fill out the form in the following manner:
72
72
***Premium account type** set to 'Block blobs'
73
73
***Redundancy** set to 'Zone-redundant storage (ZRS)'
74
74
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.
75
+
5.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. Select **"Go to resource"** for the next steps:
77
+
6.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:
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, select **"Containers"**:
85
+
1.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"**:
Press the **"+ Container"** button to create the **input** blob storage container.
89
+
2.Press the **"+ Container"** button to create the **input** blob storage container.
90
90
Use the following settings when creating it:
91
91
92
92
* Name = arrinput
93
93
* Public access level = Private
94
94
95
-
After the container has been created, select **+ Container** again and repeat with these settings for the **output** container:
95
+
3.After the container has been created, select **+ Container** again and repeat with these settings for the **output** container:
96
96
97
97
* Name = arroutput
98
98
* Public access level = Private
@@ -116,10 +116,10 @@ To make it easier to call the asset conversion service, we provide a utility scr
116
116
117
117
In particular, this script
118
118
119
-
1. uploads all files in a given directory from local disk to the input storage container
120
-
1. calls the [the asset conversion REST API](../how-tos/conversion/conversion-rest-api.md), which will retrieve the data from the input storage container and start a conversion, which will return a conversion ID
121
-
1. poll the conversion status API with the retrieved conversion ID until the conversion process terminates with success or failure
122
-
1. retrieves a link to the converted asset in the output storage
119
+
* uploads all files in a given directory from local disk to the input storage container,
120
+
* calls the [the asset conversion REST API](../how-tos/conversion/conversion-rest-api.md), which will retrieve the data from the input storage container and start a conversion, which will return a conversion ID,
121
+
* polls the conversion status API with the retrieved conversion ID until the conversion process terminates with success or failure,
122
+
* retrieves a link to the converted asset in the output storage.
123
123
124
124
The script reads its configuration from the file *Scripts\arrconfig.json*. Open that JSON file in a text editor.
0 commit comments