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

Adding Accesspolicy to KeyVault for Service Principal Using Portal and Powershell

  Scripts path : https://drive.google.com/drive/folders/1sbBpnVFgXhUIXLdf2E9heyWDeU2f9427?usp=sharing  Adding Accesspolicy to KeyVault for S...