[Yandex Cloud documentation](../../index.md) > [Yandex Serverless Containers](../index.md) > [Step-by-step guides](index.md) > Managing a container > Specifying a cloud network

# Specifying a cloud network for running a container

You can specify a [cloud network](../../vpc/concepts/network.md#network) for running your container.

A cloud network must have:
* [Subnets](../../vpc/concepts/network.md#subnet) in all [availability zones](../../overview/concepts/geo-scope.md).
* At least one resource with an IP address in the specified cloud network.

{% note info %}

If the network does not meet the conditions above, the service does not guarantee it will function properly.

{% endnote %}

{% list tabs group=instructions %}

- Management console {#console}
    
    1. In the [management console](https://console.yandex.cloud), select the folder with your container.
    1. Navigate to **Serverless Containers**.
    1. Select the container.
    1. Navigate to the **Editor** tab.
    1. Under **Settings**, select a cloud network for running your container in the **Network** field.
    1. Click **Create revision**.

- API {#api}

  To specify a cloud network for running your container, use the [deployRevision](../containers/api-ref/Container/deployRevision.md) REST API method for the [Container](../containers/api-ref/Container/index.md) resource or the [ContainerService/DeployRevision](../containers/api-ref/grpc/Container/deployRevision.md) gRPC API call.

{% endlist %}

## Useful links {#see-also}

* [Networking in Serverless Containers](../concepts/networking.md)