# Create Resource Group

> `UiPath.Azure.Activities.CreateResourceGroup`

`UiPath.Azure.Activities.CreateResourceGroup`

## Description

Creates a new resource group or updates an existing one.

## Project compatibility

Windows - Legacy | Windows | Cross-platform

## Configuration

### Common

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

### Input

* **Name** - Establishes the name of the resource group. This field supports only strings and `String` variables.
* **Region** - Establishes the Azure region which is an area within a geographical place, containing one or more datacenters. This field supports only strings and `String` variables.
* **Tags** - Establishes the Azure's resource tags. It should contain two columns, the **name** and the **value** of each tag.

### Misc

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

### Output

* **ResourceGroup** - Provides details about the newly created resource group.
