executeFunctionAppSlotSwap
Execute Slot swap in Function App Service
It first connects to the intended Azure Tenant Subscription with provided credentials. Next, it swaps the slot in Azure Function App based on configured value.
This operation should return the status and response details of execution details from Azure.
Target PropertiesÂ
Property Name | Property Code | Required | Description |
---|---|---|---|
Function App Slot Name |
| Yes | Slot for Function App deployment |
Target Slot to Swap for Function App |
| Yes | Slot to be swapped with for Function App |
Preserve Slot VNet for Function App |
| No | To preserve the Slot VNet for Function App |
Slot Swap Action for Function App |
| No | Slot Swap action type for Function App |
Azure Cloud Account |
| Yes | Azure cloud account name |
Absolute path of Azure CLI |
| No | e.g. /u01/azure/bin/az or c:\\azure\cli\wbin\az |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Function App Name |
| Yes | Azure Function App name |
Resource Group Name |
| Yes | Azure Resource Group name |
Outputs
Output Name | Required | Description |
---|---|---|
| Yes | Slot Swap action Status |
| Yes | Slot Swap action Response Message |
| No | Slot Swap action Error Message |
Artifacts
This operation doesn’t consume any artifacts. Â
Endpoint Selection
This operation will select all available endpoints associated with the target.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
- style