@@ -115,22 +115,26 @@ command line, see [Alternate way to get the Azure Container Instance ID][10].
115
115
[ ![ Screenshot of searching for Azure Container Instance Service.] [ 95a ]] [ 95b ]
116
116
117
117
1 . In the results, under ** Enterprise applications** , select ** Azure Container Instance Service** .
118
- 1 . On the ** Overview** page for ** Azure Container Instance Service** , find the ** Object ID** value
119
- that's listed as a property .
118
+ 1 . On the ** Overview** page for ** Azure Container Instance Service** , locate the ** Object ID** value
119
+ listed under ** Properties ** .
120
120
121
121
You use this ID in the quickstart template for the virtual network.
122
122
123
123
[ ![ Screenshot of Azure Container Instance Service details.] [ 96a ]] [ 96b ]
124
124
125
125
## 3. Create the required network resources by using the ARM template
126
126
127
- Use the [ Azure Cloud Shell - VNet] [ 12 ] template to create Cloud Shell resources in a virtual
128
- network. The template creates three subnets under the virtual network that you created earlier. You
129
- might choose to change the supplied names of the subnets or use the defaults.
127
+ To create Cloud Shell resources in a virtual network, use the ARM template named
128
+ [ Azure Cloud Shell - VNet] [ 12 ] . The template creates three subnets under the virtual network that
129
+ you created earlier. You might choose to change the supplied names of the subnets or use the
130
+ defaults.
130
131
131
- The virtual network, along with the subnets, requires valid IP address assignments. You need at
132
- least one IP address for the Relay subnet and enough IP addresses in the container subnet to support
133
- the number of concurrent sessions that you expect to use.
132
+ The virtual network and the subnets require valid IP address assignments. You need enough addresses
133
+ to support the following resources:
134
+
135
+ - At least one IP address for the Relay subnet
136
+ - Enough IP addresses in the container subnet to support the number of concurrent sessions that you
137
+ expect to use
134
138
135
139
The ARM template requires specific information about the resources that you created earlier, along
136
140
with naming information for new resources. This information is filled out along with the prefilled
@@ -176,8 +180,9 @@ subscription.
176
180
177
181
## 4. Create the virtual network storage by using the ARM template
178
182
179
- Use the [ Azure Cloud Shell - VNet storage] [ 13 ] template to create Cloud Shell resources in a virtual
180
- network. The template creates the storage account and assigns it to the private virtual network.
183
+ To create Cloud Shell resources in a virtual network, use the ARM template named
184
+ [ Azure Cloud Shell - VNet storage] [ 13 ] . The template creates the storage account and assigns it to
185
+ the private virtual network.
181
186
182
187
The ARM template requires specific information about the resources that you created earlier, along
183
188
with naming information for new resources.
0 commit comments