Skip to content

Commit a474e2b

Browse files
committed
Help fixes
1 parent 51e3ad9 commit a474e2b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

experiments/Websites.Experiments/help/New-AzWebApp.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ schema: 2.0.0
77
# New-AzWebApp
88

99
## SYNOPSIS
10-
{{Fill in the Synopsis}}
10+
Create a new Azure AppService website and attach it to a git repository.
1111

1212
## SYNTAX
1313

@@ -28,7 +28,8 @@ PS C:\> New-AzWebApp contosoWebApp
2828

2929
Creates a web application. The user will be prompted for the appservice to use and other settings.
3030

31-
## Example 1: Create a website with default settings
31+
## Example 2: Create a website with default settings
32+
```
3233
PS C:\> New-AzWebApp contosoWebApp -Auto
3334
```
3435

experiments/Websites.Experiments/help/New-AzWebAppGrayParam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Create a web application using defaults for all values, including name
3333
## PARAMETERS
3434

3535
### -AddRemote
36-
{{Fill AddRemote Description}}
36+
Add a remote github repository to the given github repo.
3737

3838
```yaml
3939
Type: SwitchParameter

0 commit comments

Comments
 (0)