diff --git a/experiments/Websites.Experiments/help/New-AzWebApp.md b/experiments/Websites.Experiments/help/New-AzWebApp.md index 9e90aae6249f..51e7f193bfcc 100644 --- a/experiments/Websites.Experiments/help/New-AzWebApp.md +++ b/experiments/Websites.Experiments/help/New-AzWebApp.md @@ -28,7 +28,7 @@ PS C:\> New-AzWebApp contosoWebApp Creates a web application. The user will be prompted for the appservice to use and other settings. -## Example 2: 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 a37cf6d5ee2d..85bf913eecad 100644 --- a/experiments/Websites.Experiments/help/New-AzWebAppGrayParam.md +++ b/experiments/Websites.Experiments/help/New-AzWebAppGrayParam.md @@ -48,7 +48,7 @@ Accept wildcard characters: False ``` ### -AppServicePlan -The ApPService Plan to use for thsi website. If not provided, the website will create an app service plan, or join an existing free AppService plan. +The AppService Plan to use for thsi website. If not provided, the website will create an app service plan, or join an existing free AppService plan. ```yaml Type: String