@@ -176,11 +176,14 @@ If you don't want to use the default outbound rules and you do want to limit the
176
176
177
177
- Deny outbound internet connection by using the NSG rules.
178
178
179
- - Limit outbound traffic to the following items:
180
- - Azure Storage, by using __ Service Tag__ of __ Storage.Region_Name __ (for example, Storage.EastUS)
181
- - Azure Container Registry, by using __ Service Tag__ of __ AzureContainerRegistry.Region_Name __ (for example, AzureContainerRegistry.EastUS)
179
+ - For a __ compute instance __ or a __ compute cluster __ , limit outbound traffic to the following items:
180
+ - Azure Storage, by using __ Service Tag__ of __ Storage __
181
+ - Azure Container Registry, by using __ Service Tag__ of __ AzureContainerRegistry __
182
182
- Azure Machine Learning, by using __ Service Tag__ of __ AzureMachineLearning__
183
- - In case of compute instance, Azure Cloud, by using __ Service Tag__ of __ AzureResourceManager__
183
+
184
+ - For a __ compute instance__ , also add the follow items:
185
+ - Azure Resource Manager, by using __ Service Tag__ of __ AzureResourceManager__
186
+ - Azure Active Directory, by using __ Service Tag__ of __ AzureActiveDirectory__
184
187
185
188
The NSG rule configuration in the Azure portal is shown in the following image:
186
189
@@ -203,12 +206,12 @@ The NSG rule configuration in the Azure portal is shown in the following image:
203
206
> run_config.environment.python.user_managed_dependencies = True
204
207
> ```
205
208
>
206
- > Estimator training__
209
+ > __Estimator training__
207
210
> ```python
208
- > est = Estimator(source_directory = ' .' ,
209
- > script_params = script_params,
210
- > compute_target = ' local' ,
211
- > entry_script = ' dummy_train.py' ,
211
+ > est = Estimator(source_directory = ' .' ,
212
+ > script_params = script_params,
213
+ > compute_target = ' local' ,
214
+ > entry_script = ' dummy_train.py' ,
212
215
> user_managed = True )
213
216
> run = exp.submit(est)
214
217
> ```
0 commit comments