diff --git a/experiments/Websites.Experiments/help/New-AzWebApp.md b/experiments/Websites.Experiments/help/New-AzWebApp.md index 914cd8ca5786..9e90aae6249f 100644 --- a/experiments/Websites.Experiments/help/New-AzWebApp.md +++ b/experiments/Websites.Experiments/help/New-AzWebApp.md @@ -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 @@ -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 ``` diff --git a/experiments/Websites.Experiments/help/New-AzWebAppGrayParam.md b/experiments/Websites.Experiments/help/New-AzWebAppGrayParam.md index 24fe4e6df031..a37cf6d5ee2d 100644 --- a/experiments/Websites.Experiments/help/New-AzWebAppGrayParam.md +++ b/experiments/Websites.Experiments/help/New-AzWebAppGrayParam.md @@ -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