You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Customer intent: As an Azure user, I want to create a new data boundary.
8
8
---
@@ -31,55 +31,59 @@ To configure data boundary, the `DataBoundaryTenantAdministrator` built-in role
31
31
1. Elevate access to manage all Azure subscriptions and management groups. For more information, see [Elevate access to manage all Azure subscriptions and management groups](../../role-based-access-control/elevate-access-global-admin.md).
32
32
1. With the User Access Administrator privilege, grant yourself the `DataBoundaryTenantAdministrator` role at the tenant scope (`/`) by using Azure CLI or Azure PowerShell or REST API.
"principalType": "User", // Could also be "Group", "ServicePrincipal", etc.
82
+
}
78
83
}
79
-
}
80
-
```
81
-
82
-
---
84
+
```
85
+
86
+
---
83
87
84
88
For more information, see [Assign Azure roles](../../role-based-access-control/role-assignments-powershell.md).
85
89
@@ -94,7 +98,19 @@ Data boundary geo currently has two options:
94
98
95
99
To opt in a tenant to data boundary, use the following commands.
96
100
97
-
# [Azure CLI](#tab/azure-cli)
101
+
### [Azure portal](#tab/azure-portal)
102
+
103
+
Use these steps to create a data boundary:
104
+
105
+
1. Open the [Azure portal](https://portal.azure.com).
106
+
1. In the search box, type **azure data boundaries**, and then select **Azure Data Boundaries**.
107
+
1. In **Boundary region**, select data boundary geo, either `Global` or `EU`, and then select **Save**.
108
+
109
+
:::image type="content" source="./media/manage-data-boundary/azure-tenant-configure-data-boundary.png" alt-text="Screenshot of configuring data boundary.":::
110
+
111
+
The `Boundary region` can only be configured for empty tenants.
112
+
113
+
### [Azure CLI](#tab/azure-cli)
98
114
99
115
```azurecli
100
116
az data-boundary create --data-boundary <data-boundary-geo> --default default
@@ -104,15 +120,15 @@ The `--default` switch is currently mandatory but will be phased out in the futu
104
120
105
121
For more information, see [Azure CLI Reference](/cli/azure/reference-index).
For more information, see [Azure PowerShell Reference](/powershell/module/az.resources).
114
130
115
-
# [REST API](#tab/rest-api)
131
+
###[REST API](#tab/rest-api)
116
132
117
133
```http
118
134
PUT https://management.azure.com/providers/Microsoft.Resources/dataBoundaries/default?api-version=2024-08-01
@@ -155,6 +171,13 @@ To get data boundary at specified scopes. The scopes include:
155
171
|Subscription | subscriptions/{subscriptionId} |
156
172
|Resource group | subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName} |
157
173
174
+
# [Azure portal](#tab/azure-portal)
175
+
176
+
1. Open the [Azure portal](https://portal.azure.com).
177
+
1. In the search box, type **azure data boundaries**, and then select **Azure Data Boundaries**. The following screenshot shows a `Global` data boundary.
178
+
179
+
:::image type="content" source="./media/manage-data-boundary/azure-tenant-read-data-boundary.png" alt-text="Screenshot of showing data boundary.":::
0 commit comments