Skip to content

Commit 2ae605f

Browse files
committed
docs: Azure BYOC instructions
1 parent e96e13c commit 2ae605f

File tree

8 files changed

+37
-0
lines changed

8 files changed

+37
-0
lines changed

site/docs/guides/byoc/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# BYOC (Bring Your Own Cloud) guides
2+
3+
The guides in this section help you set up your BYOC deployment.

site/docs/guides/byoc/_category_.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "BYOC (Bring Your Own Cloud)",
3+
"position": 5
4+
}

site/docs/guides/byoc/azure.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Azure BYOC (Bring Your Own Cloud)
2+
3+
If you want to use your own Azure tenant and subscription for an Estuary Flow private deployment, you need to follow the steps below:
4+
5+
1. Add data-plane-controller Azure Application to your subscription by following this link: [Add data-plane-controller](https://login.microsoftonline.com/common/oauth2/authorize?client_id=76f09062-041b-476e-9c79-1cf8d26fe213&response_type=code&redirect_uri=https%3A%2F%2Festuary.dev%2F)
6+
2. In Azure Portal, search for "Subscriptions" and find your subscription, then click on "Access control (IAM)"
7+
8+
![Subscriptions -> Access control IAM](<./azure/step-1.png)
9+
10+
3. Click "Add" and then "Add role assignment"
11+
12+
![Add role assignment](<./azure/step-2.png)
13+
14+
5. Click "Privileged administrator roles", then "Contributor", then "Next"
15+
16+
![Privileged administrator roles](<./azure/step-3.png)
17+
18+
6. Click "+ Select Members", search for "data-plane-controller" and "Select" it, then "Next"
19+
20+
![Select Members](<./azure/step-4.png)
21+
22+
7. Click "Review + Assign"
23+
24+
![Review + Assign](<./azure/step-5.png)
25+
26+
27+
Finally, provide the following information to your Estuary point of contact:
28+
29+
- Subscription ID (found in Subscriptions -> Overview)
30+
- Tenant ID (found in Tenant Properties)
466 KB
Loading
535 KB
Loading
449 KB
Loading
313 KB
Loading
254 KB
Loading

0 commit comments

Comments
 (0)