---
title: "Stop Azure Web App"
---
Stops an Azure Web App.
Azure::Stop-AzureWebApp(
Name: <text>,
[Slot: <text>],
[Arguments: <text>],
[From: <text>],
[ResourceGroupName: <text>],
[TenantId: <text>],
[ApplicationId: <text>],
[Secret: <text>],
[AzPath: <text>]
);
Name | Format | Script Usage | Usage 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". |