# Create IP Configuration

> `UiPath.Azure.Activities.CreateIPConfiguration`

`UiPath.Azure.Activities.CreateIPConfiguration`

## Description

Creates or updates an IP configuration.

## Project compatibility

Windows - Legacy | Windows | Cross-platform

## Configuration

### Common

* **DisplayName** - The display name of the activity.

### Input

* **Name** - Specifies the name of the IP configuration. This field supports only strings and `String` variables.
* **NetworkInterface** - Specifies the network interface to which the IP configuration belongs.
* **PrivateIpAddress** - Specifies the static private IP address. If not set, the private IP address assignment is dynamic. This field supports only strings and `String` variables.
* **PublicIpAddressName** - Specifies the public IP address name. This field supports only strings and `String` variables.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

### Output

* **IpConfiguration** - Provides the details of the IP Configuration.
