acr_create_task
Creates an Azure Container Registry task for automated container image building and testing, specifying platform OS and architecture.
Instructions
Create a container registry task.
Args: resource_group: Resource group name registry_name: Name of the container registry task_name: Name of the task platform_os: Platform OS - Linux or Windows (default: Linux) platform_architecture: Platform architecture (default: amd64) platform_variant: Platform variant (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_group | Yes | ||
| registry_name | Yes | ||
| task_name | Yes | ||
| platform_os | No | Linux | |
| platform_architecture | No | amd64 | |
| platform_variant | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |