AppsDeployStatus
Returns the deployment status for one or more apps so you can track whether recent app updates are live and available to users.
Input
| Name | Type | Required | Description |
| AppIds | String | True | Specifies one or more app IDs to check, allowing a single value or a comma-separated list of IDs. |
| GuestSpaceId | String | False | Identifies the guest space that contains the apps, and should be omitted when the connection property GuestSpaceId is already set in the connection string. |
Result Set Columns
| Name | Type | Description |
| AppId | String | Returns the ID of the app whose deployment status is being reported. |
| Status | String | Returns the deployment status of the app, indicating whether recent updates have been applied. |