Web App Args
A web app, a mobile app backend, or an API app. API Version: 2020-12-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:web:WebApp myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}
Constructors
Properties
true
to enable client affinity; false
to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is true
.
true
to enable client certificate authentication (TLS mutual authentication); otherwise, false
. Default is false
.
client certificate authentication comma-separated exclusion paths
This composes with ClientCertEnabled setting.
If specified during app creation, the app is cloned from a source app.
Size of the function container.
Unique identifier that verifies the custom domains assigned to the app. Customer will add this id to a txt record for verification.
Maximum allowed daily memory-time quota (applicable on dynamic apps only).
App Service Environment to use for the app.
true
to disable the public hostnames of the app; otherwise, false
. If true
, the app is only accessible via API management process.
Hostname SSL states are used to manage the SSL bindings for app's hostnames.
Managed service identity.
Identity to use for Key Vault Reference authentication.
Site redundancy mode
Name of the resource group to which the resource belongs.
true
to stop SCM (KUDU) site when the app is stopped; otherwise, false
. The default is false
.
Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
Configuration of the app.
Checks if Customer provided storage account is required
Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration. This must be of the form /subscriptions/{subscriptionName}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}