webapp_set_container_registry_credentials
Set container registry authentication for an Azure Web App by specifying registry URL, username, and password.
Instructions
Set container registry credentials for a web app.
Args: webapp_name: Web app name resource_group: Resource group containing the web app registry_url: Container registry URL (e.g., myregistry.azurecr.io) username: Registry username (admin user) password: Registry password/access key os_type: OS type - 'linux' or 'windows'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webapp_name | Yes | ||
| resource_group | Yes | ||
| registry_url | Yes | ||
| username | Yes | ||
| password | Yes | ||
| os_type | No | linux |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |