---
title: "Validate if the container settings are correct."
method: POST
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/validateContainerSettings"
---

# Validate if the container settings are correct.

`POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/validateContainerSettings`

Validate if the container settings are correct.

## Path parameters

- `resourceGroupName` string, required
- `subscriptionId` string, required

## Query parameters

- `api-version` string, required

## Request body

- ValidateContainerSettingsRequest — Container settings validation request context
  - `baseUrl` string — Base URL of the container registry
  - `username` string — Username for to access the container registry
  - `password` string — Password for to access the container registry
  - `repository` string — Repository name (image name)
  - `tag` string — Image tag
  - `platform` string — Platform (windows or linux)

## Response `200`

OK

- object

## Other responses

- `default` — App Service error response.

## Changes

- **2026-07-13** (2018-02-01) `c56ba15bfc3d` — 1 info
  - endpoint added
- **2018-04-12** (2018-02-01) `1522dfc507c0` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/azure/apis/api-client/changes/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Web/validateContainerSettings/post.md)

---

[API](https://skmtc.dev/azure/apis/api-client.md) · [All operations](https://skmtc.dev/azure/apis/api-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/api-client/revisions/c56ba15bfc3d/schema)
