Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Stop Azure Web App

Stops an Azure Web App.

Script usage:

Azure::Stop-AzureWebApp(
	Name: <text>,
	[Slot: <text>],
	[Arguments: <text>],
	[From: <text>],
	[ResourceGroupName: <text>],
	[TenantId: <text>],
	[ApplicationId: <text>],
	[Secret: <text>],
	[AzPath: <text>]
);

Arguments:

NameFormatScript UsageUsage Notes
Web App Name
text
Name
This argument is required.
Slot
text
Slot
Additional arguments
text
Arguments
Raw command line arguments to pass to the Azure CLI.
From Azure Service Principal
text
From
Resource Group Name
text
ResourceGroupName
Not specifying will "Use resource name from Azure resource group".
Tenant ID
text
TenantId
Not specifying will "Use resource name from Azure service credential".
Application ID
text
ApplicationId
Not specifying will "Use resource name from Azure service credential".
Secret
text
Secret
Not specifying will "Use resource name from Azure service credential".
AZ CLI path
text
AzPath
Full path to az on the server. Default value is "$AzPath".