Skip to content

Commit 69177c7

Browse files
author
maddieclayton
authored
Update New-AzureRmMlWebService.md
1 parent 0f07486 commit 69177c7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/ResourceManager/MachineLearning/Commands.MachineLearning/help/New-AzureRmMlWebService.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,13 @@ If a web service with the same name exists in the resource group, the call acts
3232
## EXAMPLES
3333

3434
### -------------------------- Example 1: Create a new service from a Json file based definition --------------------------
35-
@{paragraph=PS C:\\\>}
36-
37-
38-
3935
```
4036
New-AzureRmMlWebService -ResourceGroupName "myresourcegroup" -Name "mywebservicename" -Location "South Central US" -DefinitionFile "C:\mlservice.json"
4137
```
4238

4339
Creates a new Azure Machine Learning web service named "mywebservicename" in the "myresourcegroup" group and South Central US region, based on the definition present in the referenced json file.
4440

4541
### -------------------------- Example 2: Create a new service from an object instance --------------------------
46-
@{paragraph=PS C:\\\>}
47-
48-
49-
5042
```
5143
New-AzureRmMlWebService -ResourceGroupName "myresourcegroup" -Name "mywebservicename" -Location "South Central US" -NewWebServiceDefinition $serviceDefinitionObject
5244
```

0 commit comments

Comments
 (0)