Thursday, September 29, 2016

To check and remove Azure App service

To determine if an Azure website name already exists, use the following Azure PowerShell
command.


Test-AzureName -Website "contoso-web"


To Remove the website, use the Remove-AzureWebsite cmdlet, specifying the location and
name parameters as shown in the following example.



remove-AzureWebsite -Name contosos-web

Featured Posts

Day 2: Waiting, Hoping… and Getting Frustrated

​ Thursday morning, the last week of April 2026. I walked back into the gym at exactly the same time — 9:00 AM. There’s something about ro...