Skip to content

Commit

Permalink
Help fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
markcowl committed Sep 15, 2017
1 parent 51e3ad9 commit a474e2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions experiments/Websites.Experiments/help/New-AzWebApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ schema: 2.0.0
# New-AzWebApp

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

## SYNTAX

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

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

## Example 1: Create a website with default settings
## Example 2: Create a website with default settings
```
PS C:\> New-AzWebApp contosoWebApp -Auto
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Create a web application using defaults for all values, including name
## PARAMETERS

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

```yaml
Type: SwitchParameter
Expand Down

0 comments on commit a474e2b

Please sign in to comment.