I looked on the web and I found only trival examples of usage New-AzureWebsite like:
New-AzureWebsite -Name appName -Location yourLocation
However this commands creates a website in a new resource group and with new service plan. How to create a website within a existing resource group with existing service plan?